

body {
	background-color:#FFFFFF;
	background-image:url('/_gfx/design/site/bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	font-family:Tahoma,Verdana,Arial,Sans-Serif;
	font-size:11px;
	color:#000000;
}

#page {
	width:770px;
	margin:0px auto;
	padding-top:20px;
}

#menubg {
	background-color:#825610;
}

#menu {

}

.menu1, .menu1hover, .menu1active {
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}

.menu1hover {
	background-image:url('/_gfx/design/site/menubghover.jpg');
	background-repeat:repeat-x;
	background-position:1px 1px;
	background-color:#86CB2A;
}

.menu1active {
	background-image:url('/_gfx/design/site/menubgactive.jpg');
	background-repeat:repeat-x;
	background-position:1px 1px;
	background-color:#8ED92B;
}

.menu1 a, .menu1hover a, .menu1active a {
	color:#ffffff;
}

.menuspace {
	width:2px;
	background-image:url('/_gfx/design/site/menuspace.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

#imagebg {
	height:200px;
	background-image:url('/_gfx/design/site/imagebg.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#8ED92B;
	border-bottom:8px solid #4E8900;
}

#flower {
	height:200px;
	background-image:url('/_gfx/design/site/flower.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}

#content {
	min-height:250px;
	margin-top:1px;
	background-image:url('/_gfx/design/site/contentbg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	padding:30px;
	border-bottom:1px dotted #D7D7D7;
}

#bottommenu {
	margin-top:10px;
	padding-left:10px;
	color:#939393;
}

#bottommenu a, #partner a {
	color:#939393;
}

#partner {
	float:right;
	width:130px;
}


