a:link {
	color: #660066;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #660066;
	text-decoration: underline;
}
a:active {
	color: #660066;
	text-decoration: underline;
}

body {
	background-image:url(../../_assets/images/bkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align: center;
	margin-top:33px;
	padding:0px;
	background-color:#2D2142;
}
	

	
#container {
	width:781px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;

}

.leftnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#291E39;
}

.leftnav a:link {
	text-decoration: none;
	color: #291E39;
}
.leftnav a:visited {
	text-decoration: none;
	color: #291E39;
}
.leftnav a:hover {
	text-decoration: none;
	color: #291E39;
}
.leftnav a:active {
	text-decoration: none;
	color: #291E39;
}

.title {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#291E39;
}

#main {
	height: auto;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height: 20px;
	background-image: url(../../_assets/images/body_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	height: auto;
	width: 910px;
	background-image: url(../../_assets/images/body.jpg);
	background-repeat: repeat-x;
}

.logo
 {
	
	background-image: url(../../_assets/images/bottom_logo.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}



