*{
	margin:0; 
	padding:0; 
}

body{
	background:url('../images/photo-background.jpg');
	font-family:Arial,Helvetica,sans-serif;
	font:62.5%/1.4 sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */	
	color:#FFFFFF;
}

a{
	outline:none;
	text-decoration:none;
	font-weight:bold;
	color:#d4c2b3;
	font-size:1.2em;	
}

img{
	border:none;
}

.bold{
	font-weight:bold
}

div#container{

}

div#navigation{
	background:url('../images/photo-nav.png') repeat-x;
	display:inline;
	float:left;
	width:100%;
	height:79px;
	position:relative;
	padding-bottom:3px
}

a#nav{	
	position:absolute;
	top:17px;
	left:595px;	
	z-index:2;
}

a#nav:hover{
	border-bottom:1px solid #d4c2b3;
}

a#contact{
	position:absolute;
	top:17px;
	left:698px;
	padding:0px 15px 15px 15px;
	z-index:2;
	height:31px;
}

a#contact:hover{
	background:url('../images/photo-contact.png') center center no-repeat;	
}

a#cv{
	position:absolute;
	top:10px;
	left:816px;
	z-index:2;
	padding:7px 0px 0px 7px;
	width:33px;
	height:33px
}

a#cv:hover{
	background:url('../images/photo-cv.png') top left no-repeat;
}


div#sign{
	background:url('../images/photo-sign.png');
	position:absolute;
	top:0px;
	left:632px;
	width:220px;
	height:155px;
	z-index:1;
}

div#header{
	background:url('../images/photo-header.jpg');
	display:inline;
	float:left;
	margin-top:-31px;
	width:981px;
	height:152px;
}

div#header p#phone{
	position:absolute;
	top:93px;
	left:675px;
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
	z-index:2;
}

div#header a#email{
	position:absolute;
	top:115px;
	left:665px;
	color:#000000;
	z-index:2;
}

div#header a#email:hover{
	color:#800000;
}

div#name{
	background:url('../images/photo-name.png') top left no-repeat;
	margin-top:63px;
	margin-left:125px;
	width:398px;
	height:33px;
}

div#name h1{
	text-indent:-9999em;	
}

div#content{
	display:inline;
	float:left;
	width:1000px;
}

div#sub-nav{
	display:inline;
	float:left;
	margin-left:130px;
}

div#sub-nav ul{
	list-style:none
}		

div#sub-nav a {
	font-size:1.3em;
	display:block;
	padding-top:15px;	
}

div#sub-nav a:hover, div#sub-nav a.selected{
	text-decoration:underline;
}
