* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #000000 url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 {
font-size: 18px; 
}
h2 {
font-size: 16px;
color: #7F7772;
}
h3 {
font-size: 12px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #0d7029;
}

a:hover {
	text-decoration: none;
	color: #ff9c00;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #ffffff;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 530px;
	vertical-align: bottom;
}

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

#menu li {
	display: inline;
	vertical-align: bottom;
}

#menu a {
	display: block;
	float: left;
	height: 80px;
	text-decoration: none;
	color: #ffffff;
	padding:0 18px;
	text-align:center;
	font:bold 16px/80px Arial, Helvetica, sans-serif;
	background-image: url(images/img1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu a:hover {
	color: #fecb52;
	vertical-align: bottom;
}

#pic {
	width: 770px;
	height: 311px;
	margin: 0 auto;
	background: url(images/img3.jpg) no-repeat;
}

#pic p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
	background: #FFFFFF;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	width: 490px;
	padding: 20px;
	background: #ffffff url(images/content.gif) repeat-x;
	font-size:14px;
}

#content2 {
	width: 770px;
	padding: 0px;
	background: #ffffff url(images/content.gif) repeat-x;
	font-size:14px;
	text-align: center;
}


#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 220px;
	height: 700px;
	padding: 10px;
	background: #ffffff url(images/content.gif) repeat-x;
	font-size:13px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

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

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 10px;
}
#footer a
{
color: #CCFF00;
text-decoration:none;
}
