
/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* end reset */

body {
background: #292929 url(../img/bg.jpg) top left no-repeat fixed;	
}

h1 {
font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:8px;
}

h2 {
	color:#C93;
	font-weight:bold;
	font-size:13px;
	}
	
.description {
	font-style:italic;
	font-size:10px;
	padding-left:10px;
	}

.about-us {
	color:#416802;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.events {
	color: #055170;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

.hire-us {
	color: #7603ac;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

.classes {
	color: #f36201;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.subscribe {
	color:#af022f;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: verdana;
	}

p {
	padding-bottom:10px;
	padding-top:10px;
}

strong {font-weight:bold;}

a {
	border-bottom:1px dotted #333;
	text-decoration:none;
	color:#903;
	}
	
a:visited {
	border-bottom:1px dotted #333;
	text-decoration:none;
	color:#af022f;
	}
	
a:hover {
	color:#CCC;
	background-color:#af022f;
	border-bottom:1px solid #ccc;
	}
	
	
#frame {
	width:100%;
	height:100%;
	
}

.bg {
background:transparent url(../img/fade.png) bottom left repeat-x;
}

#logo {
	background: transparent url(../img/logo.png) top left no-repeat;
	width:457px;
	height:163px;
	top:30px;
	left:60px;
	position:absolute;
	clear:both;
}

#columns {
	top: 220px;
	left: 60px;
	position:absolute;
	width:1000px;
	padding-bottom:20px;

}

#about-us {
	float:left;
	clear:none;
	position:relative;
	width:215px;
	height:auto;
	padding:10px;
	border-bottom:6px solid #416802;
	color:#F9FFEC;
	background-color:#141414;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:130%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-top-left: 10px;
	-webkit-border-radius-top-right: 10px;
	-webkit-border-radius-bottom-left: 0px;
	-webkit-border-radius-bottom-right: 0px;
}


#events {
	float:left;
	clear:none;
	position:relative;
	margin-left:20px;
	width:215px;
	height:auto;
	padding:10px;
	border-bottom:6px solid #055170;
	color:#F9FFEC;
	background-color:#141414;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:130%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-top-left: 10px;
	-webkit-border-radius-top-right: 10px;
	-webkit-border-radius-bottom-left: 0px;
	-webkit-border-radius-bottom-right: 0px;
}

#hire-us {
	float:left;
	clear:none;
	position:relative;
	margin-left:20px;
	width:215px;
	height:auto;
	padding:10px;
	border-bottom:6px solid #7603ac;
	color:#F9FFEC;
	background-color:#141414;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:130%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-top-left: 10px;
	-webkit-border-radius-top-right: 10px;
	-webkit-border-radius-bottom-left: 0px;
	-webkit-border-radius-bottom-right: 0px;
}

#classes {
	float:left;
	clear:none;
	position:relative;
	margin-left:20px;
	width:215px;
	height:auto;
	padding:10px;
	border-bottom:6px solid #f36201;
	color:#F9FFEC;
	background-color:#141414;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:130%;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-top-left: 10px;
	-webkit-border-radius-top-right: 10px;
	-webkit-border-radius-bottom-left: 0px;
	-webkit-border-radius-bottom-right: 0px;
}

.topper {padding:5px 0px 5px 0px; border-bottom:1px solid #292929;border-top:1px solid #292929;}

.accent {float:left;border:1px solid #292929; padding:5px;margin:5px;}

#connect {top:30px;left:570px;position:absolute;width:470px; height:130px;border:none;
	color:#F9FFEC;
	background-color:#141414;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:130%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius-top-right: 10px;
	padding:10px;
}