html { height: 100%;}

body {
	position:relative;
	height: 100%;
	font-family: Lucida Grande, Verdana;
	color: #27437F;
	font-size: 85%;
	margin:0;	
	}
	a 			{ color: #4C84DB; }
	a:link		{ color: #4C84DB; }
	a:active	{ color: #2F509F; }
	a:visited	{ color: #4C84DB; }
	a:hover		{ color: #2F509F; }

#header {
	position:relative;
	text-align:left;
	padding:140px 0 0 0;
	margin-bottom:50px;
	background: #4888EA url(images/C-SailsBigBanner.jpg) no-repeat top left;
	}
	#header #nav {
		padding:0;
		margin:-4px 0 0 130px;
		background:#fff;
		background-image:none;
		display:block;
		}
		#header #nav li {			
			display:inline;
			}
			#header #nav li a {
				padding: 0 0.7em 0 0.7em; 
				text-decoration:none;
				}
				#header #nav li a.selected {
					color:#27437F;
					font-weight: bold;
					}

#content {
	position:relative;
	min-height: 70%;
	background: #fff;
	/* fixed */
	margin:0 auto 50px 65px;
	width: 700px;
	/* fluid */
	margin:0 70px 50px 65px;
	width: auto;
	}
	#content h1 {
		font-size:1.6em;
		padding-bottom:0;
		margin-bottom:0;
		}
	#content p { 
		line-height: 1.35em; 
		}
	#content h2 {
		font-size:1em;
		padding-bottom:0;
		margin-bottom:0;
		}
		#content .logo {
			float:left;
			margin-right:30px;
			}

		#content hr {
			border:none;
			border-top:1px solid #4888EA;
			margin:1em 0 1em 0;
			}
		#content .adSense {
			border:none;
			border-top:1px solid #4888EA;
			padding:1em 0 0 0;
			text-align: center;
			}
* html #content {
	height: 80%;
	}

#footer {
	color:#fff;
	font-size:80%;
	background: #4888EA url(images/C-SailsBigBanner.jpg) top left no-repeat;
	text-align:center;
	height:12px;
	padding:1px 0;
	width:100%;
	margin:0;
	
	position: relative;
	margin-top: -12px;
	}
	#footer p {
		margin:0; padding:0;
		}
		#footer p a {
			color: #fff;
			}
