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

body{
	background-color: #D5D5D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
#container{
	margin: 0 auto;
	width: 1100px;
	}
	
a {
	color:#666;
	}
	
a:hover {
	color: #000;
	text-transform:uppercase;
	text-decoration:none;
	}

#header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height: 115px;
	width: 816px;
	}
	
#subcontainer{
	position: relative;
	left: 113px;
	width: 742px;
	}
	
#left{
	float:left;
	width:160px;
	background-image:url(images/gradient_left.jpg);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#header_continued{
	background:url(images/header_continued.jpg);
	background-repeat:no-repeat;
	width: 160px;
	height: 129px;
	}
	
#gradient_left{
	background-image:url(images/gradient_left.jpg);
	width:41px;
	margin-left: 119px;
	background-repeat:repeat-y;
	}
	
#center{
	float:left;
	width:541px;
	background-color: #f5f5f5;
	}
	
#nav{
	height: 35px;
	width: 541px;
	background-color:#f5f5f5;;
	text-align: right;
	}
	
.nav img{
	border: none;
	margin: 0 15px 0 0;
	}
	
.nav img:hover{
	opacity: 0.6;
	}
	
#current{
	opacity: 0.6;
	}
	
#content{
	background-color: #f5f5f5;
	width: 498px;
	min-height: 129px;
	padding:20px 20px 20px 23px;
	}
	
#content img {
	margin: 0 0 10px 10px;
	}
	
#content .noborder {
	border:none;
	margin: 0;
	padding: 0;
	}
	
#right{
	float: right;
	width: 41px;
	background-image: url(images/gradient_right.jpg);
	background-repeat: repeat-y;
	}
	
#footer{
	background-image:url(images/footer_illustration.jpg);
	clear:both;
	margin-left:266px;
	height:176px ;
	width:566px ;
	}	
	



