/*------------------------------------
Body tags
------------------------------------*/	

body {
	background-color:#D2B48C;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	}

/*------------------------------------
DIV tags
------------------------------------*/	

.div_header_main {
	width:100%;
	height:400px;
	background-image:url(../images/bg-header-main.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: brown;
	padding:0px;
	margin:0px;
	}

.div_header_sub {
	width:100%;
	height:200px;
	background-image:url(../images/bg-header-sub.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: brown;
	padding:0px;
	margin:0px;
	}

.div_nav {
	background-color:black;
	width:100%;
	height:25px;
	padding:0px;
	margin:0px;
	text-align:center;
	}

.div_content {
	background-color:#F4EFE4;
	width:780px;
	padding:10px;
	margin:0px;
	text-align:left;
	}

.div_textlinks {
	background-color:black;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	text-align:center;
	}

.div_footer {
	background-color:#660000;
	width:100%;
	padding-top:5px;
	padding-bottom:10px;
	margin:0px;
	text-align:center;
	}
	
/*------------------------------------
Typestyle tags
------------------------------------*/	

.content {
	color:#36150C;
	font-family:verdana, arial, helvetica, san-serif;
	font-size:12px;
	}
.content a:link {
	color:#660000;
	text-decoration:none;
 	}
.content a:visited {
	color:black;
	text-decoration:none;
	}
.content a:hover {
	color:red;
	text-decoration:underline;
	}


.title {
	font-size:24px;
	font-weight:bold;
	color:#660000;
	}

.header {
	font-size:18px;
	font-weight:bold;
	color:black;
	}
	
	
.textlinks {
	font-family:verdana, arial, helvetica, san-serif;
	font-size:10px;
	color:white;
	}
.textlinks a:link {
	color:gold;
	text-decoration:none;
 	}
.textlinks a:visited {
	color:#D2B48C;
	text-decoration:none;
	}
.textlinks a:hover {
	color:yellow;
	text-decoration:underline;
	}


.footer {
	font-family:verdana, arial, helvetica, san-serif;
	font-size:10px;
	color:white;
	}
.footer a:link {
	color:gold;
	text-decoration:none;
 	}
.footer a:visited {
	color:#D2B48C;
	text-decoration:none;
	}
.footer a:hover {
	color:yellow;
	text-decoration:underline;
	}


/*------------------------------------
Other layout tags
------------------------------------*/	

.photo_gallery {
	padding:2px;
	border:1px solid #D2B48C;
	margin:5px;
	width:150px;
	height:113px;
	}

.photo_right {
	padding:2px;
	border:1px solid #D2B48C;
	margin-left:10px;
	margin-bottom:10px;
	}
	
	

.formbutton {
		background-color: #6e0202;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		color: #ffffff;
		border: 2px solid #ffffff;
		padding: 3px;
		}

.footertable {
		background-image:url(../images/footerbg.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		background-color: #9d001d;
		padding: 10px;
		border-top: 4px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		}
		

/*------------------------------------
Other random tags
------------------------------------*/	

/* Google Map Tool Tip */
.tooltip{
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:5px;
	white-space:nowrap;
}

/* @import url('dropdown_menu.css'); /* IE4 can understand, but not NN4 */

