body {
	margin: 0;
	padding: 0;
	background: #140b0c url(bg.jpg);
	background-repeat:  repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d1d1d1;
		font-style: italic;

	
	
}


h1 {
	font-weight: normal;
	font-size: 12px;
	color: #D9A36C;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;


}


b {color: #752E2B;}
i {color: #3A4F3E;}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #FBB50E;
}

a:hover {
	border-bottom: none;
	color: #C41001;
	font-style: italic;
}


img.left {
	float: left;
	margin: 6px 15px 0 0;
}

img.right {
	float: right;
	margin: 6px 0 0 15px;
}


.feature .content {
	padding: 0 0 0 40px;
}

.box {
	float: left;
	width: 260px;
}

.box .title {
	height: 10px;
	padding: 10px 0 0 40px;
	text-transform: lowercase;
	font-size: 16px;
}

#header {
	width: 760px;
	height: 150px;
	margin: 0 auto;
	background: url(top.jpg) no-repeat;
}


#page {
	width: 760px;
	margin: 0 auto;
}


#content {
	float: right;
	width: 530px;
}

#content p, #content ul {
	line-height: 18px;
}


#sidebar {
	float: left;
	width: 200px;
	padding: 0 10px 0 0;
	border-right: 1px solid #3f3f3f;
}

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

#sidebar li li {
	padding: 5px 10px;
}



#sidebar a {
	border: none;
}


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

#nav-right {
margin: 10px;
}

#nav-right li {
display:block;
padding:0;
margin: 2px 0 2px 0px;
border-bottom: 1px dotted #6f6f6f; 
}
#nav-right li a {
display:block;
padding: 1px 1px 1px 6px;
text-decoration: none;
background:inherit;
color: #6f6f6f;
}

#nav-right li a:hover{
background:#2b1c1c;
color: #ffffff;
}


input, select {
width: 120px;
background-color: #f8fbc4;
border: 0;
font: 10px arial;
color:  #b22704;
border: 1px solid #F8C100;
}
textarea {
vertical-align: middle;
width: 200px;
height: 75px;
background-color: #f8fbc4;
border: 0;
font: 10px arial;
color: #b22704;
border: 1px solid #F8C100;
}


