@charset "utf-8";
html, body{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #000 url(../images/texture1.gif) repeat;
}
#wrapper {
	margin: auto;
	width: 980px;
	background: url(../images/mainbg-clear.jpg) 0 -241px no-repeat;
 	height: 367px;
}

#shortcontent{
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	padding: 15px 25px;
	background-color: #eeeeee;
	text-align: left;
}

#wraptop{
	background:url(../images/bg2.jpg) repeat-x;
	margin-top: 1%;
}
#header{
	width: 980px;
	height: 241px;
	margin: 0px auto;
	background:url(../images/mainbg-clear.jpg) top center no-repeat;
}

#mainmenu{
	font-size: 14px;
	padding-top: 125px;
	padding-right: 35px;
	text-align: right;
}

a{
	color: #333;
	text-decoration: none;
	font-weight: 600;

	padding-left: 2px;
	padding-right: 2px;
}

a:hover{
	color:#990000;
}
#footer{
	background:#850b0a url(../images/footer-bg.gif) repeat;
	margin: 0px auto;
	width: 980px;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	color: #fff;
}
#copyright{
	color: #ccc;
	margin: 0px auto;
	width: 980px;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	background-color:#333;
	margin-bottom: 1%;
}

#copyright a{
	color: #999;
	}
#copyright a:hover{
	text-decoration: underline;
	}	
	
h1{
	font-size: 18px;
	color: #003366;
	margin: 0px;
	padding: 0px;
}
