* {
	margin: 0;
	padding: 0;
}

body {
background: #fbebeb url(images/bg.gif) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #363636;
}

a { color:#8B4513; text-decoration: none; font-size:14px }
a:hover { text-decoration: underline; }

#wrap {
width: 980px;
margin: 0 auto;
}

#header {
margin: 40px 0 50px 0;
}
#header h1 {
font-style:italic
font-size: 26px;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a {
color: #8B7765;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #999;
font-size: 14px;
font-weight: 100;
}



#content {
float: right;
width: 550px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #fff;
text-align: justify;
}
#content h2 {
color: #4F4F4F;
font-size: 16px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #fff;
margin-bottom: 10px;
}
#content h2 a {
color: #4F4F4F;
text-decoration: none;
}
#content h2 a:hover {
color: #fff;
}

#leftmenu {
float: left;
width: 220px;
padding: 0 20px 20px 0;
}
#leftmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #363636;
font-size: 20px;
font-weight: 100;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#rightmenu {
float: left;
width: 250px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
}
#rightmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #363636;
font-size: 20px;
font-weight: 100;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#footer {
margin-top: 20px;
border-top: 1px dotted #aaa;
font-size: 11px;
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {

}