@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;
}
#right textarea {
	width:600px;
	height:3em;
	margin-top:5px;
	font-size:12px;
	*margin-left:-1em;
}

#footer {
	clear:both;
	background:url(../img/pink.jpg) repeat-x;
	height: 221px;
}

a:link{
	color:#000;
}
a:visited{
	color:#666;
}
a:hover{
	color:#f99;
}
