* {
	margin: 0;
	padding: 0;
}

body {
background: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}

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

#wrap {
width: 890px;
margin: 0 auto;
background: #000000;
border-left: 1px solid #fe3d3c;
border-right: 1px solid #fe3d3c;
}

#header {
margin: 0px 0 20px 0px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -2px;
margin: 10px 0px 10px 0px;
}
#header h1 a {
color: #ffcc00;
text-decoration: none;
}
#header h1 a:hover {
color: #ffcc00;
text-decoration: underline;
}
#header h2 {
margin: 20px 0 20px 120px;
color: #ffffff;
font-size: 18px;
font-weight: 100;
}
#header h2 a {
color: #ffffff;
text-decoration: none;
}
#header h2 a:hover {
color: #ffffff;
text-decoration: underline;
}

#content {
float: right;
width: 290px;
padding: 0 20px 20px 20px;
border-left: 1px solid #fe3d3c;
text-align: justify;
}
#content h2 {
color: #ffcc00;
font-size: 16px;
font-weight: 120;
padding: 10px 0 5px 0;
border-bottom: 1px solid #fe3d3c;
margin-bottom: 10px;
}
#content h2 a {
color: #ffcc00;
text-decoration: none;
}
#content h2 a:hover {
color: #ffcc00;
}

#leftmenu {
float: left;
width: 180px;
padding: 0 10px 15px 20px;
}
#leftmenu h2 {
border-bottom: 1px solid #fe3d3c;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #ffcc00;
font-size: 16px;
font-weight: 120;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#rightmenu {
float: left;
width: 320px;
padding: 0 10px 20px 10px;
border-left: 1px solid #fe3d3c;
}
#rightmenu h2 {
border-bottom: 1px solid #fe3d3c;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #ffcc00;
font-size: 16px;
font-weight: 120;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#footer {
margin-top: 20px;
border-top: 1px solid #fe3d3c;
font-size: 11px;
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {

}