/* Container Section */

#container {
	border: 2px #ffffff solid;
	display: block;
	margin: 30px auto 0;
	overflow: hidden;
	width: 1000px;		
}

/* Header Section */

#header {
	background: #000000 ;
	height: 90px;
	overflow: hidden;
	width: 1000px;
}

	#header a#logo {
		display: block;
		height: 66px;
		margin: 12px auto;
		width: 639px;				
	}		

/* Menu Top Second */

#menuTopSecond {
	background: #EDEDED;
	height: 34px;
	overflow: hidden;
	width: 1000px;		
}
	
/* Content Section */

#contentOutter {
	background: #fff url(../images/content-outer-bg.png) repeat-x top left;
	clear: both;
	overflow: hidden;
	padding: 0;	
	width: 1000px;		
}

#content {
	margin: 10px;
}

/* Footer Section */

#footer {
	background: #000000; 
	clear: both;
	overflow: hidden;
    width: 990px;
}

	#footer {
		color: #ffffff;
		float: left;
		font-size: 11px;
		padding: 5px;
	}
		#footer a span {
			color: #fff;
			font-size: 11px;
		}
		
	
		#footer a img {
			display: inline;
		}
	
	#footer ul {
		float: right;
		padding: 4px 0 0 0;
	}
	
		#footer ul li {
			color: #ffffff;			
			display: inline;
			float: left;
			font-size: 11px;
			padding: 0 5px;
		}
										
			#footer ul li.last {
				padding: 0;
			}
			
			#footer ul li span {
				padding: 0 5px;	
			}
			
			#footer ul li a {
				color: #ffffff;
				display: inline-block;
				font-size: 11px;
				text-decoration: none;
			}
			
				#footer ul li a:hover  {
					text-decoration: underline;
				}

/* JDC Links */

#websiteBy {
	display: block;
	height: 12px;
	margin: 0 auto;
	width: 1000px;	
}

p#jdc {
	display: block;
	color: #000000;
	font-size: 9px;
	padding: 10px 0;
	text-align: center;
}

	p#jdc a {
		color: #000000;
		font-size: 9px;
	}
	
		p#jdc a:hover {
			text-decoration: underline;
		}
