
* { padding: 0; margin: 0; }

body,html {
	background-image:url(../images/oyster_gradient.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#afc5e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
}

#nav ul{
	width:490px;
	list-style:none;
	float:left;
	margin-top:84px;
}

#logo{
	background-image:url(../images/logo2010.png);
	background-repeat:no-repeat;
	width:500px;
	height:183px;
	float:left;
}

#outer_wrapper { 
	background-image:url(../images/oyster_city_background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}

#home_outer_wrapper{
	background-image:url(../images/home_background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}

#wrapper { 
/*height:752px;*/
	margin: 0 auto;
	width: 1004px;
	text-align:center;
}

#header {
 width: 1004px;
 margin: 0px 0px 0px 0px;
 overflow:hidden;
height:190px;
}

#inner_header {
	 height:33px;
	 width: 900px;
	 border-bottom: 3px solid black;
	 margin: 0px auto 0px auto;
}

#dateline {
float:right;
margin-right:50px;
	/* background-image:url(../images/san_francisco_12.png);
	 background-repeat:no-repeat;
	 background-position:top right;*/
	 height:33px;
	 width: 333px;	 
}

#content a{
	color:#4c2979;
}

#content .intro{
	color:#4c2979;
	padding-left:0px;
	margin-bottom:25px;
}

.column{
	width:30%;
	padding:0;
	margin-right:35px;
	height:100%;
	float:left;
}

.one {
width:95% !important;
}

.two {
width:48% !important;
margin-right:5px !important;
}

dt{

}

dd{

}

.column table {
margin-left:-15px;
border-collapse:collapse;
}


.column table {
border-spacing:0;
border:none;
}

.last{
margin-right:0px;
padding-right:0px;
}
.column table th{
	background-image:url(../images/table_header.png);
	background-repeat:no-repeat;
	width:265px;
	padding:5px;
	margin:0;
	margin-top:5px;
	padding-left:15px;
	padding-top:6px;
	color:#ffcb08;
	font-size:1.1em;
	text-transform:uppercase;
}
.column table td{
	background-image:url(../images/table.png);
	background-repeat:repeat-y;
	padding:5px;
	padding-left:15px;
	border-spacing:0;
	padding-bottom:20px;
}

.column table tfoot td{
	background-image:url(../images/table_bottom.png);
	background-repeat:no-repeat;
	padding:3px;
	border-spacing:0;
	height:18px;
}

h1{
display:none;
}

h2{
	background-image:url(../images/rounded_black.png);
	background-repeat:no-repeat;
	width:268px;
	height:28px;
	padding:0;
	margin:0;
	margin-top:10px;
	padding-left:15px;
	padding-top:6px;
	color:#ffcb08;
	font-size:1.1em;
	text-transform:uppercase;
	margin-left:-15px;
}

h3{
/*	*/
}

p{
	padding-left:15px;
}

#content { 
 width: 845px;
 margin: 0px auto 0px auto;
 padding-top: 15px;
 padding-bottom: 15px;
 min-height: 750px;
 text-align:left;
}

#footer { 

 width: 100%;
 background-color:#4c2979;
 color: white;
 margin: 0px auto 0px auto;
 text-align:center;

}


#footer div{
 padding: 5px;
}

#sponsor img{
	border:none !important;
margin-left:10px;
}
#sponsor { 
clear:both;
 width: 100%;
 background-color:white;
 color: black;
 margin: 0px auto 0px auto;
 text-align:center;
}
#sponsor div{
 padding: 5px;
}



#footer a{
color:white;
text-decoration:underline;
}