@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
html, body {
    height: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: left;
    width: 100%;
}

a:active, a:link, a:visited{
	text-decoration:none;
	color:#666666;
}

a:hover{
	text-decoration:underline;
}

.header{
	background:url(../images/logo1.png);
	width:838px;
	height:208px;
	margin:0 auto;
}

.outer_content_top{
	width:822px;
	margin:60px auto 0 auto;
	height:25px;
	background:url(../images/content_top.png);
	
}
.outer_content_middle{
	width:822px;
	margin:0 auto;
	min-height:300px;
	background:url(../images/content_middle.png);
}
.outer_content_bottom{
	width:822px;
	margin:0 auto 60px auto;
	height:29px;
	background:url(../images/content_bottom.png);
}

.inner_content{
	padding:0 25px;
}

.text_block{
	margin-left:50px;
}

.text_header{
	margin-top:27px;
}

.text_block ul{
	margin-left:40px;
}

.menu_home{
	height:51px;
	width:91px;
	background:url(../images/menu/home.png);
	background-position:top;
}

.menu_about_us{
	height:51px;
	width:127px;
	background:url(../images/menu/about_us.png);
	background-position:top;
}

.menu_julia{
	height:51px;
	width:208px;
	background:url(../images/menu/julia_portfolio.png);
	background-position:top;
}

.menu_eric{
	height:51px;
	width:193px;
	background:url(../images/menu/eric_portfolio.png);
	background-position:top;
}

.menu_pricing{
	height:51px;
	width:197px;
	background:url(../images/menu/pricing.png);
	background-position:top;
}

.top_nav li{
	float:left;
}

.top_nav li:hover, .top_nav .current{
	background-position:bottom;
}

.top_nav{
	list-style-type:none;
}

.nav_bar{
	width:818px;
	margin:0 auto;
}

.nav_bar a{
	display:block;
	width:100%;
	height:100%;
}
/*
.nav_bar{
    background: url("../images/menu_bg.png") no-repeat top;
	width:818px;
	margin:0 auto;
	border-bottom:1px solid #fff;
}

.nav_bar ul{
	padding:15px 0 5px 20px;
}

.secondary_nav_bar{
	width:818px;
	margin:0px auto;
	padding-bottom:5px;
	background:url(../images/side_bg.png);
	border-bottom:1px solid #fff;
}

.secondary_nav_bar ul{
margin:0;
}



.secondary_nav_bar .lavaLamp{
	padding:0;
}
*/
