html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Century Gothic, Arial, Helvetica, San Serif;
	background-color: #6f8ebf;
	background-image:url(images/sky_3.jpg);
	background-repeat: repeat-x;
	background-position: 0 65px;
}

a:link {
	font-size: 11px;
	color: #b8d1dd;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a:visited {
	font-size: 11px;
	color: #b8d1dd;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a:hover {
	font-size: 11px;
	color: #fafba6;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

a:active {
    font-size: 11px;
	color: #b8d1dd;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

p.content {
	font-size: 11px;
	color: #314b58;
	font-weight: normal;
	margin-right: 75px;
	margin-left: 75px;
	text-align: center;
}

p.content2 {
	font-size: 14px;
	color: #314b58;
	font-weight: normal;
	margin-right: 75px;
	margin-left: 75px;
	text-align: center;
}

p.title {
	font-size: 13px;
	color: #314b58;
	font-weight: bolder;
	text-align: center;
}

p.title2 {
	font-size: 16px;
	color: #314b58;
	font-weight: bolder;
	text-align: center;
}	

p.links {
	font-size: 10px;
	color: #314b58;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
}


#narrowdivs {
	text-align: left;
	float: left;
	height: 500px;
	width: 100px; 
	padding-top: 70px;
	
}

#poledivs {
	background-repeat: repeat;
	text-align: center;
	float: left;
	height: 500px;
	width: 25px; 
}

#divs {
	text-align: center;
	float: left;
	padding-top: 0px;
	height: 500px;
	width: 600px;
	
	
}

#bigpage {
	font-size: 30px;
	color: #fafba6;
	font-weight: bolder;
	text-align: left;
	margin-left: 50px;
	margin-top: 15px;
}

	

