* {
	margin: 0;
	padding: 0;
}

body 
{
background: #F6E3CE;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333333;
}

a 
{
text-decoration: none;
color: #0171AF;
}

a:hover 
{
text-decoration: underline;
color: #111111;
}

#wrapper 
{
margin: 40px auto;
width: 780px;
background: #FFFFFF;
border: 8px solid #58ACFA;
}

#header 
{
height: 60px;
text-align: center;
}

#header h1 
{ 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #0171AF;
}

#header h1 a 
{ 
color: #0171AF;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}

#header h1 a:hover 
{
color: #111111;
}

#header h2 
{
font-size: 19px;
color: #ACD3E5;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#topmenu 
{
height: 7px;
line-height: 36px;
background: #58ACFA;
}

#topmenu ul 
{
list-style-type: none;
padding-left: 20px;
}

#topmenu ul li 
{
display: block;
float: left;
}

#topmenu ul li a 
{
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}

#topmenu ul li a:hover 
{
color: #111;
text-decoration: none;
}

#content 
{
padding: 10px 20px 20px 20px;
}

.leftside
{
float: left;
width: 500px;
text-align: justify;
}

.leftside h2 
{
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}

.leftside h2 a 
{
text-decoration: none;
}

.leftside h2 a:hover 
{
color: #111;
}

.rightmenu
{
float: right;
width: 220px;
padding-top: 2px;
}

.rightmenu h2 
{
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #CCFFFF;
color: #111;
font-size: 13px;
}

.rightmenu ul 
{
padding: 10px 0 15px 10px;
list-style-type: none;
}

.rightmenu ul li a 
{
color: #3686D7;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}

.rightmenu ul li a:hover 
{
color: #111;
}

.pagega
{
}

.pagega2
{
}

#footer 
{
height: 20px;
line-height: 30px;
background: #58ACFA;
text-align: center;
font-size: 11px;
}






