* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: georgia, serif;	
	font-size: 12.5px;
	font-weight: normal;
}


a:link{
color:black;
}	

a:visited {
color:black;
}

a:hover {
background-color: #d3ba7e;
color:black;
}

a:active {
color:white;		
}




#wrapper {
position: fixed;
top: 5px;
border-top:1px dotted black;
left:70px;
margin-top:167px;
width:1000px;
}


#nav {
	position: fixed;
	line-height: 30px;
	top: 200px;
	left: 70px;
}


#image {
	position: fixed;
	top: 180px;
	left: 470px;
}


#email {
	position: fixed;
	top: 360px;
	left: 70px;
}

#twitter_div {
	position: fixed;
	top: 5px;
	margin-top:128px;
	left: 70px;
	font-size: 11.5px;
	color:#d3ba7e;
}


.footer{
	position:fixed;
	color:#666666;
	font-family: arial, sans-serif;
	font-size:9px;
	top:700px;
	left:50px;	
}




