body
{
margin:0px;
padding:0px;
font-family : verdana;
font-size : 12px;
color : #D3D3D3;
background:#000;
background-image:url(back.jpg);
background-repeat:repeat-y;
}
#header 
{
margin:0px;
padding : 35px;
text-align: center;
}
h1 {
	color: White;
}
h2 {
	color: White;
}
h3 {
	color: White;
}
#main
{
margin:0px 175px;
padding:0px 15px;
border-left:3px solid #ccc;
}

#content 
{
line-height: 16px;
text-align:justify;
}

#content a, #content a:visited, #content a:hover
{
text-decoration:none;
font-weight:bold;
}

#content a:hover
{
color:#aaa;
}

#mebu 
{
position:absolute;
top:15px;
right:0px;
width:165px;
text-align:left;
}
#menu 
{
position:absolute;
top:15px;
left:0px;
width:165px;
text-align:right;
}
#menu ul
{
list-style: none;
margin: 0px;
padding : 0px;
}
#menu ul li
{
margin : 0px;
padding : 0px;
}
#menu ul li.section
{
margin-top : 15px;
}
#menu a, #menu a:visited
{
color:#aaa;
font-weight:bold;
text-decoration : none;
}
#menu a:hover
{
color:#fff;
}

#footer
{
text-align:center;
border-top:2px solid #fff;
padding:5px;
margin:0px 150px;
}

#footer ul
{
list-style: none;
margin: 0px;
padding : 0px;
}
#footer ul li
{
margin : 0px;
padding : 0px;
}
#footer li a
{
color:#fff;
font-weight:bold;
text-decoration : none;
}