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

body {
	font: 15px/17px Georgia, "Times New Roman", Times, serif;
	color: #9FA5A5;
	margin: 10px 0px;
	padding: 0px;
	background: #9FA5A5;
}
img {
	display: block;
	border: 0px none;
}
h1 {
	font: italic normal 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #c56c9f;
	margin: 0px;
	padding: 0px;
}
h1 a {
	color: #c56c9f;
	text-decoration: none;
}
h1 a:hover {
	color: #9FA5A5;
	text-decoration: none;
}
h2 {
	font: italic bold 20px/28px Georgia, "Times New Roman", Times, serif;
	color: #c56c9f;
	margin: 0px;
}
h2 a {
	color: #c56c9f;
	text-decoration: none;
}
h2 a:hover {
	color: #9FA5A5;
	text-decoration: none;
}

a {
	color: #c56c9f;
	text-decoration: none;
}
a:hover {
	color: #9FA5A5;
	text-decoration: none;
}
#container {
	background: #000000;
	margin: 0px auto;
	width: 800px;
	position: relative;
	border-top: 2px solid #c56c9f;
	border-right: 1px solid #444747;
	border-bottom: 2px solid #c56c9f;
	border-left: 1px solid #444747;
}
#top {
	width: 800px;
	padding: 6px;
}
#header {
	width: 800px;
	padding: 6px 6px 15px;
}
#wrapper {
	width: 800px;
}
#contentleft {
	width: 300px;
	padding: 5px 15px;
	float: left;
}
#contentright {
	background: #000000;
	width: 415px;
	margin-left: 330px;
	padding: 5px 15px;
	border-left: 1px solid #444747;
}
#contentcentered {
	background: #000000;
	clear: both;
	padding: 15px;
}
#footer {
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #c56c9f;
	text-align: center;
	clear: both;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer a {
	color: #c56c9f;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #9FA5A5;
	text-decoration: none;
	font-weight: bold;
}
.imgleft {
	float: left;
	padding: 0px 10px 5px 0px;
}
.imgright {
	float: right;
	padding: 0px 0px 5px 10px;
}
.sitemap {
	margin-left: 150px;
	list-style: circle;
}
.pinktext {
	color: #c56c9f;
}
.sidebyside {
	width: 800px;
	margin: 0px auto;
}
.row2 {
	font: 11px/15px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 230px;
	margin: 10px 80px;
	float: left;
}
.row3 {
	font: 11px/15px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 230px;
	margin: 10px 15px;
	float: left;
}