body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images_layout/BKGND.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #323232;
	background-image: url(images_layout/BKGNDtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	padding-top: 40px;
	padding-right: 25px;
	padding-left: 25px;
}
#RightColumn {
	color: #000;
	background-color: #efe5db;
	width: 415px;
	border: 1px solid #F00;
	padding-top: 44px;
	padding-right: 33px;
	padding-bottom: 33px;
	padding-left: 30px;
	background-image: url(images_layout/head.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#MiddleColumn {
	width: 175px;
	padding-left: 35px;
}
#Navigation a {
	color: #666;
}
#Navigation a:hover {
	color: #F00;
}
#LeftColumn {
	width: 251px;
}
#Navigation {
	background-color: #000;
	color: #666;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #930;
	letter-spacing: 1px;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	color: #03F;
	font-weight: normal;
}
#footer {
	background-image: url(images_layout/BKGNDbottom.jpg);
	background-repeat: no-repeat;
	height: 255px;
	background-position: bottom;
	color: #FFF;
	padding-top: 30px;
	text-align: center;
}
.reddot {
	color: #F00;
}
* {
	margin: 0px;
	padding: 0px;
}
#container #footer p {
	color: #999;
}
.whitetext {
	color: #FFF;
}
