body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: #000;
}
a {
	text-decoration: underline;
	color: #fff;
}
a:visited {
	color: #fff;
}

p {
	line-height: 1.3em;
	margin: 10px 0 0 0;
}
.highlight {
	font-weight: bold;
}
.date {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.event {
	border-bottom: 1px solid #FC0;
	padding: 10px 0 10px 0;
	font-size: 12px;
	line-height: 1.3em;
}
.title {
	font-size: 16px;
	line-height: 1.3em;
	color: #F36;
}
.contactBox {
	color: #fff;
	background: #F36;
	margin: 20px 0 0 0; 
	padding: 20px; 
}
.contactBox a {
	color: #fff;	
}


/* main container blocks */
#container {
	width: 100%;
	text-align: center;
	margin:  0 auto;
	overflow: hidden;
	background: #75d3ff url(../images/mainBG.png) repeat-x; 
}
#header {
	width: 900px;
	height: 101px;
	text-align: right;
	margin: 0 auto;
	padding: 10px 0 0 0;
	behavior: url(../iepngfix.htc);
}


#bottomU {
	background: url(../images/vpBG.png) no-repeat top center;
	height: 180px;
}
#crowd {
	background: url(../images/crowd.png) repeat-x;
	height: 180px;
	width: 100%;
	position: absolute;
	top: 520px;
	z-index: 20;
}


#subContent {
	background: #000;
	width: 780px;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	overflow: hidden;
}
#box1, #box2 {
	background: url(../images/box1BG.png) no-repeat;
	width: 780px;
	padding: 50px 0 0 0;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
	margin: 90px 0 10px 0;
}
#box2 {
	background: url(../images/box2BG.png) no-repeat;
	width: 780px;
	color: #333;
	margin: 0 0 10px 0;
}



/* Nav */
#nav {
	overflow: hidden;
	margin: 0 auto 10px auto;
	width: 630px;
	text-align: center;
}
#btns ul {list-style: none;}
#btns li {
	float: left;
	height: 43px;
	overflow: hidden;
	margin: 0 20px 0 0;
} 
#btns li.last {
	margin: 0;
}
#btn1 {width: 111px;}
#btn2 {width: 159px;}
#btn3 {width: 138px;}
#btn4 {width: 153px;}
#btns a {
	display: block;
	height: 43px;
	text-indent: -9999px;
}
#btns #btn1 a {background: url(../images/oneBtn.png) no-repeat; background-position: 0 0;}
#btns #btn2 a {background: url(../images/twoBtn.png) no-repeat; background-position: 0 0;}
#btns #btn3 a {background: url(../images/threeBtn.png) no-repeat; background-position: 0 0;}
#btns #btn4 a {background: url(../images/fourBtn.png) no-repeat; background-position: 0 0;}
#btns #btn1 a:hover {background-position: 0 -43px;}
#btns #btn2 a:hover {background-position: 0 -43px;}
#btns #btn3 a:hover {background-position: 0 -43px;}
#btns #btn4 a:hover {background-position: 0 -43px;}






/* Footer */
#footer {
	text-align: center;
}
#footerInt {
	padding: 10px 20px 70px 20px;
	font-size: 12px;
	color: #c79883;
	width: 660px;
	text-align: right;
	margin: 0 auto;
	overflow: hidden;
}
#footerL {
	float: left;
	width: 500px;
	text-align: left;
	color: #e3e3e3;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#footerR {
	float: right;
	width: 160px;
	text-align: right;
}


/* clear fix for floats */
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
