@charset "UTF-8";
/* CSS Document */
body {font-family:"Courier New", Courier, monospace;
color:#333333;
margin:0 auto;
}
a {
text-decoration:none;
color:#333;
}

#topbar {
width:1000px;
height:40px;
top:30px;
margin: 0 auto;
position:relative;
}

#name {
font-size:24px;
color:#333;
position:absolute;
top:5px;
left:50px;
letter-spacing:.1em;
}

#navigation {
	font-size:13px;
	color:#333;
	position:absolute;
	top:14px;
	left:620px;
	word-spacing:15px;
	width:auto;
}

#content {
width:900px;
height:auto;
margin: 0 auto;
position:relative;
top:120px;
}

#one {
position:absolute;
width:300px;
height:300px;
}

#onetext {
background-color:#FFF;
height:15px;
width:100px;
position:absolute;
left:190px;
top:275px;
padding-left:6px;
}

#two {
position:absolute;
width:300px;
height:300px;
left:300px;
}
#twotext {
background-color:#FFF;
height:15px;
width:100px;
position:absolute;
left:490px;
top:275px;
padding-left:6px;
}

#three {
position:absolute;
width:300px;
height:300px;
left:600px;
}

#threetext {
background-color:#FFF;
height:15px;
width:100px;
position:absolute;
left:790px;
top:275px;
padding-left:6px;
}
