body {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
background-image:url(images/background1.jpg);
margin: 0px;
}

h1 {
color: #0066FF;
margin-left: 20px;
}

h2 {
color:#0066FF;
margin-left: 20px;
}

h3 {
color:#0066FF;
margin-left: 20px;
}

p {
padding-left: 10px;
padding-right: 10px;
}

blockquote {
width: 450px;
background-color:#99ccff;
float: right;
padding: 10px;
}

#header {
height: 400px;
width: 100%;
background-color:#3366cc;
}

#inner-header {
height: 250px;
width: 100%;
background-color:#3366cc;
}



#footer {
background-color: #666666;
color: #CCCCCC;
width: 100%;
}

#footer a {
color: #99FF66;
text-decoration:none;
}

.main-content {
width: 850px;
background-color: white;
margin-left:auto;
margin-right:auto;

}

.left {
width: 150px;
float: left;
margin: 5px 5px 5px 5px;
background-color: #CCCCCC;
border: #66CC33;
border-style: solid;
}

.right {
width: 110px;
float: right;
background-color:#333333;
height: 100%;
margin-left: 5px;
}


.well-menu{
	width: 100%;
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.well-menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #99FF66;
	
}

.well-menu ul li{
display: inline;
}

.well-menu ul li a{
	float: left;
	color: #494949;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.well-menu ul li a:visited{
color: #494949;
}

.well-menu ul li a:hover, .well-menu ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #808080;
}



