/* CSS Document */
BODY
{		   
	background: #CE3E69 url(images/bg.jpg) repeat-x;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color:#000;
}
a {
	color: #CE3E69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000;
	white-space:normal;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CE3E68;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #CE3E68;
}
.spacer {
height: 14px;
}

#nav {
	border: 1px solid #660066;
	background: url(images/nav_bar.gif) repeat-x;
	padding-top: 22px;
	width: 817px;
	height: 37px;
	float: right;
}

#nav a {
	padding: 8px;
	margin-left: 10px;
	background-color: #7D267D;
	border: 1px solid #fff;
	color: #E0CCE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#nav a:hover {
	padding: 8px;
	background-color: #660066;
	border: 1px solid #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#nav a.active {
	padding: 8px;
	background-color: #660066;
	border: 1px solid #660066;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#footer {
	padding-top: 20px;
	background-color: #47423F;
	height: 57px;
	text-align: center;
	font-size: 12px;
	color: #CE3E68;
}
#footer a {
	background-color: #47423F;
	height: 49px;
	text-align: center;
	font-size: 12px;
	color: #CE3E68;
}
#footer a:hover {
	background-color: #47423F;
	height: 49px;
	text-align: center;
	font-size: 12px;
	color: #CE3E68;
}
#playground {
	background: #ffffff url(images/body-bg.jpg) no-repeat bottom right;
}
#newsleter{
	float:center;
	width: 505px;
	height: 79px;
	background-image: url(images/newsleter_bg.gif);
	color: #E0CCE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#backtotop {
background-color: #CE3E69;
height: 22px;
text-align: right;
padding-right: 10px;
padding-top: 8px;
}
#backtotop a{
font-weight: bold;
color:#660066;
text-decoration:none;
}
#backtotop a:hover{
color:#fff;
text-decoration:none;
font-weight: bold;
}


