@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.gif);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.c {
	clear:both;
}
h1, h2, h3,p {
	margin:0px;
	padding:3px;
}


h1 {
	font-size:20px;
	padding:3px;
	margin:0px;
}
h2 {
	font-size:16px;
	padding:3px;
	margin:0px;
}
h3 {
	font-size:14px;
	padding:3px;
	margin:0px;
}


#header {
	margin:0px auto;
	background-image:url(../images/bg-top.gif);
	background-position:center;
	text-align:center;
	background-repeat:no-repeat;
}
#content {
	width:950px;
	margin:0px auto;
}
#content #left {
	float:left;
	width:279px;
	background-image:url(../images/girl-menu.jpg);
	background-position:0 0;
	background-repeat:no-repeat;

}
.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 88px;
float:right;
}
* .glossymenu li {
margin-bottom:3px;
}

.glossymenu li a{
	background:#fff7e6;
	font: 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #555957;
	display: block;
	width: auto;
	padding: 10px 3px 0 0;
	text-decoration: none;
	border: 1px solid #f0d396;
	margin-bottom:3px;
	height:40.5px;
	text-align:right;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 78px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	background-color:#d0ba9e;
}

.glossymenu li a:hover{
	background-color:#e5dbca;
}
.eyanna-logo {
	clear:both;
	text-align:center;
	padding-top:20px;
	
}

#content #right {
	float:left;
	width:651px;
	padding:7px;
}
#content #right p{
	text-align:justify;
}
.index-box {
	width:320px;
	float:left;
	height:250px;
	background-image:url(../images/index-element.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:relative;
	margin:5px 5px 0 0;
}
.index-box p {
	color:#595d5b;
	font-size:11px;
}
.index-box .read-more {
	position:absolute;
	bottom:10px;
	right:60px;
}
.index-box .read-more a:link,.index-box .read-more a:visited {
	color:#fe7200;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.index-box .read-more a:hover {
	color:#333333;
	text-decoration:none;
}
.bottom-links {
	clear:both;
	width:641px;
	padding-top:20px;
}
.bottom-links .module {
	float:left;
	width:138px;
	margin-right:20px;
}
.bottom-links .module .title {
	background-color:#f7f5ec;
	color:#313e23;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding:4px;
	border:1px solid #848585;
	
}

.bottom-links .module .title a:link, .bottom-links .module .title a:visited {
	text-decoration:none;
	color:#313e23;
}
.bottom-links .module .title a:hover {
	text-decoration:none;
	color:#fe7200;
}

#footer {
	width:950px;
	margin:0px auto;
	text-align: center;
	padding:20px 0 0 0;
	clear:both;
	font-size:10px;
}
#footer p {
color: #412e13;
margin-bottom: 10px;
}

#footer a:link, #footer a:visited {
color: #412e13;
text-decoration:none;
}
#footer a:hover, #footer a:active {
color: #412e13;
}

#footer ul {
margin: 10px;
}
#footer li {/* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
	border-left: 1px solid #412e13;
}
	#footer li.first {
border: none;
}

/*  main menu   */
.mainmenu {
	width:950px;
	margin:0px auto;
	background-image:url(../images/top-head-menu.jpg);
	background-repeat:no-repeat;	
}
ul.links {
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 0;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	list-style: none;
}
ul.links li {
	display:block;
	float:left;
	margin:0;
	padding:5px 5px;
}
ul.links li a {
	padding:5px 5px;
	color:#000000;
	text-decoration:none;
}
ul.links li a:hover {
	text-decoration:none;
	color: #4E534F;
}
 ul.links li.active {

}
ul.links li.active a, ul.links li.active a:hover {
	color:#94C63F;

}

