/* CSS Document */

body {
	
	background-color:#DC81AE;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:180%;
}
a:link {
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0099;
}
a:hover {
	text-decoration: underline;
	color: #FF0099;
}
a:active {
	text-decoration: none;
	color: #FF0099;
}

#outerwrapper {
	width:1000px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	width:768px;
	margin-left:116px;
	background-color:#FFFFFF;
	
}

#banner {
	height:134px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

#navtop {
	padding-top:0px;
	padding-bottom:0px;
	overflow:hidden;
	position:relative;
	height:49px;
}

.leftcol {
	width:152px;
	min-height:600px;
	height:auto !important;
	height:600px;
	float:left;
}

.rightcol {
	width:594px;
	min-height:600px;
	height:auto !important;
	height:600px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border-left:2px solid #DC84AE;
	padding-bottom:20px;
}

.centertext {
	text-align:center;
}

#footer {
	clear:both;
	height:16px;
	text-align:center;
	font-size:10px;
	padding:4px;
	border-top:2px solid #DC81AE;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	margin:0px;
	color:#DC81AE;
	font-size:20px;
}