
/* Divisonal Elements */

#mainbody {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#topheader {
	height: 100px;
	width: 100%;
}
#midheader {
	height: 200px;
	width: 100%;
}
#bottomheader {
	height: 33px;
	width: 100%;
	background-image: url(../images/tag.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 17px;
}

#mainsection {
	height: auto;
	width: 1000px;
}
#mainleft {
	float: left;
	height: auto;
	width: 730px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: right;
}
#mainright {
	background-color: #CCCCCC;
	float: right;
	height: auto;
	width: 245px;
	margin-right: 10px;
	padding-left: 5px;
}
#mainbottom {
	padding: 5px;
	clear: both;
	height: 25px;
	width: 100%;
	background-color: #660000;
	color: #FFFFFF;
}

#bottomspacer {
	clear: both;
	height: 25px;
	width: 100%;
}

/* Body Style and Text Elements */

body {
	background-image: url(../images/sidered.png);
	background-repeat: repeat-x;
}

.bottomlinks a {
	color: #FFFFFF;
	text-decoration: underline;
}


.bottomlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
}

.mainlinks a {
	color: #000000;
	text-decoration: underline;
}


.mainlinks a:hover {
	color: #990000;
	text-decoration: underline overline;
}
