/*******************************************************

		Dave Nicholas 2008
		dave@passwithpeter.com

*******************************************************/

body
{
	background-color: #ccd8e0;
	width: 100%;
	font-family:sans-serif;
	text-align: center;
}

h1
{
	font-size:larger;
}

h2
{
	font-size:medium;
}

h3
{
	font-size:small;
}

p
{
	font-size:smaller;
}

/*******************************************************
			content
*******************************************************/

.content
{
	width:790px;
	position: relative;
	float: none;
	margin: 0 auto;
	clear:both;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

/*******************************************************
			Header
*******************************************************/

.header
{
	position:relative;
	float: left;
	clear:both;
	padding: 0px 10px 10px 0px;
}

.headerLeft
{
	position:relative;
	float:left;
	text-align:center;
	color: #ffffff;
	font-size:xx-large;
	width:560px;
	height:100px;
	background: #B3C2C7 url(img/header.jpg) no-repeat;

}

.headerRight
{
	position:relative;
	float:left;
	line-height:5px;
	background: url(img/bgHeaderRight.gif) ;
	padding:10px 10px 0px 10px;
	left: 10px;
	width: 200px;
	height: 100px;
	text-align:center;
	font-size:smaller;

}

.headerRight a
{
	color:#456;
}

.headerRight img
{
	clear:both;
}

/*******************************************************
			nav
*******************************************************/

.nav {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.nav a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	float: left;
	line-height: 41px;
	padding: 0 10px;
	text-decoration: none;
}

/*******************************************************
			main
*******************************************************/

.main
{
	position:relative;
	float: left;
	clear:both;
	width:790px;
	padding: 0px 10px 10px 0px;
}

.important
{
	color:#ff2222;
	text-decoration:none;
}

.mainLeft
{
	position:relative;
	float:left;
	text-align:left;
	width:560px;
	clear:none;
	background-color: #ffffff;
}

.mainLeft img
{
	text-align:center;
}

.mainRight
{
	position:relative;
	float:left;
	padding:10px 10px 10px 10px;
	left: 10px;
	width: 200px;
	text-align:center;
	font-size:smaller;
	clear:none;
	background-color:#DBD5FF ;
}

.mainRight img
{
	border: none;
}

.mainRight ul
{
	text-align:left;
	padding: 0px 0px 0px 10px;
}

/*******************************************************
			Footer
*******************************************************/

.hrPreFooter
{
	margin-top: 50px;
	width: 100%;
}

.footer
{
	position:relative;
	background: url(img/bgfooter.gif) ;
	clear:both;
	padding: 10px 10px 10px 10px;
	width: 770px;
	text-align:center;
	font-weight:bolder;
	color: #ffffff;
}

.footer a
{
	color: #ffffff;
}
