
body {
	margin: 0px 0;
	padding: 10px 0px 0px 0px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #a9a6b9 url(images/background.jpg) repeat-x;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}


p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 0px dotted #CCCCCC;
	text-decoration: none;
	color: white;
}

a:hover {
	border: none;
}

img {
	border: none;
}

#logo {
	width: 980px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
	height: 136px;
	border: 0px;
}

/* Header */


#header {
	width: 980px;
	margin: 0 auto;
	height: 189px;
	border: 0px;
}


/* Menu */

#menu {
	float: right;
	background: url(images/menu.jpg) no-repeat left top;
	width: 980px;
	height: 53px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: right;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	margin-right: 6px;
	padding: 0px 8px 2px 3px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a:hover {
	color: #494292;
	height: 25px;
}

#menu .current_page_item a {
	color: #cd1e1f;
	font-weight: bold;
}

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/page.jpg) repeat-y;
}

/* Content */

#content {
	width: 980px;
	padding: 0px 10px 0px 12px;
	float: left;
	background: url(images/content.jpg) no-repeat;
}

#mainone {
	float: left;
	width: 285px;
	padding: 0px 0px 0px 18px;


}

#mainone a {
font-size: 12px; 
font-family: "arial";
text-decoration: none;
color: #5f2200;
}

#mainone h1 {
	margin: 10px 0px 10px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "arial";
	color: white;
}


#mainone h2 {
	margin: 10px 0px 10px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "arial";
	color: white;
}

/* maintwo */

#maintwo {
	float: right;
	width: 620px;
	padding: 0px 35px 0px 5px;

	
}

#maintwo a {
text-decoration: underline;
color: #FFFFFF;
}

#maintwo .link2 {
font-size: 12px; 
text-decoration: underline;
color: #dc9f22;
}

#maintwo h1 {
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
	font-weight: bold;
	font-family: "arial";
	color: white;
}

#maintwo h2 {
	margin: 10px 0px 0px px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}

#maintwo h4 {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}


#footer {
	width: 980px;
	margin: 0px 0px 0px 0px;
	height: 52px;
	border: 0px;
	background:  #000000 url(images/footer.jpg) no-repeat left top;
}
#footer h1 {
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	font-weight: bold;
	font-family: "arial";
	color: #cd1e1f;
}
#footer h2 {
	margin: 20px 0px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	font-family: "arial";
	color: #44416c;
}

#footer .link2 {
font-size: 10px; 
text-decoration: underline;
color: #44416c;
}

