*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #333333;
}

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

a:visited {
	color: #993333;
}

body {
	
	background: #333333 url(img/back_all.gif);
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content
{
	margin: 0 auto;
	width: 868px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}


#header {
	height: 158px;
	width: 868px;
	
}

#menu
{
width: 718px;
height: 67px;
padding-left: 150px;
background: url(img/menu.gif) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 113px;
	height: 45px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #7C7028;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 22px;
}

#menu a:hover {
	width: 113px;
    height: 45px;
	color: #ff0000;
	text-decoration: underline;
	background: url(img/menu_r.gif) repeat-x;
}


.more
{
text-align: right;
}


#logo {
width: 848px;
float: right;
height: 158px;
text-align:  right;
padding-right: 20px;
padding-top: 10px;
background: url(img/eg.jpg) no-repeat;	
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ACA05A;
}
#logo H2 a
{
font-size: 12px;
}

#main
{
background: #996666 url(img/back_3.gif);
padding-top: 10px;
}

#left
{
	margin-left: 10px;
	width: 220px;
}

#left H3
{
width: 200px;
height: 33px;
font-size: 14px;
font-weight: bold;
padding-left: 0px;
padding-top: 0px;
text-transform: uppercase;
color: #333333;
}


#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#left li li {
	padding: 0px 15px;
    background: url(img/small.gif) no-repeat left;
}

#left .title_back
{
	background-repeat: repeat;
	background-color: #666666;
	background-image: url(img/back_all.gif);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#left a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#left a:visited {
	color: #33333;
}

#left p
{
padding: 10px;
padding-left: 40px;
}

#right
{
	float: right;
	width: 620px;
	padding-right: 10px;
}

#right .box
{
border: 1px solid #C9C9C9;
background: #CCCCCC;
padding: 10px;
margin-bottom: 10px;
}

#right ol, #right ul
{
margin-left: 30px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #993333;
}

#right a
{
color: #990033;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right .date2 {
	margin: 10px;
	padding: 0;
	padding-top: 5px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #B5AA6D;
}
.date {
	text-align: right;
	color: #B5AA6D;
	font-size: 11px;
}

.date a {
	color: #993333;
}


#footer {
	height: 39px;
	clear: both;
	padding-top: 20px;
	background: #996666 url(img/back_3.gif); 
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #CCCC99;
}

