body {
	background-color: #F9EFFF;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

a {
	color: #404040;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

p {
	margin: 0;
	padding: 0;
	color: #404040;
}

#container {
	width: 800px;
	padding: 0px;
	margin: 0 auto;
	border: 1px solid #F4DFFF;
	background-color: #fff;
}

/*/////////////////////// header //////////////*/
#header {
	width: 100%;
}

#logo {
	width: 447px;
	height: 246px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_bg {
	width: 353px;
	height: 246px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu {
	margin: 28px 0 0 165px;
	padding: 0;
	list-style: none;
	width: 160px;
}

#menu li {
	text-align: right;
	line-height: 190%;
}

#menu a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

#menu a:hover {
	color: #AA090E;
	font-weight: bold;
	text-decoration: none;
}

/*///////////////////// content /////////////////////// */
#content {
	width: 100%;
	float: left;
	margin-top: 3px;
	overflow: hidden;
}

#left_side {
	width: 60px;
	float: left;
	border-top: 2px solid #9c72b3;
}

#ads {
	width: 387px;
	background-image: url(../img/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	border-right: 2px solid #fff;
}

#ads_top {
	width: 100%;
	height: 49px;
	background-image: url(../img/leaf.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#ads_top p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: right;
	padding-top: 25px;
	padding-right: 35px;
}

#ads_con {
	width: 100%;
	padding: 20px 0px 20px 0;
}

.ads {
	width: 90%;
	height: 130px;
	float: left;
	margin-bottom: 20px;
	background-color: #ffddea;
	background-image: url(../img/ads_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.ads_img {
	float: left;
	width: 80px;
	height: 110px;
	margin: 5px;
	padding: 5px;
	background-color: #ffeaf2;
	text-align: center;
}

.ads_img a {
	width: 80px;
	height: 110px;
	display: table-cell;
   vertical-align: middle;
}

.ads_num {
	float: left;
	width: 230px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #A40A12;
	padding: 5px 5px 0 0;
}

.ads_text {
	float: left;
	width: 240px;
	height: 60px;
	font-size: 12px;
	padding-top: 25px;
}

#page {
	float: left;
	padding-bottom: 10px;
	font-size: 12px;
}

#right_side {
	width: 351px;
	float: left;
	border-top: 2px solid #9c72b3;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#howto {
	width: 174px;
	float: left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#howto_top {
	border-bottom: 2px solid #f0e1f8;
	height: 45px;
}

#howto_top p {
	color: #4e4d4d;
	font-size: 14px;
	font-weight: bold;
	float: right;
	padding-top: 25px;
	padding-right: 35px;
}

#howto_con {
	width: 100%;
	background-color: #f0e1f8;
	border-top: 1px solid #fff;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#howto_con img {
	border: 1px solid #4e4d4d;
	margin: 10px 5px 10px 10px;
	float: left;
}

#howto_con p {
	width: 95%;
	padding-left: 5px;
	float: left;
	line-height: 140%;
}

#ad {
	width: 176px;
	float: right;
	background-color: #9c72b3;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#ad_top {
	width: 176px;
	height: 47px;
	background-color: #9c72b3;
	float: right;
}

#ad_top p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: right;
	padding-top: 25px;
	padding-right: 35px;
}

#ad_con {
	width: 176px;
	border-top: 1px solid #fff;
	float: right;
	text-align: center;
	padding-top: 5px;
}

#ad_con img {
	border: 1px solid #696969;
}
/*//////////////////////// footer ///////////////////// */

#footer {
	width: 740px;
	height: 49px;
	clear: both;
	background-color: #FEA7CA;
	border-top: 1px solid #fff;
	padding-left: 60px;
}

#footer_copy {
	width: 389px;
	height: 49px;
	background-color: #fff;
	text-align: right;
	float: left;
}

#footer_copy p {
	padding: 25px 30px 0 0;
}

#footer_copy a {
	text-decoration: underline;
	font-size: 11px;
}

#footer_menu {
	float: right;
	width: 280px;
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
}

#footer_menu li {
	float: left;
	padding-right: 30px;
}

#footer_menu a {
	color: #fff;
	text-decoration: underline;
}

/* /////////////////////// form ////////////////////// */

form p {
	margin: 0;
	padding-top: 20px;
	padding-left: 35px;
}

label {
	width: 90px;
	float: left;
	text-align: right;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 3px;
	display: block;
}

input	{
	color: #06367b;
	border: 1px solid #E15A68;
}

button {
	width: 35px;
	vertical-align: top;
	border: none;
   padding: 0;
	margin: 0; 
	background: none; 
	cursor: pointer;
}