
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #E9E6DA url(../images/bkground.png);
	margin: 0;
	padding: 0;
}

p, ul, li, form, img, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	line-height: 16px;
}

ul {
	margin: 10px 0 0 20px;
	list-style-type: square;
	line-height: 16px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	color: #9A3604;
	font-size: 22px;
	margin-top: 20px;
	letter-spacing: 0.4em; 
}

h2 {
	color: #9A3604;
	font-size: 20px;
	margin-top: 20px;
}

h3 {
	color: #0D7891;
	/*add5df*/
	font-size: 16px;
	margin-top: 15px;
}

h3 a {
	color: #0D7891;
	text-decoration: none;
}

h3 a:hover, h3 a:active {
	text-decoration: underline;
}

#sidebar h3 {
	color: #7E7A64;
	margin-bottom: 10px;
}

h4 {
	color: #7E7A64;
	font-size: 14px;
	margin-top: 10px;
}

.container {
	margin: 0 auto;
	width: 780px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}

#header {
	color: #7E7A64;
/*	
	background: #ffffff; 
	background: #6cddf9;
*/
	background: #add5df;
height:80px;
}

a {
	color: #9A3604;
}

a:hover, a:active {
	color: #0D7891;
	background: #C9D6CF;
}

ul.listSide a {
	color: #000;
	text-decoration: none;
}

ul.listSide a span.adapt {
	color: #9A3604;
}

ul.listSide a:hover, ul.listSide a:active, ul.listSide a:hover span.adapt, ul.listSide a:active span.adapt, #sidebar ul.listSide a:hover, #sidebar ul.listSide a:active {
	color: #0D7891;
	background: #C9D6CF;
	text-decoration: underline;
}

#sidebar ul.listSide a {
	color: #7E7A64;
	text-decoration: underline;
}

#menu {
	margin: 0;
	padding: 81px 0 0 12px;
}

#menu {
	white-space: nowrap;
}

#menu li {
	float: left;
	display: block;
	margin-right: 4px;
	text-align: center;
}

#menu li a {
	color : #fff;
	background: url(../images/menu_a.png) right top no-repeat;
	text-decoration: none;
	font-size: 14px;
	display: block;
	display: inline-block; /* IE 7 */
	height: 30px;
	line-height: 30px;
	border:none;
}

/*\*/
 * html #menu li a {
     width: 10px; /* IE */
 }
 /**/

#menu li a:hover, #menu li a:active {
	color: #7E7A64;
	background: url(../images/menu_a.png) right bottom no-repeat;
}

#menu li a span {
	display: block;
	padding: 0 10px;
	background: url(../images/menu_b.png) left top no-repeat;
}

#menu li a:hover span, #menu li a:active span {
	background: url(../images/menu_b.png) left bottom no-repeat;
}

#menu li.active a {
	color: #7E7A64;
	background: url(../images/menu_a.png) right bottom no-repeat;
}

#menu li.active a:hover, #menu li.active a:active {
	color: #000;
	background: url(../images/menu_a.png) right bottom no-repeat;
}

#menu li.active a span {
	background: url(../images/menu_b.png) left bottom no-repeat;
}
#menu li.active a:hover span, #menu li.active a:active span {
	background: url(../images/menu_b.png) left bottom no-repeat;
}

#prologue {
	margin-top: 20px;
	padding-bottom: 10px;
}

#middle {
	color: #000;
	background: #E9E6DA url(../images/bkground_mid.png) repeat-x;
	/*padding-top: 20px;*/
	padding-top: 5px;
}

#content {
/*	width: 500px; */
	width: 480px; 
	float: left;
}

#content p {
	margin-top: 10px;
}

#content p.subtitle {
	color: #7E7A64;
	margin-top: 0;
}

#content p.subtitle a {
	color: #7E7A64;
}
#content p.subtitle a:hover, #content p.subtitle a:active {
	color: #0D7891;
	background: #C9D6CF;
}

#feedback {
	display: none;
}

.image {
	background: #fff;
	margin: 0 0 5px 10px;
	padding: 3px;
	border: 1px solid #C3BB9A;
	float: right;
}

#sidebar .image {
	background: none;
	margin: 0;
	padding: 0 0 5px 5px;
	border: none;
	float: right;
}

#sidebar object {
	background: #fff;
	padding: 3px;
	border: 1px solid #C3BB9A;
	width: 160px;
	height: 150px;
	margin-bottom: 15px;
	display: block;
}

