/* Global Styles */


Body {
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	background-color: #000;

}

#wrap {
	width:780px;
	margin:0 auto;
	text-align:left;
} 


a {
	color:#AE1416;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#38312b;}
a:visited {color:#AE1416;}
a:hover {color:#000;}
a:active {color:#AE1416;}







/* ID Styles */



#page {
	width: 780px;
	background-color: fff;


}

#sitetitle {
	width:780px;
	height:120px;
	background-image:url(../images/sitetitle.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}


#header {
	width:777px;
	height:200px;
	border-top: solid #fff thin;
	border-left: solid #fff thin;
	border-right: solid #fff thin;
	padding-right: 1px;

}
.subheader {
}



#textarea {
	background-color: #E1E3DE;
	width: 780px;

}
.bodytext {
	padding-right: 20px;
	padding-left: 20px;
}




#leftcolumn {
	width:500px;
	float:left;
	padding-right: 15px;
	background-color: #fff;

}

#rightcolumn {
	width:240px;
	height:100%;
	float:left;
	padding: 10px;
	background-color: #E1E3DE;
	padding-left: 15px;

}



#footer {
	width:780px;
	height:120px;
	background-color:#F5F0E8;
	clear: both;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: solid #000 2px;


}


/* Class Styles */


.pagetitles {
	color:#43536E;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	padding-left: 20px;

}


.rightcolumntitles {
	color:#39302B;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;

}
.rightcolumnastericks {
	color: #FF0000;
	vertical-align: top;
}

.contactformmessagebox {
	width: 230px;
}
.right {
	text-align: right;
}

.subheader {
	padding-right: 20px;
	padding-left: 20px;
	font-weight:bold;
}


#menu {
	height: 35px;
	background-image: url(../images/menubackground.jpg);
	border-top: solid #fff thin;
	border-bottom: solid #000 thin;
	border-left: solid #fff thin;
	border-right: solid #fff thin;
	padding-top: 10px;
	padding-left: 12px;
	background-repeat: none;
	width: 766px;
}
#subpicture {
	height: 200px;
	border-bottom: solid #ccc thin;
}


.beginningpagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #999999;
	line-height: 25pt;
}
