body
{
	background: #EEEEE4;
	background-image: url('../images/gradient-top.jpg');
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: "Tahoma", "Arial", sans-serif;
}

*html body {
   width: expression((document.documentElement.clientWidth < 1000) ? '920px' : '100%');
}

a {
	text-decoration: underline;
	color: #8D363B;
}
a.a_lgray {
	color: #A3A39B;
}
a.a_dgray {
	color: #696964;
}

h1
{
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#str_top
{
	width: 100%;
	height: 3px;
	overflow: hidden;
	background: #1E2128;
	text-align: left;
}
#str_top_green
{
	width: 250px;
	height: 3px;
	overflow: hidden;
	background: #89A502;
}

#str_middle
{
	padding: 0 30px;
}

#str_bottom
{
	width: auto;
	height: 100px;
	overflow: hidden;
	background: #1E2128;
	padding: 0 30px;
	margin-left:-30px;
	margin-right:-30px;
}

.clear
{
	clear: both;
}

