body {background:#191919}
a:link {
    color: #4080FF;}
a:visited {
    color:#C00000;}
	
	
#all_body {
	width:900px;
	background:#191919;
	margin:auto;
	position:relative;
	height:450px;
	color:white;
	font-family:helvetic
}

#headerz {
	color:#4080C0;
	background:#191919;
	font-size:200%
}

caption {
	font-size:25px;
}

header {
	text-align:center;
	padding:15px;
}

nav {
	height:80px;
	
}

nav ul {
	list-style:none;
}

nav li {
	float:left;
	margin:0px 65px;
}


section {
		position:absolute;
		width:525px;
		left:25px;
}

aside {
	position:absolute;
	right:25px;
	width:250px;
}

aside h3 {
	margin: 0px 60px 35px;
}

table.phototab {
		float: right;
		border-spacing: 10px;
}

img.me {
		position:fixed;
		top: 600px;
		left: 0px;
		margin: 0px;
		width: 100%;
		}

ul.navy a:hover{color: white; font-size: 25px;}

img.question {position: relative; left: 275px;}









