@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}

body{
	margin:0;
	padding:0;
	background:#fbeff0 url(images/bg.png) repeat;
	font:11px/13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#9f9f9f;
}
a{
	color:#b2576d;
	text-decoration:none;
}
a:hover{
	color:#e0869c;
	text-decoration:none;
}
#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#header{
}

.headerleft{
	background:url(images/headerleft.png) no-repeat;
	float:left;
	height:363px;
	width:678px;
}

#ad{
	float:left;
	width:306px;
}

.adtop{
	background:url(images/adtop.png) no-repeat;
	height:24px;
}
.adcontent{
	background:url(images/adcontent.png) repeat-y;
	padding:0px 3px;
}
.adfooter{
	background:url(images/adfooter.png) no-repeat;
	height:26px;
}
.leftclear{
	clear:left;
}
