body {
	background-color:#132c55;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
/********Picture on top of page*******/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}
/******Gold Linking Bar**********/
#header ul{
	background-color:#B5A66B;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
/******font color and info for Linking Bar******/
#header ul a{
	text-decoration:none;
	color:#6B130B;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#2e406b;
}
/*******font for words above picture*****/
/#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#bab5a8;
	position:absolute;/
/********trying to rewrite the code above*****/
}
#logo_w1{
	font-size: 24px;
	color:#bab5a8;
	position:absolute;
}
#logo_w2 {
	font-size: 18px;
	font-style:italic;
	color:#bab5a8;
	position:absolute;
/*******success!!!!!********/
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
/*****makes background gray and the correct width***/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
/*****Captions or titles for paragraphs*******/
/***red,left justified ***/
h1{
	color:#6b130b;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}
/***red, centered***/
h2{
	color:#6b130b;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
        text-align:justify;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
/****text linking a url, blue, turns to gold*****/
#left a{color:#2e406b;}
#left a:hover{color:#807243;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
/********right side of white line*********/
/*********blue font for linking URL  goes to gold******/
#right a{
	color:#2e406b;
}

#right a:hover{
	color:#807243;
}
/********************************test list here***********/

/************************end of test list********************/
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}

