body
{
	margin: 20px;
	padding: 0px;
	background: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 75%;
	color: #000000;
	scrollbar-face-color: #413330;
    scrollbar-highlight-color: #413330;
    scrollbar-shadow-color: #413330;
    scrollbar-3dlight-color: #413330;
    scrollbar-arrow-color: #CAB097;
    scrollbar-track-color: #000;
    scrollbar-darkshadow-color: #000;
}

a:active, a:visited, a:link
{
	color: #c00000;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

#container
{
	margin: 0px auto;
	width: 950px;
}

#header
{
	width: 950px;
	height: 144px;
	border:1px solid #ffffff;
	background: #000000 url('images/tstop2.jpg');
	border-bottom: 0px;
}

#menu
{
	width: 940px;
	height: 25px;
	padding: 1px 5px;
	border:1px solid #fff;
	border-bottom: 0px;
	margin-bottom: 0px;
	background: #CAB097;
}

#MenuPos
{
     position: fixed;
	 width: 880;
	 height: 25px;
	 padding-top: 2px;
	 padding-bottom: 0px;
}

#container2
{
	border:1px solid #fff;
	background: #fbeeb7;
}

#calendar
{ 
	background-color:#000000;
	color: #fbeeb7;
	float: right;
	padding: 4px;
}

#content
{
	width: 950px;
	height: auto;
	line-height: 150%;
	overflow:auto;
}

#content h2
{ 
	color: #cc0001;
	font-family: arial;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 2px;
	font-size: 120%;	
}

#content h3
{
	border-top: #808080 1px dashed;
	font-family: arial;
	font-weight: 100;
	padding: 0px 0px;
	font-size: 100%;
}

.overflow
{
	overflow: auto;
	width: 634px;
	height: auto; 
	float: left;
	background-color: #fbf3cf;
	margin-left: 3px;
	margin-top: 6px;
}

.sidebox
{ 
    overflow: auto;
    width: 294px;
    height: auto;
    float: right;
    background-color: #fbf3cf;
	margin-right: 3px;
	margin-top: 6px;
  }

#textpadding
{
	padding: 1px 15px;
}

#footer
{
	width: 940px;
	padding: 5px 5px;
	border:1px solid #fff;
	border-top: 0px;
	margin-top: 0px;
	text-align: center;
	background: #CAB097;
	font-size: 85%;
}
