* {
	margin: 0;
	padding: 0;
}

body {
background: url(images/2.jpg);
background-repeat: no-repeat;
background-position:  -10px -40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #5676A6;
}

a { color: #5676A6; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrap {
width: 980px;
margin: 0 auto;
}

#header {
border-left:10px solid #ffffff; 
border-right:10px solid #ffffff; 
background:#F7F7F7;
margin:  0px 0  0px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a {
color: #FAFFB0;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #999;
font-size: 18px;
font-weight: 100;
}

#content {
border-right:10px solid #ffffff; 
background:#F7F7F7;

float: right;
width: 458px;
height: 402px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
text-align: justify;
}
#content h2 {
color: #FFB400;
font-size: 16px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
}
#content h2 a {
color: #FFB400;
text-decoration: none;
}
#content h2 a:hover {
color: #eee;
}

#leftmenu {
border-left:10px solid #ffffff; 
background:#F7F7F7;

float: left;
width: 150px;
height: 402px;
padding: 0 20px 20px 10px;
}
#leftmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #FFB400;
font-size: 16px;
font-weight: 100;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;

color: #5676A6;
}

#rightmenu {
background:#F7F7F7;

float: left;
width: 240px;
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: #FFB400;
font-size: 16px;
font-weight: 100;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}


#footer {
background:#ffffff;

margin-top: 10px;
border-top: 1px dotted #aaa;
font-size: 11px;
color: #5676A6;
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {

}









