@charset "UTF-8";
/* CSS Document */

* {
font-family:Arial, Helvetica, sans-serif;
margin:0;
}
body {
background:#ccc;
}
#container {
width:960px;
margin:0 auto;
overflow:hidden;
background:#fff;
}
#legal {
margin:0 auto;
width:960px;
color: #666;
text-align:center;
padding-top:5px;
position:relative;
font-size:9px;
}

#header {
width:inherit;
height:109px;
background:#e4bc96;
}

#nav {
	width:600px;
height:30px;
position:relative;
padding-left:36px;
overflow:hidden;
}

#photo_banner {
width:924px;
height:233px;
margin-left:36px;
}

#main_content {
width:924px;
margin-left:36px;
}

#footer {
width:960px;
height:30px;
background:#e4bc96;
font-size:10px;
text-indent:36px;
padding-top:5px;
float:left;
}

#leftphoto {
	width:608px;
	height:231px;
	border-bottom:#06c solid 2px;
	float:left;
	clear:right;
}

#rightphoto {
width:316px;
height:231px;
border-bottom:#06c solid 2px;
float:right;
clear:right;
}

#mainleft {
width:560px;
float:left;
}

#mainnews {
width:316px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#06c;
line-height:18px;
float:right;
clear:right;
}

.clear {
clear:both;
}
#flash {
	z-index:100;
	width:608px;
	position:absolute;
	-moz-margin-start:36px;
	}
#cabtn {
	width:120px;
	position:relative;
	left:800px;
	text-align:center;
	padding:20px 0 0 0;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
    font-weight:bold;
	color:#06c
}
#cabtn a{
	text-decoration:none;
	color:#06c;
}

/* NAVIGATION */
ul#menu {
margin:0;
padding:0;
border:0;
list-style-type:none;
height:30px;
top: 0px;
left: 0px;
text-align:center;

}

ul#menu li {
	padding: 0;
	margin-right: 2px;
	display: block;
	float: left;
	background:#06c;
	width:64px;
	
}

ul#menu li.ca {
background:#c99472;
}

ul#menu li.ca a {
text-decoration:none;
color:#fff;
}

ul#menu li.ca a:hover {
text-decoration:none;
color:#06c;
}

ul#menu li a {
text-decoration:none;
color:#fff;
border: 0;
display: block;
height: 30px;
font-size:11px;
font-weight:bold;

}

ul#menu li a:hover {
background:#fff;
color:#06c;

}
#sdpoints {
margin-left:15px;
}
#sdcopy {
padding:5px 5px 10px 15px;
}

