#menubar {
margin: -20px 0px 20px 0px;
text-align: center;
font-size: 11pt;
font-weight: bold;
/*border: solid 2px;*/
display: inline-block;
}
body {
	margin: 50px 0px;
	text-align: center;
	font-family: "Trebuchet MS";
	color: #999999;
}
#content {
width: 800px;
padding-top: 2em;
padding-left: 2em;
padding-right: 2em;
text-align: left;
margin: 0px auto;
/*border: 2px solid;*/
border-top: 1px solid #EEE;
/*height: 600px;*/
}
#footer {
font-size: 11pt;
color: #999999;
margin-top: 20px;
text-align: center;
}
#category_thumbs
{
margin: 0px 0px 0px 0px;
text-align: right;
font-size: 11pt;
height: 60px;
/*border: solid 1px;*/
}
#work_content
{
height: 600px;
width: 100%;
/*border: 1px solid;*/
}
#work_menu
{
margin: 0px 0px 20px 0px;
text-align: center;
font-size: 11pt;
/*height: 560px;*/

}
#allprojects
{
	/*width: 100%;
	height: 100%;*/
	/*border:solid 1px;*/
	text-align: center;
}
a:link {
color: #999999;
text-decoration: none;
}
a:visited {
color: #999999;
text-decoration: none;
}
a:hover {
color: #555555;
text-decoration: none;
}
h1 {
	font-size:18pt;
}

