* {
padding: 0;
margin: 0;
} 

body {
	margin:0;
	padding: 0;
	background: #555;
	color: #444;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 17px;
}

img {
	border: none;
	left: 220px;
}
a{ color: #4D9FF2; text-decoration: none; }
a:hover {  color: #000; }

#wrap {
width: 750px;
margin: 0 auto;
background: #F1F4F5;
}

#header {
	height: 210px;
	line-height: 210px;
	background-color: #FFCC99;
	background-image: url(images/logossa.jpg);
	background-repeat: no-repeat;
	width: 100%;
}
#header h1 { 
font-size: 50px;
text-align: center;
color: #FFCC99;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #333333;
}

#headermenu {
	height: 23px;
	line-height: 23px;
	padding: 0;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #FFCC99;
}
#headermenu li {
	float:left;
	list-style-type:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#headermenu li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #000000;
}
#headermenu li a:hover {
background: #333 url(menubghover.gif) repeat-x;
color:#fff;
text-decoration:none;
}

#wrapper {
padding: 10px;
}

#menu {
float: right;
width: 200px;
padding: 10px;
border: 2px solid #FFCC99;
line-height: 15px;
}
#menu h2 {
margin-top: 10px;
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 10px; 	
border-bottom: 1px dotted #FFCC99;
}
#menu ul  {
color: #aaa;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
#menu ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
#menu ul a {
font-weight: 600;
color: #306987;
}
#menu ul a:hover { color : #333; }

#content { 
float: left;
width: 468px;
padding: 10px;
margin-right: 10px;
border: 2px solid #;
line-height: 20px;
}
#content h2 {
padding: 2px 0 5px 0px; 
font: bold 16px Verdana, 'Trebuchet MS', Sans-serif;
color: #000000;	
border-bottom: 1px dotted #333333;
margin-bottom: 5px;
margin-top: 5px;
}

#footer {
	color: #333333;
	margin-top:20px;
	height: 150px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	background-color: #FFCC99;
	font-weight: bold;
}
#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; } 
