html {
	margin: 0;
	padding: 0;
	background: #004B8D url(../images/bg.jpg) repeat-x;
}

/* Body - wrapper and font styles --------------------------------------- */
body {
	position: relative;
	width: 760px;
	float: left;
	left: 50%;
	margin: 5px 0 0 -385px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border: 2px #000033 solid; border-top: 0; border-right: 1px #333 solid;
}

/* Header - Including Flash and logo ----------------------------------- */
#header {
	width: 760px;
	height: 88px;
	float: left;
	background: url(../images/headerbg.jpg) repeat-x;
	padding: 0 0 3px 0;
	border-bottom: 5px #004b8d solid;
}
	#header a img {
		border: 0;
		float: left;
	}

/* Navigation ---------------------------------------------------------- */
#nav {
	width: 640px;
	height: 45px;
	float: left;
	background: url(../images/navbg.jpg) repeat-x;
	margin:0;
	padding: 1px 90px 0 30px;
}
	#nav li {
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
	}
	#nav li a {
		margin: 0 0 0 0;
		padding: 5px 10px 5px 40px;
		float: left;
		text-decoration: none;
		color: #0068c4;
		border-right: 1px #999 solid;
	}
		#nav li a:hover {
			background: #ddd;
			color: #00294D;
		}
	#nav li .home {
		border-left: 1px #999 solid;
	}

/* Main - Including sidebar & footer ----------------------------------- */
#main {
	width: 760px;
	float: left;
	background: #eaeaea url(../images/mainbg.jpg) top repeat-x;
}

	/* Sidebar --------------------------------------------------------- */
	#sidebar {
		margin: 0 0 0 5px;
		padding: 0;
		width: 225px;
		height: 400px;
		min-height: 352px;
		float: left;
		background: url(../images/sidebarbg.jpg) right no-repeat;
	}
		#sidebar h2 {
			font-size: 18px;
			font-weight: normal;
			margin: 0;
			padding: 0;
			color: #004b8d;
		}
		#sidebar p {
			margin: 0;
			padding: 0 0 15px 0;
		}
		#sidebar a {
			color: #0068c4;
			text-decoration: none;
		}
		#sidebar a:hover {
			text-decoration: underline;
		}
		
	/* Content --------------------------------------------------------- */
	#content {
		width: 510px;
		float: left;
	}
		#content h1 {
			font-size: 24px;
			font-weight: normal;
			margin: 0;
			padding: 0;
			color: #004b8d;
		}
	
	/* Footer ---------------------------------------------------------- */
	#footer {
		clear: both;
		float: left;
		width: 720px;
		text-align: center;
		border-top: 1px #ddd solid;
		margin: 0 10px 0 10px;
	}
		#footer p {
			margin: 0;
			padding: 10px;
		}
		#footer a {
			color: #888;
		}
		#footer a:hover {
			text-decoration: none;
		}
	
/* Classes ------------------------------------------------------------- */
.right {
	float: right;
}
