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

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:15px;
}

#main{
	width: 778px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#header{
	background:url(../Graphics/lay_04.jpg) no-repeat left;
	width:778px;
	height: 200px; /*Height of top section*/
}

#logo{
	width:400px;
	height:58px;
	margin:0 0 15px 0;
	background:url(../Graphics/logo.jpg) no-repeat left;
	text-indent:59px;
}

#csun{
	float:right;
	width:200px;
	height:60px;
	margin: 0 0 10px 0;
}

h1{
	font-size: 18px; /*Page header title font size*/
	margin : 0px; /*Page header title margin*/
	padding : 0px; /*Page header title padding*/
	text-transform:uppercase;
	color:#FFFFFF;
}

#nav{
	background-image: url(../Graphics/nav_bg.jpg); /*Background image*/
	background-repeat: repeat-x; /*Background set to repeat on x axis*/
	height: 39px; /*Navigation cell height*/
	width:778px;
}
 
#nav ul {
	margin: 0px 0 0px 5px;
	padding: 12px 0 0 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 40px 0 20px 0;
	padding: 12px 25px 12px 24px;
	border-right: #000000 1px solid;
}

.nav_link{
	font-size: 12px; /*Navigation cell font size*/
	font-weight: bold; /*Navigation cell font weight*/
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
}	

.nav_link:hover{
	color:#FFFFFF; /*Navigation link roll over color*/
}

#mbody{
	float:left;
	width: 778px; /*Center container on page*/
	background-color:#ffffff;
	padding-bottom:10px;
}

blockquote{
	margin:20px;
	/*border-bottom:#FFFF66 1px dashed;*/
}

#pix{
	float: right;
	overflow:hidden;
	width: 350px; /*Width of right column*/
	background: #444444;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.thumb{
	border-top: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}

.bLink {
	color:#FFFF00;
}

.bLink hover {
	color: #FFFFFF;
}

#info{
	float: left;
	width: 260px; /*Width of right column*/
	margin: 10px 0 20px 10px;
	border:#CCCCCC 1px solid;
}
		
#infoHeader{
	float: left;
	width: 260px; /*Width of right column*/
	height:34px;
	background:url(../Graphics/left_header_bg.jpg) repeat-x; /*Background image*/
	padding:8px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#info ul{
	margin:0;
	padding:15px 0 5px 15px;
	list-style: none;
}

#info li{
	margin:0;
	padding:0;
}

#info ul ul{
	margin:0;
	padding:5px 5px 0 0;
	list-style: none;
}

.infoTitle{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}	

#info h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
	
#home {
	float:right;
	width:475px;
	margin:10px 10px 10px 0;
	padding:10px 0 0 0;
}
	
#home ul{
	margin:0;
	padding:5px 0 0 0;
	list-style: none;
}
	
#home li{
	margin:0;
	padding:5px 0 0 0;
}

#home h1 {
	margin:0;
	padding: 0;
	font-size:15px;
	font-weight:bold;
	color:#FFFF00;
}

#home h2 {
	margin:0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
}

#home a {
	font-weight:bold;
	text-decoration:none;
	color:#FFCC00;
}

#home a:hover {
	color:#FFFFFF;
}

#dirc_img_l {
	float:left;
	width:73px;
	height:90px;
	padding:0 10px 0 0;
}

#dirc_txt_l {
	float:right;
	width:385px;
	padding:0;
}

#dirc_img_r {
	float:right;
	width:73px;
	height:90px;
	padding:0 10px 0 0;
}

#dirc_txt_r {
	float:left;
	width:385px;
	padding:0;
}

#dirc_bdr {
	float:left;
	width:475px;
	height:10px;
	margin-bottom:10px;
	border-bottom:#72231c 1px dotted;
}		

.blink {
	color:#FFFF00;
	text-decoration: none;
}

#footer {
	float:left;
	margin:5px 0 0 0;
	width:778px;
	height:35px;
}

#copy {
	float:left;
	padding-top:5px;
	width:410px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#web {
	float:right;
	padding-top:5px;
	width:325px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#web a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#web a:hover {
	color:#FF6600;
	text-decoration:none;
}

#gallery{
	float: right;
	width: 475px; /*Width of right column*/
	margin: 10px 10px 10px 0;
}
		
#galleryHeader{
	float: right;
	width: 475px; /*Width of right column*/
	height:34px;
	background:url(../Graphics/gal_bg.jpg) repeat-x; /*Background image*/
	padding:8px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#gallery ul{
	margin:0;
	padding:15px 0 15px 15px;
	list-style: none;
	border:#CCCCCC 1px solid;
}

#gallery li{
	margin:0;
	padding:0;
}

.galleryTitle{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}	

#gallery h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#about_cont_l{
	float: left;
	width: 375px; /*Width of right column*/
	margin: 10px 0 10px 10px;
	border:#CCCCCC 1px solid;
}

#about_cont_r{
	float: right;
	width: 375px; /*Width of right column*/
	margin: 10px 10px 10px 0;
	border:#CCCCCC 1px solid;
}

#about_head_l{
	float:left;
	width:375px; /*Width of right column*/
	height:34px;
	background:url(../Graphics/left_header_bg.jpg) repeat-x top;
	padding:8px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#about_head_r{
	float: right;
	width: 375px; /*Width of right column*/
	height:34px;
	background:url(../Graphics/gal_bg.jpg) repeat-x; /*Background image*/
	padding:8px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#spon_cont{
	margin: 10px 10px 10px 10px;
}

#spon_head{
	height:34px;
	background:url(../Graphics/gal_bg.jpg) repeat-x; /*Background image*/
	padding:8px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
		
	

