body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color:#dcd0e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a:link {color: #6b2a7b; text-decoration: underline}
a:active {color: #6b2a7b; text-decoration: underline}
a:visited {color: #7c4a8c; text-decoration: underline}
a:hover {color: #7c4a8c; text-decoration: none}

a.white:link {color: #fff; text-decoration: none}
a.white:active {color: #fff; text-decoration: none}
a.white:visited {color: #fff; text-decoration: none}
a.white:hover {color: #fff; text-decoration: underline}

a.footer:link {color: #cc4c7f; text-decoration: none}
a.footer:active {color: #cc4c7f; text-decoration: none}
a.footer:visited {color: #cc4c7f; text-decoration: none}
a.footer:hover {color: #cc4c7f; text-decoration: underline}

#wrap { width:950px; background-color:#fff; border:#6b2a7b solid 1px; margin:auto;
}

#header {
	background:url(images/header.gif) no-repeat; width:950px; height:144px;
}

.small {font-size:11px}

#top_nav {
	color:#FFFFFF;
	text-align:right;
	padding-top:15px;
	padding-right:68px;
}

.logo_spot {

		margin: 10px 390px 0px 0px;
}

#menu { padding-top:10px;
		padding-bottom:30px;
}

#main_content { padding:5px 50px 10px 50px;
}

#footer {background:url(images/footer_bg.gif) no-repeat; width:950px; height:80px;
		text-align:right;
}

#footer_text {color:#cc4c7f;
			font-size:10px;
			padding-top:40px;
			padding-right:60px;
}

hr {border: 0; color: #cc4c7f; background-color: #cc4c7f; height: 1px; width: 100%; text-align: left; margin-top:10px; margin-bottom:10px;}

