@import url();

body {
	font-family : Tahoma, Helvetica, Verdana, sans-serif;
	margin : 0;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
	background : url('../imgs/bg_body.gif');
	color : rgb(0, 0, 0);
	overflow : hidden;
}

p {
	margin : 0px;
	padding : 10px 0px 0px 20px;
	font-size : 12px;
	line-height : 20px;
	
}

.ul {
	font-size : 12px;
}

a, a:link, a:visited {
	text-decoration : none;
	color : #999;
}

a:hover {
	text-decoration : underline;
}

img {
	border : 0;
}

#flowersRight {
	position : absolute;
	right : 0px;
	width : 200px;
	height : 100%;
	overflow : hidden;
	background-image : url('../imgs/flower_big.png');
}

#main {
	height : 560px;
	width : 100%;
	margin-top : -280px;
	position : absolute;
	top : 50%;
	z-index : 100;
}

#top {
	height : 43px;
	width : 100%;
	background-image : url('../imgs/bg_top.png');
	background-repeat : repeat-x;
	background-position : bottom;
}

#content {
	height : 384px;
	background : rgb(211, 211, 211);
	overflow : auto;
}

#bottom {
	height : 219px;
	background-image : url('../imgs/bg_bottom.png');
	background-repeat : repeat-x;
	background-position : top;
	overflow : hidden;
}

#logo {
	margin-left : 10px;
}

#flowers {
	margin-top : 12px;
}

#menuDiv {
	width : 220px;	
	height : 20px;
	position : absolute;
	bottom : 130px; 
	right : 10px;
	text-align : right;
	font-size : 11px;
}

#startImage {
	width : 439px;
	height : 256px;
	background-image : url('../imgs/start.gif');
	top : 171px;
	left : 20px;
	position : absolute;
}

#menu {padding : 0; margin : 0; white-space : nowrap; list-style-type : none;}#menu li {display : inline; margin-left : 10px;}#menu li a {color : #000; text-decoration : none;}

#menu li a:hover {color : #999;}





