
a {
	color: #006666;
	text-decoration: none;
}
body {
	background: #006666 repeat-y fixed bottom center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 0.8em Verdana;
	line-height: 1.5em;
}
#logo	{
	background-color: #009999;
	background-image: url(images/charlotte_titlepix.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#banner	{
	font-family: "Monotype Corsiva";
	font-size: 24px;
	height: 212px;
	background: #F5F5F5 url(images/header.jpg) no-repeat;
	border: 2px groove #4e666a;
}
#banner2	{
	height: 212px;
	background: #F5F5F5 url(images/header2.jpg) no-repeat;
	border: 2px groove #4e666a;}
	
#banner1	{
	height: 212px;
	background: #F5F5F5 url(images/header1.jpg) no-repeat;
	border: 2px groove #4e666a;
}
#banner3	{
	height: 212px;
	background: #F5F5F5 url(images/header3.jpg) no-repeat;
	border: 2px groove #4e666a;
}
#banner4	{
	height: 212px;
	background: #F5F5F5 url(images/header4.jpg) no-repeat;
	border: 2px groove #4e666a;
}
.banner a {
	
	display: block;
	height: 200px;
	}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
#main {
	background: #FFF;
	border: 3px double #EEE;
	border-color: #CCFFFF;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 720px;
}
#nav	{
	background-color: #F5F5F5;
	padding-top: 5px;
	height: 30px;
	border-bottom: 2px double #4e666a;
	border-top: 2px double #4e666a;
	clear: both;
}

#menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	text-align: center;
}


.inline {
	display: inline;
	padding-right: 25px;
	
}


a:link    {
	color: #0066666;
	text-decoration: none;
}
a:visited { color: #4e666a; text-decoration:none; }
a:hover   {
	color: Silver;
	text-decoration: underline;
}
a:active  {
	color: #4e666a;
	text-decoration: underline;
}
.selecteditem {
	font-weight: bold;
	color: #FFD700;
}
.container {
	margin: 5px;
}
#content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
	float: left;
	width: 450px;
}
#content h1, h2 {
	
	font: bold 1.1em sans-serif,Arial;
	color: #00008B;
}
.content p {
	color: #666;
}
#rightside	{
	width: 210px;
	float: right;
	margin-top: 40px;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 20px;
}
#links	{
	font-size: 0.75em;
	line-height: 1.25em;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
	clear: both;
	text-align: center;
	font: normal 0.7em Verdana;
} 
#rightside img	{
	border: 1px solid #006666;
	margin: 10px;
}
#author	{
	font-size: xx-small;
	line-height: 75%;
	color: Gray;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}