/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/mainbglight.jpg) repeat;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}

h1, h2, h3 {
	color: #ffffff;
}

h1 {
	margin: 0;
	font-size: 7pt;
	font-weight: normal;
	font-family: "arial";
	
}

h2 {
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	margin: 0;
	font-size: 9pt;
	font-weight: normal;
	font-family: "tahoma";
	color: white;
}

h4 {
	margin: 0;
	font-size: 8pt;
	font-weight: normal;
	font-family: "tahoma";
	color: white;
}

h5 {
	margin: 0;
	font-size: 9pt;
	font-weight: normal;
	font-family: "tahoma";
	color: #caac6c;
}


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;
}

/* Header */

#header {
	width: 978px;
	height: 127px;
	margin: 0 auto;
	background: url(images/header2.gif) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}


/* Menu */

#menu {
	width: 978px;
	height: 54px;
	margin: 0 auto;
	background: url(images/menu.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 8px 14px 0px 25px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover, #menu .active a {
/*	background: url(images/img7.gif); */
	color: #caac6c;
}

#menu .current_page_item a {
	color: #caac6c;
}

#page {
	width: 978px;
	margin: 0 auto;
	padding: 0px 0;

	
}

/* Content */

#content {
	width: 978px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url(images/mainbg.jpg) repeat;
}

#colTwo {
	float: left;
	width: 550px;
	padding: 5px 3px 0px 10px;

}

#colTwo a {
font-size: 12px; 
font-family: "tahoma";
text-decoration: underline;
color: #ffffff;
}

#colTwo h2 {
	margin: 0;
	font-size: 14pt;
	font-weight: normal;
	font-family: "tahoma";
	color: #caac6c;
	
}

#colTwo h4 {
	margin: 0;
	font-size: 11pt;
	font-weight: normal;
	font-family: "tahoma";
	color: #caac6c;
	}
	
#colTwo h6 {
	margin: 0;
	font-size: 8pt;
	font-weight: normal;
	font-family: "tahoma";
	color: white;
}

}<br>

#sidebar1 .link2 {
font-size: 11px; 
text-decoration: none;
font-weight: bold;
color: #574c26;
}

#colThree {
	float: right;
	width: 170px;
	padding: 10px;
}

/* Sidebar1 */

#sidebar1 {
	float: right;
	width: 210px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
}

#sidebar1 a {
font-size: 10px; 
font-family: "arial";
text-decoration: underline;
color: #ffffff;
}


/* Sidebar2 */

#sidebar2 {
	float: right;
	width: 180px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
}
#sidebar2 .link2 {
font-size: 11px; 
font-family: "tahoma";
text-decoration: none;
color: #FFFFFF;
}

#sidebar2 h2 {
	padding: 5px 0 0 0px;
	font-size: 10pt;
	font-family: "tahoma";
	font-weight: bold;
}


#sidebar2 a:hover {
font-size: 11px; 
font-family: "tahoma";
text-decoration: underline;
color: black;
}


/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font-size: smaller;
	float: center;
}

#footer h2 {
	padding: 5px 0 0 0px;
	letter-spacing: -1px;
	font-size: 10pt;
	font-family: "arial";
	color: #524a21;
	font-weight: bold;
}

#footerline {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/footerline.gif) repeat-x;
}

#footerline * {
	color: red;
}

