html,body{
	height:100%;
	margin:0px;
	overflow:hidden; 
}
body{
	padding:0;
	margin:0;
	background-color: #bbbbaa;
	font-family:"Verdana", arial;
	font-size:11px;
	line-height:15px;
}
p{
	margin:10px 0 10px 0;
}

/*************************************************** layout*/
#wrapper{
	margin:auto;
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:600px;
}
#main{
	width:900px;
	height:600px;
	background:white;
	top:-50%;
	left:-50%;
	width:900px;
	height:600px;
	position:relative;
	background:white url(../gfx/main.jpg) no-repeat;
}
#header{
	width:900px;
	text-align:left;
	position:absolute;
	left:80px;
	top:31px;
} 
#nav{
	position:absolute;
	left:40px;
	top:85px;
	width:160px;   
}
#copy{
	position:absolute;
	left:40px;
	top:570px;
	width:160px;   
}
#subNav{
	position:absolute;
	left:230px;
	top:85px;
	display:none;  
}
#content{
	width:480px;
	position:absolute;
	left:380px;
	top:85px;
}
#imageContainer{
	width:480px;
	height:295px;
	display:block;
	background:url(../gfx/loadingAnimation.gif) 50% 50% no-repeat;
}
#text{
	/*background:bottom left url(../gfx/content.gif) repeat-x ;*/
	padding-top:0px;
}
#line{
			width:480px;
			height:1px;
			position:absolute;
			top:443px;
			left:0px;
	    /*border-bottom:1px #bbbbaa;*/
	background:url(../gfx/content.gif) repeat-x;
}

/*************************************************** Header styles */   

#header{
	color:#888877; 
}  
#header a{
	text-decoration:none;
	color:#888877;  
}

/*************************************************** NAV styles */
#nav a{
	width:160px;
	height:73px;
	display:block;
	color:#00899d;
	text-decoration:none;
	border-bottom:dotted 1px #bbbbaa;
}
#nav a:hover{
	background-position:0 -74px;
}
#nav a span{
	position:relative;
	width:160px;
	height:20px;
	display:none; 
	top:54px;
	left:10px;
}
#nav a.active{
	background-position:0 -74px; 
}
#nav a:hover span,#nav a.active span{
	display:block;
} 
#home{
	background:#bbbbaa url(../gfx/nav/btn_home.jpg);
}
#portfolio{
	background:#bbbbaa url(../gfx/nav/btn_portfolio.jpg);
}
#cinographic{
	background:#bbbbaa url(../gfx/nav/btn_cinographic.jpg);
}
#journal{
	background:#bbbbaa url(../gfx/nav/btn_journal.jpg);
}
#experience{
	background:#bbbbaa url(../gfx/nav/btn_experience.jpg);
}
#contact{
	background:#bbbbaa url(../gfx/nav/btn_contact.jpg);
}

/* SUBNAV styles*/
/*************************************************** NAV sites */
#subNav a{
	width:120px;
	height:36px;
	display:block;
	color:#00899d;
	text-decoration:none;
	border-bottom:1px dotted #ebebe5;
}
#subNav a:hover{
	background-position:0 -37px;
}
#subNav a span{
	position:relative;
	width:120px;
	height:20px;
	display:none; 
	top:19px;
	left:10px;
}
#subNav a.active{
	background-position:0 -37px;      
}
#subNav a:hover span,#subNav a.active span{
	display: block;
}
#project-1{
	background:#bbbbaa url(../gfx/subnav/project-1.jpg);
}
#project-2{
	background:#bbbbaa url(../gfx/subnav/project-2.jpg);
}
#project-3{
	background:#bbbbaa url(../gfx/subnav/project-3.jpg);
}
#project-4{
	background:#bbbbaa url(../gfx/subnav/project-4.jpg);
}
#project-5{
	background:#bbbbaa url(../gfx/subnav/project-5.jpg);
}
#project-6{
	background:#bbbbaa url(../gfx/subnav/project-6.jpg);
}
#project-7{
	background:#bbbbaa url(../gfx/subnav/project-7.jpg);
}
#project-8{
	background:#bbbbaa url(../gfx/subnav/project-8.jpg);
}
#project-9{
	background:#bbbbaa url(../gfx/subnav/project-9.jpg);
}
#project-10{
	background:#bbbbaa url(../gfx/subnav/project-10.jpg);
}
#project-11{
	background:#bbbbaa url(../gfx/subnav/project-11.jpg);
}
#project-12{
	background:#bbbbaa url(../gfx/subnav/project-12.jpg);
}

/*************************************************** content */
#content{
	line-height:15px;
	color:black;
}
#content a{
	color:#00899d;
	text-decoration:none;
}
#imageContainer img{
	border:0;
}
#content .journalLink a,#content .portfolioLink a{
	color:black;
}
#content .journalLink a.active,#content .portfolioLink a.active{
	color:#00899d; 
}
form{
	padding-top:20px;
}
input{
	width:480px;
	height:24px;
	border:solid 1px #bbbbaa;
}
#msg{
 	width:480px;
	height:80px;
	border:solid 1px #bbbbaa;
}
#btn{
	border:0;
	width:auto;
	font-family:"Verdana";
	font-size:11px;
	background:none;
	color:#00899d;
}  
#slideimg a {
 display: block;
}