@charset "utf-8";
/* CSS Document */

body {

font-family:Verdana, Geneva, sans-serif;
color:#E60E79;
font-size:14px;
line-height:18px;
background:#444444;
background:url('images/halo.png') #444444 no-repeat top;

	
}

.wrapper {

width:1024px;
min-height:400px;	
margin-left:auto;
margin-right:auto;
text-align:center;

}

.logo {

position:relative;
float:left;
width:314px;
height:122px;
background:url(http://www.juliacvona.com/images/logo.png) no-repeat;
	
}

A {

color:white;


}

A:hover {

color:#ec008c;

}

.nav {
position:relative;
width:680px;
height:131px;
float:left;	
}

.nav_top {
position:relative;
width:680px;
height:94px;
float:left;
z-index:1000;
	
}

.nav_bottom {
position:relative;
width:680px;
height:37px;
float:left;
padding-left:30px;

}

.content {
position:relative;
width:1000px;
padding:10px;
float:left;
border:0px solid #666;
margin-top:40px;
min-height:400px;

	
}

.menu {

position:relative;
float:left;
display:block;
width:400px;
top:100px;
	
}

.copyright {

font-size:10px;
float:left;
width:100%;
text-align:center;
color:#666;
padding-top:10px;
	
}

.copyright A {

color:#666;

}

.copyright A:hover {

color:#fff;

}

.category {

display:block;
width:80px;
float:left;
color:white;
top:40px;
position:relative;
font-size:12px;
margin-bottom:20px;

	
}

.category a {

color:#666;
	
}

.category a:hover {

color:white;
	
}


