body {
	background-image: url("./images/background_full.jpg");
	background-repeat: no-repeat;
 	background-position: top center;
	margin: 0;
	font-family: Tahoma, verdana;
	font-size: 12px;
	line-height: 18px;
	color: #3e3e3e;
}


a {
	color: #8535d0;
}

.formcell input {
	width: 280px;
}

.leftside {
background-image: url("/images/background_left.jpg");
}

.rightside {
	background-image: url("/images/background_right.jpg");
}

.logo {
	background-image: url("/images/logo.gif");
	background-repeat: no-repeat;
	margin: auto;
	width: 399px;
	height: 111px;
	padding-right: 10px;
}


.nav {
	width: 910px;
	margin: auto;
	padding-right: 20px;
}
	
	
	
.footer, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	color: #ffc20c;
	font-weight: bold;
}	


