body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

#orange_top_bar,#footer{
	position:relative;
	width:990px;
	margin:0px auto;
}

a{
	color:#5f2068;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:underline;
}

#orange_top_bar{
	height:9px;
	background-color:#ffd400;
}

#languages{
	position:absolute;
	right:0px;
	top:5px;
}

.gray{
	color:#c0c3cd;
}

.gray a, .menu a{
	color:#c0c3cd;
}

.gray a:active, .gray a:hover, .menu a:active, .menu a:hover{
	color:#5f2068;
}

.clear{
	clear:both;
}

.menu{
	height:27px;
	padding-top:4px;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	width:100%;
}

.menu a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.menu ul li{
	display:inline;
	padding-left:12px;
	margin-left:40px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;	
}

.menu ul li:hover, .menu ul li:active, 
.menu ul li.current-cat, .menu ul li.current_page_item,
.menu ul li.current_page_ancestor {
	background-image:url(images/bullet_active.gif);
}

.menu ul li.current-cat a, .menu ul li.current_page_item a,
.menu ul li.current_page_ancestor a{
	color:#5f2068;
}

#girl_bg{
	position:relative;
	width:990px;
	margin:0px auto;
}

#girl_bg{
	height:495px;
	background-image:url(images/bg_girl.jpg)
}

#index .menu{
	background-image:url(images/menu_bg.jpg);
	width:990px;
	margin: 0px auto;
}

#index #logo{
	position:absolute;
	top:50px;
	left:50px;
}

#footer p span{
	font-size:12px;
}

#footer .left{
	float:left;
}

#footer .right{
	float:right;
}

#footer{
	padding-top:20px;
	padding-bottom:20px;
}

