* {
margin: 0; 
padding: 0;
}

body {
background: #000000 url(img/bg.jpg) repeat-x top left;
text-align: center;
font-family: verdana;
font-size: 12px;
}

div.wrapper {
margin: auto;
width: 960px;
background: #000;
padding: 20px;
text-align: left;
border: 1px #000 solid;
}

div.header {
clear: both;
padding: 0px;
margin: auto;
margin-top: 0px;
margin-bottom: 0px;
background: url(img/head.jpg) repeat-x center;
height: 262px;
}

div.header h1 {
color: #fff;
padding: 180px 30px 10px 0px;
text-align: right;
font-family: verdana;
font-size: 40px;
line-height: 30px;
letter-spacing: -2px;
}

div.header h2 {
color: #fff;
padding: 0px 30px;
text-align: right;
font-family: verdana;
font-size: 20px;
line-height: 30px;
letter-spacing: -2px;
}


div.mainmenu {
clear: both;
padding: 15px;
text-align: center;
width: 100%;
}

div.mainmenu ul li {
list-style-type: none;
float: left;
}


div.mainmenu ul li a{
text-decoration: none;
padding: 10px 20px;
line-height: 20px;
color: #1186f7;
font-size: 20px;
font-family: verdana;
}


div.mainmenu ul li a:hover{
background: #fff;
text-decoration: underline;
color: #1186f7;
}

div.content {
margin-top: 15px;
clear: both;
border-top: 1px dotted #1186f7;
padding-top: 10px;
}

div.contentlist {
float: left;
width: 620px;
background: #1186f7;
margin-right: 10px;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 30px;
color: #fff;
}

div.contentlist p {
padding: 20px 0px 0px 0px;
color: #fff;
}

div.contentlist a {
color: #fc0;
font-weight: bold;
text-decoration: none;
}


div.contentlist a:hover {
text-decoration: underline;
}

div.contentlist ul {
padding: 20px;
}

div.menulist {
float: right;
width: 260px;
color: #fff;
line-height: 150%;
}

div.menulist p {
padding: 20px 20px 0 10px;
color: #fff;
}

div.menulist a {
color: #fff;
text-decoration: none;
padding: 5px 15px;
}

div.menulist a:hover {
color: #1186f7;
background: #fff;
text-decoration: underline;
}

div.menulist h2 {
padding: 20px 20px 15px 10px;
font-size: 20px;
font-family: verdana;
letter-spacing: -2px;
color: #fff;
}

div.menulist ul {
padding: 0px 20px;
}

div.footer {
clear: both;
color: #fff;
padding: 20px 0 0px 0;
text-align: center;
font-weight: bolder;
}

div.footer a {
color: #fff;
text-decoration: none;
}

div.footer a:hover {
text-decoration: underline;
}

div.row{
 	min-height:49px;
 	width:610px;
 	padding:0px 0px 3px 0px;
 	background:#1186f7; 
} 

div.row a {
	color: #1186f7;
	text-decoration: none;
}

div.row2{
 	min-height:49px;
 	width:610px;
 	padding:0px 0px 3px 0px;
 	background:#56A7F9; 
} 

div.row2 a {
	color: #56A7F9;
	text-decoration: none;
}

div.rowcenter{ 
	margin:auto; 
} 

div.field{ 
 	min-height:49px; 
} 

div.image{
 	float:left;
	padding-left:9px; 
	padding-right:9px; 
	width:49px; 
	height:49px; 
} 

div.name{ 
	float:right;
	width:500px; 
	font-size: 12px;
	text-align: center; 
} 

div.name a {
	color: #000;
	text-decoration: none;
}
