body
{
	background-image: url(bg.png);
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#wrapper
{
	width: 800px;
	margin: 0 auto;
	box-shadow: 3px 3px 6px #ccc;
	border-top-left-radius: 30px;
	border-top-right-radius: 59px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 10px;
}

#header
{
	height: 140px;
	border-color: #02042D;
	border-style: solid;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-left-radius: 30px;
	border-top-right-radius: 60px;
	border-bottom: none;
	background-image:url(header.png);
	
}
#header h1
{
	color:#FFF;
	text-transform: uppercase;
	margin: 0;
	margin-left: 30px;
	line-height: 100px;
	font-size: 40px;
}
#navigation
{
height: 40px;
margin-left: 6px;

}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding:0;
	
}
#navigation ul li
{
	float:left;
	margin-right: 5px;
}
#navigation ul li a
{
	border: 2px solid #06F;
	border-bottom: none;
	line-height: 34px;
	padding-top: 0px;
	padding-left:6px;
	padding-right:6px;
	display:block;
	height:38px;
	color:#02042D;
	text-decoration:none;
	background-color: #eee;
	border-top-left-radius: 6px;
	border-top-right-radius: 20px;
	font-size: 15px;
	
}
#navigation ul li a span
{
padding-top: 6px;	
display: block;
}

#navigation ul li a:hover, #navigation ul li.active a
{
	background-color: #fff;
	
}
#navigation ul li a:visited
{
	color: #02042D;
}

.clear {clear:both}

#content
{
	border-style: solid;
	border-color: #02042D;
	border-left-width: 2px;
	border-right-width:2px;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
color: #02042d;
}
#content .content-header
{
	color: #02042d;

	
}
#content .content-header h2
{
	border-bottom: solid 2px #02042d;
	color:#02042d;
	font-size: 30px;
	margin: 0;
	padding-left: 32px;
	font-style: italic;
	background-repeat:no-repeat;
	background-position: 2px 2px;
}
#content .content-inner
{
	padding: 10px;
	
}
#content .content-inner p
{
	margin:0;
	font-size: 14px;
	margin-bottom: 14px;
	font-family: verdana;
}
#footer
{
	background-image:url(footer.png);
	border-color: #02042D;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 25px;
	font-size:16px;
	height:30px;
	}
#footer div
{
	line-height:30px;
	color: #fff;
	padding: 3px;
	font-size:12px;
	text-align:right;

	}
#footer div:first-child
{
	padding-left: 10px;
	float:left;
	text-align:left;
}
	
