
* {
    margin: 0;
    padding: 0;
}

body{
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#281e0e;
font-size:12px;
color:#ffedd3;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4, h5 {
	font-family: Myriad, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}
#container{
margin: 0 auto;
width:1024px;
}
#header{
height:358px;
}
#logo{
float:left;
}
#mainpicture{
float:right;
width:623px;
}
#menu{
height:48px;
}
#content{
text-align:left;
height:530px;
}
#content-left{
float:left;
padding-left:40px;
padding-top:20px;
width:538px;
line-height:20px;
}
#content-left a{
font-weight:bold;
text-decoration:none;
color:#ffedd3;
}
#content-left a:Hover{
font-weight:bold;
text-decoration:underline;
color:#ffedd3;
}
#content-right{
float:right;
width:446px;
font-size:10px;
text-align:right;
color:#a2937b;
padding-top: 0;
}
#footer{
height:24px;
text-align:center;
color:#745525;
}
#footer a{
color:#745525;
font-size:9px;
text-decoration:none;
}
#footer a:Hover{
color:#745525;
font-size:9px;
text-decoration:underline;
}
#mmenu {
	width: 1024px;
	height: 48px;
	background-image: url(../images/navbar.jpg);
}
#mmenu ul {
	margin: 0;
	padding: 0;
}

#mmenu ul li {
	float: left;
	height: 48px;
}

#mmenu ul li a:hover, #mmenu ul li a.active {
	border-bottom: 5px solid #322819;
	height: 27px;
}
#mmenu ul li a.twolines:hover, #mmenu ul li a.twolines.active {
	border-bottom: 5px solid #322819;
	height: 33px;
}
#mmenu ul li a {
	display: block;
	width: 95px;
	height: 32px;
	padding-top: 16px;
	text-decoration: none;
	font-size: 10px;
	color: #322819;
	font-weight: bold;
}
#mmenu ul li {
	list-style-type: none;
}
#mmenu ul li a.twolines {
	padding-top: 10px;
	height: 38px;
}

#mmenu ul li a.wide {
	width: 125px;
}