* {
	margin: 0;
	padding: 0;
}

body {
background: #554d42;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a, a:visited {
text-decoration: underline;
color: #000000;
}

a:hover, a:active {
text-decoration: underline;
color: #FDAA40;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 100px;
background: #554d42 url(../images/header.jpg) no-repeat;
}
#header h1 { 
font-size: 28px;
padding: 29px 0 0 40px;
color: #FF5500;
letter-spacing: 2px;
}

#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: 2px;
font-weight:bold;
}

#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 19px;
color: #fff;
padding: 10px 0 0 40px;
letter-spacing: 1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #fff url(../images/menu.jpg) no-repeat;
padding-left: 40px;
}



#content {
background: #fff url(../images/content.jpg) repeat-y;
padding: 0 20px 20px 20px;
}

.left {
float: left;
width: 530px;
text-align: justify;
padding-top: 5px;
padding-left:20px;
}

.left a {
color: #3D3125;
text-decoration: underline;
font-weight: bold;
}

.left a:hover {
color: #CF9F5A;
text-decoration: underline;
font-weight: bold;
}



.left h2 {
font-size: 22px;
font-weight: bold;
padding: 15px 0 15px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
}

.left h3 {
font-size: 16px;
font-weight: bold;
padding: 8px 0 8px 0;
}


.left ul {
list-style-type: disc;
margin-left: 30px;
margin-top: 5px;
}



.right {
float: right;
width: 160px;
padding-top: 10px;
padding-right:20px;
}

.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #413326;
color: #fff;
font-size: 13px;
}

.right ul {
padding: 10px 0px 15px 5px;
list-style-type: none;
}
.right ul li a {
color: #FDAA40;
text-decoration: underline;
}
.right ul li a:hover {
color: #000000;
text-decoration: underline;
}

#bottom {
background: #fff url(../images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
background: #fff url(../images/menu.jpg) no-repeat;
font-size: 11px;
color: #fff;
height: 30px;
line-height: 30px;
padding-left: 20px;
}

#footer a { color: #fff; }

#footer h3 {
font-size: 11px;
color: #fff;
font-weight: normal;
display: inline;
}
