.html, body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg-tile4.jpg);
	background-repeat: repeat-x;
	background-color: #002f3d;

}
#maincontainer{
	width: 1368px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #002f3d;
}

#header{
	width: 990px;
	height: 295px;
	margin-left: 230px;
}




#nav {
	width: 990px;
	height: 30px;
	margin-left: 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #b23694;
	padding-top: 7px;
	text-align: center;
	word-spacing: 5px;
	text-decoration: none;
}

#nav a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #b23694;
	text-decoration: none;
}
#nav a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #b23694;
	text-decoration: none;
}
#nav a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #b23694;
	text-decoration: underline;
}
#nav a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #b23694;
	text-decoration: none;

}


#banner {
	width: 990px;
	height: 386px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}


#content {
	width: 990px;
	height: 100%;
	background-color: #d8fbff;
	margin-left: 230px;
}

#content a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002f3d;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
#content a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002f3d;	
	text-decoration: none;
	font-weight: normal;
}
#content a:hover{
	
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002f3d;
	font-weight: normal;
}
#content a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002f3d;
	text-decoration: none;
	font-weight: normal;

}

#content-left {
	width: 610px;
	height: 100%;
	float: left;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002f3d;
	
}

#content-left h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	color: #ad39ae;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 15px;
	
}

#content-right {
	width: 250px;
	height: auto;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002f3d;
	padding-right: 20px;
	padding-top: 35px;
	background-image: url(images/right-bg.jpg);
	margin-right: 20px;
	padding-left: 20px;
	
}

#content-right h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ad39ae;
	font-style: italic;
	
}

#footer{
	height: 40px;
	width: 950px;
	background-color: #a6dee9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002f3d;
	padding-left: 40px;
	padding-top: 20px;
	margin-top: 30px;

	

}
#footer-spacer{
	height: 40px;
	width: 990px;
	background-color: #d8fbff;
	
	

}

#clear{
	clear: both;
	

}

#spacer{
	padding-top: 5px;	

}
.purple {
	color: #ad39ae;
}
