* { 
	padding: 0;
	margin: 0;
}
body { 
	font: .9em Verdana, Arial, Sans-Serif; 
	line-height: 1.6em; 
	margin: 0 auto 0 auto;
	background: #fff9fa;
	color: #333;
	width: 85%;
}
a { color: #1F5577; }
img { border : none }
#header
{
height: 80px;
margin-bottom:10px;
background: #FFF url(img/header.gif) repeat-x top;
}
#header h1 { font-weight: 100; padding: 15px 0 0 120px; color: #FFF; font-size: 200%; background: transparent; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
#header h2 { font-weight: 100; padding: 5px 0 0 120px; color: #FFF; font-size: 120%; background: transparent; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

#header .left { 
	background: transparent url(img/l_header.gif) no-repeat left; 
	height: 80px; 
	padding-left:0px;
}
.right {
	background: transparent url(img/r_header.gif) no-repeat right;
	float: right;
	height: 80px;
	width: 11px;
}

.leftmenu {
        border: 1px solid #ACCFE8;
        border-width: 1px 1px 0 1px;
        width: 140px;
        font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.leftmenu ul, li {
        list-style-type: none;
}

.leftmenu ul {
        margin: 0;
        padding: 0;
}

.leftmenu li {
        border-bottom: 1px solid #ACCFE8;
}

.leftmenu a {
        text-decoration: none;
        color: #3366CC;
        background: #F0F7FC;
        display: block;
        padding: 3px 6px;
        width: 128px;
}

.leftmenu a:hover {
        background: #DBEBF6;
}


.content
{
padding-left: 40px;
}

.menu
{
margin:10px 0px 10px 0px;
clear:both;
text-align:center;
border:1px groove #E5E5E5;
}