body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, #content a:visited, #content a:active {
	outline: none;
	color: #1A5E2B;
	text-decoration: none;
	font-weight: bold;	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
/*	color: #008E21;*/
	color: #AA006F;
}

p {
	text-align: justify;
}

input, textarea, select {
	width: 250px;
}

form {
	line-height: 30px;
	vertical-align: top;
}

#leftside {
	background-color: #E5E5E4;
	background-image: url(../images/h_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 179px;
	padding-top: 18px;
}

#rightside {
	background-color: #FAF7EB;
	background-image: url(../images/h_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 817px;
	padding-top: 18px;
}

#content {
	float: left;
	padding: 20px;
	background-image: url(../images/c_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	width: 777px;
}


#page {
	background-color: #E5E5E5;
	width: 996px;	
}

#offer {
	width: 380px;
	background-image: url(../images/offer_bg.jpg);
}

#picright {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

#picleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;	
}

#footer {
	clear: both;
	padding: 10px;
	color: #AA006F;
	background-color: #E5E5E5;
	font-size: 10px;
	text-align: justify;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #AA006F;
	text-decoration: none;
	outline: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#main_left {
	float: left; 
	width: 365px;
	padding: 10px;
}

#main_right {
	float: right; 
	width: 365px;
	padding: 10px;
}

.clr {
	clear: both;
}
