body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #b7b7b7 url(images/backgrnd.gif) repeat-y center;
	text-align: center;
}

#header img {
	border: 0;
}

a:link {
	color: #ed1c24;
	border: 0;
	text-decoration: none;
}
a:visited { color: #900; text-decoration: none; }
a:hover { text-decoration: underline; }


#container {
	text-align: left;
	width: 717px;
	margin: 0 auto;
}

#header {
	border-bottom: 12px solid #ed1c24;
	margin-bottom: 8px;
	line-height: 0;
}

#main {
	background: url(images/sideboxback.gif) repeat-y 487px 0;
	color: #666;
}

#sidebox {
	float: right;
}

#menu {
	background: url(images/menuback.gif) no-repeat top;
	width: 191px;
	font-size: 10px;
	margin-right: 9px;
	padding: 13px 15px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}

#menu ul, #sidebox li,#sidebox ul ul, #sidebox li li{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 2px;
	padding-top: 0px;
}

#menu ul li a {
	display: block;
	padding: 3px 5px;
	margin: 3px;
	background-color: #fff;
	border-left: 4px solid #ed1c24;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #ed1c24;
	color: #fff;
}

#menu ul li li a {
	background-color: transparent;
	border: 0;
	color: #666;
	margin: 0px 5px;
	padding: 3px 10px;
	text-transform: none !important;
}

#menu ul li li a:hover { color: #666; background-color: #f4f4f4;}

#banner {
	background: url(images/boxback.gif) repeat-x top;
	width: 183px;
	margin: 0 0 0 9px;
	padding: 10px;
	min-height: 65px;
	height: auto !important;
	height: 65px;
	text-align: center;
}

#content {
	padding: 10px;
	margin-right: 230px;
	font-size: 10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

h1 {
	color: #ed1c24;
	font-size: 14px;
	font-weight: bolder;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 2px solid #666;
}

h2 {
	font-size: 12px;	
}

#content p {
	text-align: justify;
	text-indent: 10px;
}

#content li {
	text-align: justify;
}

#content a img {
	border: 0px solid #ed1c24;
}

p.comment {
	font-size: 9px;
	text-indent: 0 !important;
}

p.normal {
	text-indent: 0 !important;
}

#footer {
	margin: 10px 240px 10px 10px;
	font-size: 9px;
	text-align: center;
	clear: both;
	height: 50px;
	position: relative;
}

#footer p {
	border-top: 2px solid #666;
	margin: 5px;
}

#footer p:first-line {
	font-weight: bold;
}

#sideboxbottom {
	position: absolute;
	right: -231px;
	bottom: 0;
}
