/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #c8bc8c;
}


	


table#layout {
	margin: 0px;
	text-align: center;
	border: 0px none #000000;
	border-collapse: collapse;
	width:100%;
	table-layout: fixed;
}





#head {
	background-color: #186f45;
	border: 0px none #000000;
	text-align: center;
	width: 100%;
	height: 134px;
}

#head a:link, #head a:visited, #head a:hover, #head a:focus {
	border-width: 0px;
	text-decoration: none;
	color:#FFFFFF
}

#head_all {
	text-align:left;
	padding-left: 10px;
	color: #FFFFFF;
}

#head_first {
	font-size:45px;
	font-weight: bold;
}

#head_second {
	font-size: 30px;
}





.navigation {
	border: 0px none #000000;
	text-align: center;
	width: 100%;
	background-color: #000000;
	height: 1.5em;
	vertical-align: middle;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.navigation a:link, .navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.navigation a:hover {
	color: #FF0000;
}

#pictures {
	border: 0px none #000000;
	text-align:center;
	width: 100%;
	vertical-align:middle;
	background-color: #000000
}

#picture_holder {
	width:700px;
	height: 113px;
	overflow: hidden;
	vertical-align: middle;
}

.rand_image {
	background-color:#000000;
	margin: 2px;
}





#content_tr {
	border: 0px none #000000;
	text-align:center;
	width: 100%;
}

#content_div {
	border: 0px solid blue;
	text-align:center;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#content_div_OUTER {
	width:750px;
	border: 0px solid Black;
}

#content_div h1 {
	display:inline;
}





#footer {
	border: 0px none Black;
	text-align: center;
	width: 100%;
}

#footer a:link {
	text-decoration: underline;
	color: #0000FF;
}

#footer a:visited {
	text-decoration: underline;
	color: #800080;
}

#footer a:hover {
	color: #FF0000;
}

h3.tagline {
	font-size:8pt;
	font-weight:500;
}

h4.contact_info {
	font-size:9pt;
	font-weight:400; 
}





td {
	border: 0px none Black;
}






.set_width{
	width: 750px;
	border:0px solid red;
	background-color:transparent;
}



