body{
	margin:0px;
	padding:0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}

h1, h2, h3, h4, h5, h6 {
 padding: 20px 0 10px 0;
 margin: 0 0 0 0;
 font-family: Georgia, serif;
 font-weight: normal;
 font-size: 18px;
}
h2 {
	padding: 4px 0px;
	font-size:14px;
	
}

p {
 padding: 0 0 10px 0;
 margin: 0 0 0 0;
 font-size: 12px;
 line-height: 18px;
}

a:link, a:active, a:visited {
 text-decoration: none;
 color: #000000;
}
a:hover {
 text-decoration: underline;
 color: #000000;
}
img {
 border: 0px;
}


#all{
	margin:0 0;
 	width:768px;
	position:relative;
}
#header{
	position:absolute;
	top:0px;
	height:70px;
}

#menu{
	position:absolute;
	top:73px;
	background-color:#29529d;
	text-align:right;
	height:23px;
	width:768px;
	vertical-align:bottom;
	background-image:url(images/shadow.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#menu ul {
 margin: 5px 0px; padding: 0 20px 0 0px;
 list-style-type: none;
 font-size: 11px;
}
#menu li {
 padding-right: 20px;
 float:right;
}
#menu li a {
 color: #e1e1e1;
}


#banner{
	position:absolute;
	top:93px;
	height:175px;

}

#content{
	position:absolute;
	top:0px;
	left:262px;
	margin:10px;
	margin-right:20px;
	width:480px;
	line-height:18px;
}

#left_content{
	position:absolute;
	top:0px;
	width:262px;
	background-image:url(images/left_background.jpg);
	height:487px;
}
#left_content div{
	margin:10px;
	line-height:12px;
}

#left_content li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}


#contentarea{
	position:absolute;
	top:268px;
	width:768px;
}

#headline1 {
 position: absolute;
 left: 12px;
 top: 30px;
 font-size: 24px;
 color: #737373;
}
#headline2 {
 position: absolute;
 right: 20px;
 top: 38px;
 font-size: 15px;
 color: #565656;
 text-align:right;
}

.form{
	
	font-size: 12px;
}

INPUT {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #000000;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	text-indent: 2px;
}

textarea {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-color: #000000;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #000000;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	text-indent: 2px;
}


SELECT {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-color: #000000;
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	text-indent: 2px;
}