body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 3;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	width: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#Container {
	text-align: center;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(images/index_04.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#Blog {
	clear: right;
	float: left;
	height: 320px;
	width: 100%;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: justify;
	text-indent: 25px;
	padding-left: 3px;
}
#ContentLeft {
	clear: right;
	float: left;
	height: 350px;
	width: 194px;
}
#ContentMid {
	clear: right;
	float: left;
	height: 350px;
	width: 194px;
	text-align: justify;
}
#ContentRight {
	float: left;
	height: 350px;
	width: 194px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: justify;
	padding-left: 3px;
}
#Footer {
	width: 598px;
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
	color: #333;
}
#Holder {
	width: 588px;
}

#Main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	height: 668px;
	width: 588px;
	background: #FFF;
}

#Main a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

#Main a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #888;
	text-decoration: underline;
}
#MainBody {
	margin: 0px;
	padding: 0px;
}

#MainBody table tr td #Footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

#MainBody table tr td #Footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #888;
	text-decoration: underline;
}


#MainContent {
	background : url(images/index_19.jpg) no-repeat;
	width : 598px;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #2C2A6B;
	height: 688px;
}
#MainContent div table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: justify;
}
#Slideshow {
	margin: 0px;
	padding: 0px;
	height: 310px;
	width: 588px;
}
#Updates {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	height: 140px;
	width: 100%;
	overflow: auto;
	background-image: none;
	text-indent: 25px;
	padding-left: 3px;
}
