html {
	height: 100%;
	}

body { 
	font-family: Georgia, Times, time New Roman, serif;
	font-size:12px;
	color:#333;
	background:url(../i/bg.gif) repeat-x #fff;
	line-height:120%
	}
	
a {
	color:#2b5f7b;
	text-decoration:none;
	}
	

a:hover {
	color:#002b48;
	text-decoration:underline;
	}

#container { 
	margin:0 auto;
	width: 878px; 
	padding:0;	
	}
	

#header {
	background:url(../i/header.gif) no-repeat;
	margin-top:100px;
	height:150px;
	width:882px;
	}


#header a {
	color:#fff;
	}

#footer {
	padding:0 10px;; 
	width:858px;
	text-align:center; 
	}

#footer h4 {
	color:#5893b9;
	text-transform:uppercase;
	font-family: Arial, helvetica, san-serif;
	font-size:10px;
	letter-spacing:2px;
	padding: 10px 0;
	}
	
#footer p {
	color:#3b7cb1;
	}

#footer a {
	color:#3b7cb1;
	text-decoration:none;
	font-family: Arial, helvetica, san-serif;
	font-size:8px;
	text-transform:uppercase;
	}

#footer a:hover {
	color:#012b6a;
	}

	
#content {
	background:url(../i/bg2.gif) repeat-x #a7cde3;	
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;	
	min-height:260px;	
	padding:5px 47px 25px 47px;
	color:#2b5f7b;
	}

#content h3 	{
	font-family: Trajan Pro, Georgia, Times, time New Roman, serif;
	color:#002b48;
	text-transform:uppercase;
	padding-bottom:10px;
	font-size: 14px;
	letter-spacing:-1px
	}
#content p
	{
	padding:5px 0;
	}

#block {
	background: url(../i/blockbg.png) repeat-x #fff;
	border:1px solid #eee;
	padding:5px;
	margin:5px ;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}




	

