/* A Free Design by Bryant Smith (bryantsmith.com) */



body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	color: #061C37;
	background: #1E4297;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
*
{
	margin: 0 auto 0 auto;
	text-align:left;
}

#container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 940px;
}

#mainpic h1
{
	position:absolute;
	text-align:right;
	font-size:30px;
	color:#FFF;
	left:51px;
	top:47px;
}


#mainpic h2
{
	position:absolute;
	text-align:right;
	color:#E1E7F7;
	left:82px;
	top:125px;
}

#mainpic
{
	background-repeat: no-repeat;
	width: 900px;
	height: 200px;
	background-image: url(images/header.jpg);
}



.lightblue
{
color:#B1C6FC	
	
}




#menu
{
background-image:url(images/menu.png);
background-repeat:no-repeat;
width:940px;
height:69px;
float:left;
clear:both;
}

#content
{
	width:880px;
	height:auto;
	background-color:#FFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	color: #000;
}

#footer
{
	width:inherit;
	height:auto;
	background-color: #1E4297;
}

#footer h3 a,#footer h3 a:visited
{
	display:inline;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:#FFFBF0;
}


#menu ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width:900px;
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 150px;
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 17px;
	font-size: 15px;
}

#menu a:hover{
	color:#BAD1F3;
	background: url(images/menuhov.jpg) no-repeat;
}

#content p
{
	
}


html, body {
text-align: center;
}
p {text-align: left;}
.header {
	font-size: 24px;
}
.center {
	text-align: center;
}
.big {
	font-size: 18px;
}
.bg {
	background-color: #1E4297;
	color: #FFF;
}
#container #content p {
	color: #FFF;
}
#container #content p {
	color: #000;
}
.pwerty {
	font-weight: bold;
	color: #18315E;
}
#container #content .pwerty {
	font-weight: normal;
}
