@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-weight: normal;
	text-decoration:none;
	border:0;
/*	font-size:12px; */
}

#container {
	background:#e3e8d1;
}

#wrapper {
	background:url(../img/main_bg.jpg) repeat-y;
}

#header {
	background:url(../img/ao.jpg) repeat-x;
	height: 216px;
}
#main {
	position: relative;
	z-index:1;
	top:50px;
}

#left {
	float:left;
	width: 240px;
	padding-left:45px;
	font-size:12px;
}

#right {
	float:left;
	width: 650px;
	padding-left:50px;
	font-size:12px;
}

#footer {
	clear:both;
	background:url(../img/pink.jpg) repeat-x;
	height: 221px;
}
