body
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: "trebuchet ms", arial;
}

a
{
	text-decoration: none;
	color: #009900;
}

a:hover
{
	text-decoration: none;
	color: #FFC671;
}

#entirepage
{
	margin: 0 auto;
	width: 850px;
	background: #2E2E2E url('/siteimages/stm_background.jpg') repeat-y;
}

#page
{
	padding-left: 25px;
	width: 800px;
	background: #FFF url('/siteimages/stm_background.jpg') repeat-y;
	overflow: auto;
}

#header
{
	/*width: 800px;*/
	/*height: 169px;*/
	background: #444;
	/*display:block;*/
	/*background: #99CB34 url('/siteimages/stm_header.jpg');*/
}

img {
	display:block;
}


#menu
{
	width: 800px;
	height: 25px;
	background: #444;
}

#menu li { 
	float: left; 
	list-style-type: none;
}
	
#menu a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 5px;
}

#menu a:hover
{
	text-decoration: none;
	color: #FFC671;
}

#menu ul {
	margin: 0;
}

#content
{
	width: auto;
	background: #FFF url('/siteimages/stm_top_bg.jpg') repeat-x;
	padding: 25px;
	font-size: 90%;
	margin: 0 250px 0 0;
	/*margin-right: 200px;*/
	line-height: 150%;
}

#content2
{
	width: auto;
	padding: 25px;
	font-size: 90%;
	margin: 0 250px 0 0;
	/*margin-right: 200px;*/
	line-height: 150%;
}

#content p
{
	margin: 0;
	padding: 0 0 10px 0;
}


#side
{
	float: right;
	width: 200px;
	padding: 25px;
	background: #FFF url('/siteimages/stm_top_bg.jpg') repeat-x;
	color: #666;
	font-size: 85%;
}

#content h1, #content h3, #content h4
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 175%;
	color: #888;
}

#content h2
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 175%;
	color: #33CC33;
}

#footer
{
	color: #888;
	font-size: 80%;
	padding-right: 35px;
	text-align: right;
}

#footer a
{
	color: #888;
	border-bottom: 1px dashed #888;
	font-size: 75%;
}

.side_header {
	color: #FFFFFF;
	padding: 2px;
}

.side_body {
	margin-top: 3px;
	padding: 2px 4px 2px 4px;
}

.side_container {
	border: 1px #444444 solid;
	margin-bottom: 25px;
	background: #fff url('/siteimages/stm_side_header.jpg') repeat-x top;
}

.xsml {
	font-size: x-small;
}