/* CSS Document */

html {
	height: 100% ;
}
body {
	height: 100% ;
	font-family: "Helvetica", Verdana, Arial, sans-serif ;
	font-size: 11pt ;
	background-color: #f5f0e8 ;
	color: #333333 ;
	margin: 0px auto;
	background-image: url('../img/body_bg.png') ;
	background-position: center ;
	background-repeat: repeat-y ;
	text-align: center ;
}

img {
	border:none;
}

/*** Link styles ***/

a {
	color: #661e4f ;
	text-decoration: none;
}

a:hover {
	color: #801563 ;
	text-decoration: none;
}

a:active {
	color: #661e4f ;
	text-decoration: none;
}

.footer a {
	color: #FFFFFF ;
}

.footer a:hover {
	color: #c62199 ;
}

.footer a:active {
	color: #661e4f ;
	text-decoration: none;
}