body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../img_site/background.jpg) top center no-repeat #993366;
	margin: 0;
	font-size: 11px;
}

#top {
	position:absolute;
	top:0;
}

/* menu css */
#container {
	position:relative;
	width:900px;
	margin:0 auto;
	padding:100px 0 0 0;
}
#leftcolumn {
	width:200px;
	position:relative; 
	float:left;
	overflow:hidden;
}

#menutop {
	background:url(../img_site/menutop.png) no-repeat;
	width:182px;
	height:25px;
}
#menumiddle {
	background:url(../img_site/menumiddle.png) repeat-y;
	width:182px;
	padding:0 0 5px 0;
}
#menubottom {
	background:url(../img_site/menubottom.png) no-repeat;
	width:182px;
	height:25px;
	margin:0 0 20px 0;
}

#bannertop {
	background:url(../img_site/bannertop.png) no-repeat;
	width:182px;
	height:25px;
}
#bannermiddle {
	background:url(../img_site/bannermiddle.png) repeat-y;
	width:182px;
	padding:0 0 10px 0;
	line-height:16px;
}
#bannerbottom {
	background:url(../img_site/bannerbottom.png) no-repeat;
	width:182px;
	height:25px;
	margin:0 0 20px 0;
}

#addresstop {
	background:url(../img_site/addresstop.png) no-repeat;
	width:182px;
	height:25px;
}
#addressmiddle {
	background:url(../img_site/addressmiddle.png) repeat-y;
	width:182px;
	padding:0 0 10px 0;
	line-height:16px;
}
#addressbottom {
	background:url(../img_site/addressbottom.png) no-repeat;
	width:182px;
	height:25px;
	margin:0 0 20px 0;
}

#rightcolumn {
	overflow:hidden;
	width:680px;
	position:relative; 
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#contenttop {
	background:url(../img_site/contenttop.png) no-repeat;
	width:680px;
	height:25px;
}
#contentmiddle {
	background:url(../img_site/contentmiddle.png) repeat-y;
	width:680px;
}
#contentbottom {
	background:url(../img_site/contentbottom.png) no-repeat;
	width:680px;
	height:25px;
	margin:0 0 20px 0;
}

