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

body,html{
	background-color:#1B2B37; 
	color:#000;
	font-family:sans-serif, Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

img{
	border:none;
}

a{
	color:#000;
}

a:hover{
	color:#000; 	
}

#header-title{
	height:60px;
	position:absolute;
	width:300px;
	left: 52px;
	top: 378px;
}

#container{
	margin:auto; 
	position:relative; 
	width:900px; 
}

#header{	
	position:relative;
	width:800px; 
}

#content{
	background-image:url(../images/DukeWeb_content.gif);
	background-repeat:repeat-y;
	min-height:500px; 		
	padding:0px 0px 0px 0px; 	 
	width:900px;
	position:relative;
}

#content-text{
	top:0px;
	z-index:2;
	width:100%;
	position:relative;
}

#content-banner{
	background-repeat:repeat-y;
	min-height:500px; 		
	padding:0px 0px 0px 0px; 	 
	width:900px;
	position:absolute;
	top:0px;
	z-index:0;
}

#content-title{
	color:#000;
	margin:auto;
	width:700px;
}

#content-narrow{
	float:right;
	height:350px;
	margin:0px 0px 0px 0px;  
	padding:0px 10px 0px 0px;
	width:280px;
}

#content-main{	
	margin:0px 0px 0px 0px;  
	min-height:500px;
	padding:5px 80px 5px 80px;
	width:720px;
	z-index:2;
}

#content p{
	padding:0px 10px 0px 10px; 
}

#content-footer{
	background-image:url(../images/DukeWeb_footer.gif);
	background-repeat:no-repeat;
	height:50px;
	position:relative;
	width:900px;
}

#content-spacer{
	clear:both;
	width:100%; 
	position:relative;
	z-index:2;
}

#footer{	
	color:#FFF;
	clear:both;
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:120px; 
	margin:5px 0px 20px 0px; 
	padding:0px 0px 0px 0px;	 
	width:100%; 
}

#footer a{
	color:#FFF; 
}

#footer a:hover{
	color:#FFF; 
}

#footer #info{ 
	float:left; 
	margin:0px 0px 0px 60px; 
}

#footer #signature{; 
	float:right;
	font-size:11px;
	margin:0px 70px 0px 0px;  
}

#footer .titlefooter{
	font-size:11px; 
	font-weight:bold; 
	text-transform:uppercase; 
	margin:0px; 
	padding:0px; 
}
