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

body{
	padding:0;
	margin:0;
	background-image:url(images/background.jpg);
}

p{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:23px;
	color:#FFF;
}

a {
  outline: none;
}



a:link{
	color:#FC3;
	text-decoration:none;
}

a:visited{
	color:#FC3;
	text-decoration:none;
}

a:hover{
	color:#FC3;
	text-decoration:underline;
}

h1{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
}

#top_shadow{
	width:100%;
	height:16px;
	background-image:url(images/top_shadow.png);
	background-repeat:repeat-x;
	position:absolute;
	top:131px;
}

#main_container{
	margin:0 auto;
	width:980px;
	height:600px;
	}
	
#slideshow{
	z-index:1;
	position:absolute;
}

#slideshow_bg{
	z-index:100;
	margin-top:45px;
	position:absolute;
}
	
#inner_container{
	height:600px;
	width:980px;
}

#left_container{
	float:left;
	width:360px;
	height:600px;
}

#right_container{
	width:620px;
	height:600px;
	float:right;
	background-image:url(images/right_background.jpg);
}

#gallery_container{
	width:980px;
	height:600px;
	background-image:url(images/right_background.jpg);
}

.content_header{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	font-weight:lighter;
}

#right_content_index{
	margin-left:35px;
	margin-right:35px;
	margin-top:160px;
}

#right_content_secondary{
	padding-left:30px;
	margin-left:35px;
	margin-right:35px;
	margin-top:130px;
	z-index:1;
	width:500px;
}



#login-old{
	z-index:2;
	position:absolute;
	border:#333 thin solid;
	padding:5px;
	margin-left:120px;
	margin-top:50px;
}
	
#header{
	width:980px;
	height:71px;
	margin-top:60px;
}

#logo{
	width:215px;
	height:60px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	float:left;
}

#navigation{
	height:40px;
	width:620px;
	padding-top:20px;
	float:right;
}

#navigation img{
	border-right:#999 thin solid;
}

#sub_navigation{
	float:left;
	padding-top:30px;
	padding-right:10px;
	padding-left:40px;
}

#sub_navigation img{
	float:left;
	padding-left:20px;
}

#content_sub_navigation{
	position:absolute;
	top:220px;
	margin-left:65px;
	width:700px;
	z-index:1;
}

#decoration{
	width:100%;
	height:47px;
	background-image:url(images/bottom_decoration.png);
	position:absolute;
	margin-top:25px;
}

#footer{
	width:960px;
	height:30px;
}

#footer img{
	float:right;
	padding-top:15px;
}
	
	

