*{
	margin: 0;
	padding: 0;
}
p { margin-bottom: 20px; }
html,body {height: 100%} 
html>body #container {height: auto}
html>body #footer {bottom: 0}
body {
	FONT: 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-ALIGN: left;
	background-image: url(bg.gif);
	}
#container {
	BACKGROUND: #ffffff url(contentBG.gif) repeat-x;
	MARGIN: 0px auto;
	WIDTH: 800px;
	POSITION: relative;
	TEXT-ALIGN: left;
	height: 100%;
	min-height: 100%;
	bottom: 0px;
}
#header {
	background-color: #FF0000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FF6666;
	padding-left: 20px;
	WIDTH: 780px;
	POSITION: relative;
	height: 60px;
	padding-top: 20px;
}
img { margin: 5px; }
#text {
	width: 550px;
	float: right;
	padding-right: 20px;
}
#navBox {
	LEFT: 0px;
	WIDTH: 170px;
	POSITION: relative;
	float: left;
}
#navBox a {
	width: 130px;
	display: block;
	color: #000000;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-left: 10px solid #FF0000;
}
#navBox a:hover {
	background-color: #FFF0F0;
	color: #563232;
	border-left: 10px solid #FF484D;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#navSubBox UL {
	PADDING-LEFT: 10px; 
	LIST-STYLE-TYPE: none;
}
#navBox #navSubBox UL LI {
	DISPLAY: block; 
	FONT-SIZE: 13px; 
}
#footer {
	COLOR: #FFFFFF;
	TEXT-ALIGN: center;
	clear: both;
	background-color: #F02F34;
	position: absolute;
	bottom: -1px;
	width: 800px;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer A {
	COLOR: #FFF; 
	TEXT-DECORATION: none
}
#footer A:hover {
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}
A {
	COLOR: #FF0000;
	text-decoration: none;
}
A:hover {
	TEXT-DECORATION: underline;
	color: #000000;
}
h1{	font-size: 30px; }
h3{	margin-bottom: 10px; }
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
}
