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

html, body {
	background-image: url(../images/background_tile.gif);
	font-family:Helvetica, Arial, sans-serif;
}

.container {
	margin: 0px auto;
	width:900px;
	height:528px;
	background-color:#FFFFFF;
	margin-top:45px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}

.photo_credit {
	padding-top:8px;
    color:#666;
	font-size:9px;
	text-align:left;
	float:left;
	width:120:px;
}

.photo_credit a {
	color:#666;
}

.photo_credit a:hover {
	color:#000;
	text-decoration:none;
}

.programming_credit {
	padding-top:8px;
    color:#666;
	font-size:9px;
	text-align:right;
	float:right;
	width:120:px;
}

.programming_credit a {
	color:#666;
}

.programming_credit a:hover {
	color:#000;
	text-decoration:none;
}

.header {
	position:relative;
	top:0px;
	width:100%;
	height:80px;
	
}

.navigation_container {  /*container for the navigational links*/
	position:relative;
	top:35px;
	right:20px;
	float:right;
	text-transform: uppercase;
	
}

.navigation_container a { /*controls color & specifies no underline for navigation links*/
	font-size:12px;
	color:#333333;
	text-decoration:none;
	padding:12px;
}

.navigation_container a:hover { /*controls roll-over & specifies no underline color for navigation links*/
	color:#CC0000;
	text-decoration:none;
}

.main_area {
	background-color:#00FF33;
	width:100%;
	height:388px;
}

.about_us_text {
	position:relative;
	width:600px;
	left:130px;
	top:130px;
	color:#808080;
	font-size:12px;
}

.footer {

	width:100%;
	height:60px;
	background-color:#FFFFFF;
	background-image:url(../images/wds_footer.gif);
	background-repeat: no-repeat;
	background-position: right;
}
