#container {
	margin: auto;
	width: 750px;
}
#starbg {
	background-image: url(star.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
}

#header {
	background-color: #000;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 180px;
	width: 750px;
}
#menu {
	background-color: #900;
	height: 35px;
	width: 750px;
	background-image: url(menubg2.jpg);
	text-align: center;
	color: #CCC;
}
.menu_item {
	float: left;
	width: 250px;
	height: 35px;
	font-size: 18px;
}

#content {
	background-color: #FFF;
	width: 700px;
	background-image: url(contentbg.jpg);
	background-repeat: repeat-y;
	padding: 25px;
	text-align: left;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

.thumb_table {
	text-align: center;
}

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
}
.thumb {
	border: thin solid #000;
}
#banner {
	text-align: center;
}
.email {
	text-align: center;
}
#mathbg {
	background-image: url(mathbg.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
}
#projects {
}
#container #content hr {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
}
img {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
