body { /* this is the entire page */
    font-family: Helvetica;
    font-size:9pt;
    color:black;
    background:url(img/header.png) no-repeat;
    background-color:white;
}
a {
	text-decoration:none;
	color:gray;
	font-size:10pt;
	font-weight:100;
}	
a:hover {
	text-decoration:none;
	color:red;
}
a img {
	border:0px;
}
#menu {
	position:absolute;
	left:137px;
	top:115px;
	line-height:12px;
}
#menu a {
	color:white;
	font-weight:100;
	font-size:9pt;
}
#menu a:hover {
	color:red;
}
#menutext {
	text-align:left;
}
#content {
	position:absolute;
	top:220px;
	width:800px;
}
#main {
	position: relative;
	left:250px;
	width:800px;
	height:250px;
}
#footer {
	position:relative;
	top:30px;
	width:800px;
}
#tweet {
	float:right;
	padding-top:5px;
}
#sidebar {
	height:655px;
	width:50px;
	float:right;
	left:100%;
	background:url(img/title.png) no-repeat;
}
#gallery {
	padding-left:50px;
	list-style:none;
}
#main ul li {
	display:inline;
	padding:7px;
}
#gallery img {
	border:1px solid black;
}
#gallery img:hover {
	border:1px solid red;
}
#abouttext {
	padding-right:255px;
	text-align:right;
}
#me {
	position:absolute;
	left:95px;
	top:180px;
}