.sponsoredlinks {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #D6D1BA;
	padding-bottom: 10px;
	text-align:center;
}

ul.listSide {
	color: #7E7A64;
	margin: 10px 0 0 20px;

	list-style-type: square;
	line-height: 16px;
}
ol li {
	line-height: 16px;
}

form {
	margin-top: 15px;
	margin-bottom:15px;
}

#content label {
	line-height: 20px;
	width: 100px;
	float: left
}

#content input {
	font: 12px Arial, Helvetica, sans-serif;
	width: 200px;
	border: solid 1px #DED5B3;
	background-color: #fff;
	padding: 2px;
	margin: 0 0 5px 0;
}

/* Input for comments form */

#content input.comments {
	padding: 2px;
	width: 69px;
	height: 24px;
	border: 1px solid #fff;
	margin: 10px 0 0 100px;
	background: #ded9c6;
}

#content input.comments:hover {
cursor: pointer;
}

#content input.checkbox {
	padding: 0;
	margin: 0;
	width: 14px;
}

textarea {
	font: 12px Arial, Helvetica, sans-serif;
	width: 350px;
	height: 80px;
	border: solid 1px #DED5B3;
	background: #fff;
	padding:2px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

select {
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	border: solid 1px #DED5B3;
	background: #fff;
	margin: 0 0 5px 0;
	padding: 0;
}

#sidebar {
/*	width: 235px;*/
	width: 255px; 
	float: right;
	color: #7E7A64;
	padding: 25px 0 0 25px;
}

#sidebar p {
	margin-bottom: 10px;
}

.menu {
	margin-bottom: 30px;
}

#sidebar .menu ul, #sidebar .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .menu ul {
	background: #EFECE3;
	border: 0;
}

#sidebar .menu li {
	border: none;
}

#sidebar .menu li a {
	color: #7E7A64;
	background: url(../images/submenuA.png) repeat-x;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 7px;
}

#sidebar .menu li a:hover, #sidebar .menu li a:active {
	color: #fff;
	background: url(../images/submenuA.png) repeat-x 0 -26px;
	text-decoration: none;
}

#sidebar .menu {
	background: #fff;
	border: 1px solid #C3BB9A;
	padding: 1px;
}

#sidebar .menu ul li a.top {
	background: url(../images/submenu_top.png) repeat-x;
	height: 24px;
	line-height: 24px;
}

#sidebar .menu ul li a.top:hover, #sidebar .menu ul li a.top:active {
	background: url(../images/submenuB.png) repeat-x 0 -24px;	
}

#sidebar .menu ul li a.topactive {
	color: #7E7A64;
	background: url(../images/submenuB.png) repeat-x 0 -48px;
	height: 24px;
	line-height: 24px;
}

#sidebar .menu ul li a.topactive:hover, #sidebar .menu ul li a.topactive:active {
	color: #fff;
	background: url(../images/submenuB.png) repeat-x 0 -24px;	
}

#sidebar .menu ul li a.active {
	color: #7E7A64;
	background: url(../images/submenuA.png) repeat-x 0 -52px;
}

#sidebar .menu ul li a.active:hover, #sidebar .menu ul li a.active:active {
	color: #fff;
	background: url(../images/submenuA.png) repeat-x 0 -26px;	
}

#footer {
	background: url(../images/bkground_foot.png) repeat-x;
	height: 23px;
	color: #fff;
	padding-top: 14px;
	line-height: 16px;
}

#footer a {
	color: #fff;
	background: none;
	text-decoration: none; 
}

#footer a:hover, #footer a:active {
	color: #fff;
	background: none;
	text-decoration: underline; 
}

#footer span {
	color: #7E7A64;
}

#footer span a {
	color: #7E7A64;
	text-decoration: none; 
}

#footer span a.logo {
	background: url(../images/pixellogo.gif) no-repeat;
	padding-left: 11px;
}

#footer span a:hover, #footer span a:active {
	color: #fff;
	text-decoration: none;
}

#sidebar {
	padding: 25px 0 0 25px;
}

.leftHeader {
width: 480px;
/* width: 500px; */
	float: left;
background: #add5df;

}
.rightHeader{
/*width:235px;*/
width: 255px;
	float: right;
background: #add5df;
}
.rightHeader form {
margin-top:6px;
margin-bottom:0px;
}
