body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#wrapper #top {
	background-image: url(../images/top.jpg);
	height: 190px;
	width: 1000px;
	position: relative;
}
#top .nav {
	position: absolute;
	bottom: 15px;
	left: 20px;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#top ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#top .navigation li{
	float:left;
	margin-right: 10px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
#top .nav .navigation {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
#top .navigation li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 119px;
	height: 22px;
	text-align: center;
	padding-top: 5px;
	background-repeat: no-repeat;
	font-weight: normal;
	background-image: url(../images/buton1.jpg);
	font-size: 12px;
}
#top .navigation li a:hover {
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 119px;
	height: 22px;
	text-align: center;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-image: url(../images/buton2.jpg);
	font-size: 12px;
}
#wrapper #menu {
	background-image: url(../images/menu.jpg);
	float: left;
	height: 600px;
	width: 291px;
	position: relative;
}
#wrapper #menu .title {
	background-image: url(../images/titlu.jpg);
	height: 22px;
	width: 270px;
	top: 10px;
	position: absolute;
	left: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	font-size: 14px;
}
#wrapper #menu .reclame {
	height: 100px;
	width: 270px;
	position: absolute;
	left: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	font-size: 14px;
	bottom: 10px;
}
#wrapper #menu .title_2 {
	background-image: url(../images/titlu.jpg);
	height: 22px;
	width: 270px;
	position: absolute;
	left: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	font-size: 14px;
	bottom: 120px;
}
#wrapper #menu .title_3 {
	background-image: url(../images/titlu.jpg);
	height: 22px;
	width: 270px;
	position: absolute;
	left: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	font-size: 14px;
	bottom: 380px;
}
#wrapper #menu .reclame2 {
	height: 120px;
	width: 270px;
	position: absolute;
	left: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	font-size: 14px;
	bottom: 250px;
}

#menu .nav {
	position: absolute;
	left: 20px;
	height: 180px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	top: 40px;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#menu .navigation li{
	margin-right: 10px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 20px;
}
#menu .nav .navigation {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
#menu .navigation li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding-top: 10px;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
}
#menu .navigation li a:hover {
	display: block;
	text-decoration: underline;
	color: #333;
	font-size: 12px;
}

#wrapper #container {
	background-image: url(../images/container.jpg);
	height: 600px;
	width: 669px;
	position: relative;
	float: right;
	padding-left: 20px;
	text-align: justify;
	padding-right: 20px;
}
#wrapper #down a {
	color: #47B72D;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #container h1 {
	font-size: 24px;
	color: #47B72D;
	padding-top: 10px;
}
#wrapper #container .text {
	font-size: 14px;
	color: #FF8A00;
	font-weight: bold;
}


#wrapper #down {
	background-image: url(../images/down.jpg);
	clear: both;
	height: 44px;
	width: 980px;
	position: relative;
	padding-top: 25px;
	padding-left: 20px;
}
#wrapper #down a:hover {
	color: #47B72D;
	text-decoration: underline;
	font-weight: bold;
}

