/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #7B3627;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
}

a {
	color: #6C180E;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 740px;
	height: 250px;
	margin: 0 auto;
/*	background: url(images/back-ground.jpg) no-repeat center center;*/
}
#header ul {
	list-style: none;
	margin: 0 auto;

}

/*#header li a{
	display: inline;
	margin: 0 auto;

padding-left:540px;

color:#7BB5DA;

}*/


#headerBel {
	width: 725px;
	height:60px;

	border-bottom: 1px solid #6C180E;
	margin: 0 auto;
	padding:15px 0px 0 15px;
text-align:left;
background:#C6721C;
}
#headerBel ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#headerBel li {
	display: inline;
	margin: 0 auto;
	padding: 0;
padding-right:25px;


}
.headerBel {

	text-align: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;\


}
.headerBel a{
	
	text-decoration: none;
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-right:35px;
}


#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



#header h2 {
padding-left: 185px;
padding-top:95px;
}


#header h2  {
font-size: 14px;
font-family:verdana;
}


#menu
{
margin: 0 auto;
width: 720px;
padding-left:20px;
height: 38px;
background: url(images/buttons_back.gif) repeat-x;
text-align:center;}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
padding-left:25px;
	float: left;
	height: 23px;
	background: url(images/buttons_back.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #6A5135;
	font-weight: bold;
	font-size: 12px;
	padding-top: 12px;

}

#menu a:hover {

	text-decoration: underline;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	background: url(images/img2.gif);

}

#colOne {
	float: left;
	width: 449px;
	padding: 20px;
	background:#FEE8BE;
}
#colOne a{
text-decoration:none;
}
#colOne a:hover{
text-decoration:underline;
}

#colTwo {
	float: right;
	width: 209px;
	padding: 20px;
}

/* Content > ColOne */

/* Content > ColTwo */

#colTwo h2 {
	font-size: medium;
	color: #FFFFFF;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	color: #FFFFFF;
text-decoration:none;
}
#colTwo a:hover {
text-decoration:underline;
}
/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #000000;
height:80px;
}

#footer * {
	color: #FFFFFF;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
}

.submit input, .submit input:focus, .button {
	background: url( images/fade-butt.gif );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #6C180E;
	padding: 0.25em;
}

.submit input:active, .button:active {
	background: #6C180E;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
color:#fff;
}

.submit, .editform th, #postcustomsubmit {
	text-align: left;
}