@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position : center top;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
}

#wrapper  {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1000px;
}

#bodycontainer {
	width: 1000px;
	position: relative;
	padding-bottom: 30px;
	background-image: url('images/Inside_BG.jpg');
}

#logo {
	width: 496px;
	float: left;
}

#randomimage {
	width: 504px;
	float: left;
}

#mainmenu {
	width: 125px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content {
	width: 400px;
	float: left;
}

#rightcol {
	width: 395px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}


#clearit {
	clear: both;
}

#footer {
	background-color: #942923;
	background-image: url('images/footer_BG.jpg');
	width: 960px;
	height: 22px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.footertext {
	font-size: 12px;	
	color: #FFFFFF;
}


.smalltext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #942923;
	font-weight: normal;
}

.contactinfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	font-size: 12px;	
	color: #942923;
	text-decoration: none;
}
a:hover {
	font-size: 12px;	
	color: #942923;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;	
	color: #942923;
	text-decoration: none;
}

a.footertext:link {
	font-size: 12px;	
	color: #FFFFFF;
	text-decoration: none;
}
a.footertext:hover {
	font-size: 12px;	
	color: #FFFFFF;
	text-decoration: underline;
}
a.footertext:visited {
	font-size: 12px;	
	color: #FFFFFF;
	text-decoration: none;
}
