* {
	margin: 0;
	padding: 0;

}

li
{
margin:18px;
font-family:Verdana;
font-size: 14px;
line-height: 20px;
color: #333;
}

body {
background: #0171AF url(images/background.gif) repeat-x;
font-family:Verdana;
font-size: 12px;
line-height: 20px;
color: #333;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 800px;
background: #fff;
border: 10px solid #D1E6EF;
}

#header {
height: 90px;
}
#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: #111;
}
#header h2 {
font-size: 19px;
color: #ACD3E5;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #D1E6EF;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}

#content {
padding: 0 20px 20px 20px;
text-align:justify;
font-size:medium;
padding-top:20px;
margin-right:10px;
padding-left:30px;
}


.right {
 float:left;
 margin-right:10px;
 padding-right:10px;
 margin-bottom:10px;
margin-top: 10px;

}
.right h2 {
color: #000000;
font-size: 18px;
font-weight:100;
padding: 15px 0 7px 0;
}


#footer {
height: 20px;
line-height: 30px;
background: #D1E6EF;
text-align: left;
font-size: 11px;
}
p
{
font-size:14px;
}






