body {
	/*background-image: url(images/bg.png);*/
	font-family: 'Droid Sans', sans-serif;
	color: #666666;
	background-color: #B2F7FF;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #6A307B;
}

h1 {
	/*color: #6A307B;*/
	color: #00505b;
	font-size: 34px;
	margin: 0;
	line-height: 35px;
}

h2 {
	font-weight: normal;
	font-size: 34px;
	margin: 0;
	line-height: 35px;
}

#wrapper {
	background-image: url(images/tania-web.png);
	background-repeat: no-repeat;
	background-position: 260px 117px;
	width: 730px;
	height: 900px;
	margin: 0 auto;
	margin-top: 60px !important;
}

#header {
	margin-left: 10px;
}

#menu {
	margin-top: 70px;
}

.menu_element a {
	display: block;
	height: 100%;
	width: 260px;
}

.menu_top {
	background-image: url(images/menu_top.png);
	background-repeat: no-repeat;
	height: 26px;
}

.menu_1 {
	background-image: url(images/menu_1.png);
	background-repeat: no-repeat;
	height: 67px;
	padding-left: 20px;
	font-size: 22px;
	line-height: 23px;
}

.menu_2 {
	background-image: url(images/menu_2.png);
	background-repeat: no-repeat;
	height: 80px;
}

.menu_2 a:hover {
	background-image: url(images/menu_2_on.png);
}

.menu_3 {
	background-image: url(images/menu_3.png);
	background-repeat: no-repeat;
	height: 80px;
}

.menu_3 a:hover {
	background-image: url(images/menu_3_on.png);
}

.menu_4 {
	background-image: url(images/menu_4.png);
	background-repeat: no-repeat;
	height: 80px;
}

.menu_4 a:hover {
	background-image: url(images/menu_4_on.png);
}

.menu_5 {
	background-image: url(images/menu_5.png);
	background-repeat: no-repeat;
	height: 70px;
}

.menu_5 a:hover {
	background-image: url(images/menu_5_on.png);
}

.menu_bottom {
	background-image: url(images/menu_bottom.png);
	background-repeat: no-repeat;
	height: 16px;
}



#footer {
	margin-top: 80px;
	margin-left: 10px;
	font-size: 14px;
}

.darker {
	color: #333333;
}