@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	background-color: #999999;
	width: 900px;
	margin:auto;
	padding: 0;
	text-align:center;
}
	
#container {
	border: 2px solid #666666;
	background-color: #666666;
	width: 900px;
	position: relative;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(images/pink.jpg);
	background-repeat: repeat-y;
}

#top-nav {
	width: 742px;
	height: auto;
	position: relative;
	float: right;
	margin: 4px 0 0 0;
	padding: 0;
}

.top-nav {
	clear: both;
	display: inline;
	margin-left: 0;
}

#top-nav a {
	text-decoration: none;
}

#banner {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	left: 4px;
	top: 4px;
}

#map {
	height: 402px;
	width: 742px;
	position: relative;
	float: right;
	margin: 2px 0 0 0;
}

#nav {
	width: 151px;
	margin-top: 15px;
	margin-left: 2px;
	padding: 0;
	position: relative;
	float: left;
	color: #FFFFFF;
	font-stretch: narrower;
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
}

#nav p {
	margin-top: 0;
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
}

#nav-menu a {
	display: block;
	width: 137px;
	height: 20px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 6px 4px 3px 2px;
	text-align: right;
	text-decoration: none;
	margin-top: 5px;
	font-size: 92%;
}

#nav-menu a:link, #nav-menu a:visited {
	color: #000000;
	text-decoration: none;
}

#nav-menu a:hover {
	text-decoration: none;
	color: #9E1F63;
	background-color:#E5E5E5;
}

#nav-menu a:active {
	text-decoration: none;
	color: #9E1F63;
	background-color: #CCCCCC;
}

#content {
	width: 507px;
	margin-top: 2px;
	margin-left: 5px;
	float: left;
	min-height: 550px;
	height:auto !important;
	background: #FFFFFF;
	padding: 3px;
}

#content10 {
	background: #FFFFFF;
	padding: 3px;
	width: 99%;
}

#content11 {
	float: left;
	padding: 3px;
	width: 48%;
	color: #333333;
	background-color: #FFFFFF;
}

#content12 {
	float: right;
	padding: 3px;
	width: 48%;
	color: #333333;
	background-color: #FFFFFF;
}

#ads{
	float: right;
	margin-top: 2px;
	width: 225px;
	margin-right: 0px;
}

#footer {
	clear: both;
	background-color: #383838;
	padding-bottom: 5px;
	margin-right: 4px;
	text-align: left;
	height: 45px;
	color: #FFFFFF;
	position: relative;
	left: 4px;
	bottom: 4px;
}

#footer p {
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
	font-size: 85%;
	color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}

#footer a:link, #footer a:visited {
	color:#CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:active {
	color: #990066;
	text-decoration: none;
}

.title {
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
	font-size: 2.5em;
	color: #000000;
	text-transform: capitalize;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 875px;
	padding: 10px;
	margin-top: 3px 2px 2px 2px;
}

h1 {
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
	font-size: 2.5em;
	color: #000000;
	text-transform: capitalize;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 590px;
	padding: 10px;
	margin-top: 3px;
	margin-left: 1px;
	visibility: visible;
}

h2 {
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	width: 135px;
	padding: 5px;
}

h3 {
	font-size: 1.2em;
	padding: 5px;
	color: #00A69C;
	font-style: italic;
	text-transform: uppercase;
}

a:link, a:visited {
	color:#330033;
	text-decoration: underline;
}

a:hover{
	color:#CC0099;
	text-decoration: underline;
}

#content p:first-line {
	font-family: "Bookman Old Style", "Baskerville Old Face", "Times New Roman", serif;
	color:#000000;
	font-size:110%;
}
