* {
	padding: 0;
	margin: 0;
} 

body {
	background: #4c320d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;;
}

img {
	border: none; 
}

a {
	color: #4c320d;
	outline: none;
}

a:hover {
	text-decoration: none;
	color : #000;
}

#wrap {
	margin: 20px auto;
	width: 980px;
}

#header { 
	background: #4c320d url(/images/header.jpg) no-repeat;
	height: 100px;
}
#header p {
	font-size: 26px;
	font-weight: 100;
	padding: 20px 20px 5px 40px;
	line-height: 27px;
}

#header p a {
	color: #fff;
	text-decoration: none;
}

#header p a:hover {
	color: #fff;
	text-decoration: none;
}

#menu {
	height: 10px;
	line-height: 20px;
	background: #4c320d url(/images/menu.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	color: #eee;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
background: #4c320d url(/images/content.jpg) repeat-y;
padding: 10px 20px;
}

.right {
width: 668px;
float: right;
}

.right h1 {
color: #FF4800;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 35px 0;
}

.right p {
	color: black;
	margin-bottom: 10px;
	font-size: 13px;
}

.right ul li {
	list-style: disc inside;
	font-size: 13px;
	margin-left: 10px;
}

.articles p {
	font-size: 14px;
	line-height: 22px;
}

img.ileft {
	float: left;
	border: none;
	margin: 10px;
}

img.iright {
	float: right;
	border: none;
	margin: 10px;
}

.left {
width: 240px;
float: left;
font-size: 12px;
}

.left ul {
list-style-type: square;
padding: 5px 10px 10px 15px;
line-height: 12px;
}

.left ul li {
margin-bottom: 4px;
}

.left p {
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 30px;
}

.left a {
	text-decoration: none;
	color: brown;
}

.left a:hover, .left a.current {
	text-decoration: underline;
}

#ladv ul {
	margin-top: 10px;;
	padding: 0 10px 0 10px;
	list-style: none;
	text-align: left;
}

#ladv li {
	margin: 0;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 12px;
	color: black;
}

#ladv li a {
	text-decoration: none;
	color: brown;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
}


#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
background: #555 url(images/menu.jpg) no-repeat;
text-align: center;
color: #eee;
font-size: 11px;
	line-height: 30px;
}
#footer a { color: #eee; }

/* FMenu */

#fmenu {
	clear: both;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#fmenu ul {
	list-style: none;
	display: inline;
	float: left;
}

#fmenu li {
	display: block;
	float: left;
	width: 310px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
	color: white;
}

#fmenu li a {
	color: gray;
	text-decoration: none;
}

.mailto2 {display:none}

