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

body {
	background-color:#3D3E43;
	margin-top:10px;
	margin-bottom:20px;
}	

/* Divs */

#container {
	position:relative;
	width:770px;
	margin:0 auto;
}

#header {
	width:770px;
	height:170px;
	background-image:url(/images/header.gif);
}

#main {
	width:219px;
	height:40px;
}

#gallery {
	width:219px;
	height:40px;
}

#resume {
	width:219px;
	height:40px;
}
#contact {
	width:219px;
	height:40px;
}
#extras {
	width:219px;
	height:40px;
}
#title {
	float:right;
	width:551px;
	height:40px;
}
#body {
	float:right;
	width:531px;
	min-height:240px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px
}
#footer {
	height:20px;
	font-size:9px;
	color:#666666;
	text-align:center;
	padding-top:10px;
}
