/* CSS Document */

html{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	border:0;
	margin:0;
}

body{
	background-color:black;
	background-image:url(images/background_gradient.jpg);
	background-repeat: repeat-x;
	padding:0;
	border:0;
	margin:0;
}

img{
border:0;
}

#center_content_top{
	height:8px;
	width:707px;
	margin:10px auto 0 auto;
	background-image:url(images/centercontent_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

*html #center_content_top{
	width:706px;
	}

#center_content{
	width:708px;
	margin:auto;
	background-color:#2b3749;
	background-image:url(images/centercontent_gradient.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}

#black_content_top{
	width:660px;
	height:10px;
	margin:auto;
	padding-top:14px;
	background-color:#2b3749;
	background-image:url(images/blackcontent_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#black_content{
	width:660px;
	margin:auto;
	background-color:black;
}
#logo{
	padding:16px 0 25px 40px;
	width:326px;
	height:65px;
	float:left;
}

#slideshow{
	clear:both;
	margin:auto;
	width:580px;
	height:239px;
	background-color:#2b3749;
	background-image:url(images/slideshow_bg.gif)
	}
#fading_image_container{
	margin:auto;
	padding-top:10px;
	width:550px;
	height:220px;
	}
	
#links_holder{
	width:240px;
	margin:auto;
	padding-top:20px;
	height: 50px;
	}
	
	#link{
	text-align:center;
	font-size:20px;
	width:120px;
	display:block;
	float:left;
	}
	
	div#link a{
	color:#777777;
	text-decoration:none;
	}
	
	div#link a:hover{
		color:white;
		}

