@charset "utf-8";
/* CSS Document */
body{
	width:auto;
	margin:auto;
	background: #000000 url(images/pageBG.png) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}


#container {
	border-top: 5px solid #000;
	/*margin-top: 10px;
	border-top: 5px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;*/
	margin-left: 1px;
	text-align: left;
	}

#copy-body {
	border-top: 1px solid #292929;
	background: url(images/mid-body-BG.jpg) repeat-x #fff;
	padding-bottom: 40px;
}

#copy-body h3 {
padding: 4px;
border-bottom: 1px solid #FF6600;
}


#text {
       padding-left: 20px;
	   padding-right: 20px;
}

#footer {
	background: url(images/footer-BG.png) repeat-x #717171;
	padding-bottom: 40px;
	font-size:12px;
	color: #c7c7c7;
}

#footer a, footer a:visited {
	font-weight: bold;
	color: #ff6600;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}

#pad20 {
padding-right: 20px;
}

#pad40 {
padding-right: 40px;
}

.orange {
	color: #ff6600;
}

