* { padding: 0; margin: 0; }

img {border: 0;}

body {
	margin: 0;
	text-align: center;
	background-color: #666;
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	}
	
#container{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	}
	
#wrapper { 
	margin: 0 17.5px 0 17.5px; 	
	width: 785px;
	}

#header {
	margin:0;
	width: 765px;
	height: 178px;	
	}

#pipe{
	margin: 2px 0 0 0;
	width: 765px;
	height: 10px;
	background-color: #6699FF;
	}

#nav{
	text-align:center;
	margin: 2px 0 0 0;
	width: 765px;
	height: 40px;
	background-image:url(images/navBG.gif);
	background-repeat: repeat-x;
	}

#nav a:link, #nav a:visited{
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666699;
	}

a:link {
	color: #009999;
	}

#faux{
	width: 765px;
	min-height: 500px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	background-image:url(images/homepage_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#welcome{
	margin: 3px 0 5px 0;
	background-color: #666699;
	width: 765px;
	height: 30px;
	}

#welcome h1{
	font-size: 15px;
	font-weight: bold;	
	padding: 5px 0 0 5px;
	color: #fff;
	}

#generic{
	min-height: 500px;
	float: left;
	width: 480px;
	}

#generic h1{
	font-size: 15px;
	font-weight: bold;	
	padding: 5px 0 0 5px;
	color: #666699;
	}

#gallery{
	min-height: 500px;
	float: left;
	width: 765px;
	}

#gallery h1{
	font-size: 15px;
	font-weight: bold;	
	padding: 5px 0 0 5px;
	color: #666699;
	}
	
#dates{
	float: left;
	width: 398px;
	border-right: 2px dotted #666699;
	}

#dates img{
	float: left;
	}

#dates .subTitle{
	font-size: 12px;
	color: #666699;
	font-weight: bold;
	}

#dates p{
	padding: 10px 10px 0 115px;
	}

#dates em{
	color: #666699;
	font-weight: bold;
	}

#sponsors{
	margin: 0 0 10px 0;
	width: 355px;
	float: right;
	clear: both;
	border-bottom: 2px dotted #666699;	
	padding: 0 0 8px 0;
	}

#sponsors img{
	float: right;
	}


#sponsors .subTitle{
	font-size: 12px;
	color: #666699;
	font-weight: bold;
	padding: 0 0 8px 0;
	}

#entertainment{
	margin: 0 0 0 10px;
	width: 355px;
	float: right;
	}

#entertainment img{
	float: left;
	}

#entertainment p{
	padding: 10px 10px 0 115px;
	}

#entertainment .subTitle{
	font-size: 12px;
	color: #666699;
	font-weight: bold;
	}

#info{
	margin: 5px 0 0 0;
	width: 765px;
	float: left;
	border-top: 2px dotted #666699;
	/*background-color:#CCCCFF;*/
	}

#info img{
	float: right;
	}

#info h1{
	padding: 10px;
	color: #666699;
	font-weight: bold;
	font-size: 13px;
	}

#info p{
	text-align:justify;
	padding: 0 10px 10px 10px;
	}

#info em{
	color: #666699;
	font-weight: bold;
	}

#base{
	margin: 2px 0 0 0;
	width: 765px;
	height: 25px;
	background-color: #6699FF;
	}

.floatright{
	float: right;
	}
	
.sponsor{
	border: 1px solid #ccc;
	margin:2px 0 2px 0; 
	}
