body {
background:url(images/mui.jpg) #303132;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom left;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
font-size: 14px;
color: #FFF5D7;
}

hr {
height: 1px;
width: 100%;
color: #FFF5D7;
}

#header {
display: block;
background-color: #303132;
width:100%;
height: 90px;
text-align: left;
top: 0;
right: 0;
padding-bottom: 5px;
}

#top {
position:fixed;
top: 0;
right: 0;
width: 100%;
}

#right {
margin-top: 180px;
display: block;
float: right;
width: 72%;
height: auto;
}


a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;

}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 16px;
	color:#c10001;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}



.head {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;

}

.subHead {

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: FFF5D7;
	font-weight: bold;
}

.hedred {


	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.bodyu { font-family: "Trebuchet MS", Verdana, Arial, Helvetica; font-size: 14px; color: FFF5D7; text-decoration: underline}

.body {

}

#nav, #nav ul {
padding: 0;
margin:0;
list-style: none outside none;
height: 63px;
width: 100%;
background-color: #c10001;
}

#nav a {
display: block;
width: auto;
height: 63px;
background-position: 0 0;
text-indent: -9999px;
}

#nav li{
width: auto;
height: 63px;
padding: 0;
border: 0px none;
list-style: none outside none;
float: right;
background-position: 0 0;
}

#nav li a:hover{background-position:0 100% !important}
#nav li a.active{background-position:0 100% !important}

#nav li a.about{
	background:url(images/buttons/nav_about.jpg) no-repeat;
	width:110px;
}

#nav li a.entry{
	background:url(images/buttons/nav_entry.jpg) no-repeat;
	width:110px;
}

#nav li a.makeup{
	background:url(images/buttons/nav_makeup.jpg) no-repeat;
	width:110px;
}

#nav li a.hairstyling{
	background:url(images/buttons/nav_hairstyling.jpg) no-repeat;
	width:110px;
}

#nav li a.prices{
	background:url(images/buttons/nav_prices.jpg) no-repeat;
	width:110px;
}

#nav li a.gallery{
	background:url(images/buttons/nav_gallery.jpg) no-repeat;
	width:110px;
}

#nav li a.gallery_hair{
	background:url(images/buttons/nav_hair_gal_1.jpg) no-repeat;
	width:110px;
}

#nav li a.gallery_fashion{
	background:url(images/buttons/nav_fashion_gal_1.jpg) no-repeat;
	width:110px;
}

#nav li a.gallery_special{
	background:url(images/buttons/nav_special_gal.jpg) no-repeat;
	width:110px;
}

#nav li a.application{
	background:url(images/buttons/nav_application.jpg) no-repeat;
	width:110px;
}

#nav li a.cv{
	background:url(images/buttons/nav_cv.jpg) no-repeat;
	width:110px;
}

#nav li a.contact{
	background:url(images/buttons/nav_contact.jpg) no-repeat;
	width:110px;
}

#nav li ul{
position: absolute;
width: auto;
height: 63px;
left: -999em;
}

#nav li img{
display: block;
border: 0px;
margin: 0px;
padding: 0px;
}

#nav li:hover ul{
left: auto;
}

#nav li:hover ul, #nav li.sfhover ul{
left: auto;
padding: 0px;
margin:0px;
clear: left;
}

#content {
clear: left;
}