body {
background: #900;
background-image: url(images/background.gif);
background-position: top;
background-repeat: repeat-x;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
text-align: center;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #600;
}

h3 {
font-family: Verdana, Arial, sans-serif;
color: #000;
font-size: 14px;
}

a {
color: #336;
font-weight: bold;
text-decoration: underline;
}
	
/*Content Container*/
#container {
width: 758px;
background: white;
color: black;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
border: solid 1px #c93;
margin: auto;
}

#top {
background: #336;
width: 748px;
height: 25px;
color: #fff;
font-family: Georgia, Helvetica, serif;
font-size: 14px;
padding: 5px;
text-align: left;
}
.left {
float: left;
text-align: left;
}
.right {
float: right;
text-alight: right;
}

/*header with logo and image*/
#header {
height: 175px;
width: 758px;
}

#menu {
font-family: Georgia, Helvetica, serif;
font-size: 14px;
font-weight: bold;
height: 30px;
width: 758px;
background: #336;
color: #fff;
border-top: solid 1px #c93;
}
#menu ul{
margin-top: 0px;
padding-top: 10px;
list-style-type: none;
}
#menu ul li {
padding: 10px 25px 10px 25px;
display: inline;
}
#menu ul li a, a:visited {
color: #fff;
text-decoration: none;
}
#menu ul li a:hover {
text-decoration: underline;
}

#submenu {
font-family: Georgia, Helvetica, serif;
font-size: 12px;
height: 20px;
width: 758px;
background: #c93;
color: #336;
margin-bottom: 20px;
text-align: left;
}
#submenu ul {
margin-top: 0px;
padding-top: 3px;
list-style-type: none;
}
#submenu ul li{
padding: 0px 25px 0px 35px;
display: inline;
}
#submenu ul li a, a:visited {
color: #336;
text-decoration: none;
}
#submenu ul li a:hover {
text-decoration: underline;
}

#content {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 30px;
text-align: left;
}
#content img {
margin-right: 20px;
}
#content a {
color: #336;
font-weight: bold;
text-decoration: underline;
}

/*Contact Form*/
#contact {
	width: 550px;
	margin-left: 110px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #c93;
	margin-bottom: 30px;
}
#contact .label {
	float: left;
	width: 230px;
	background: #336;
	padding: 2px 0px 3px 5px;
	color: white;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
}
#contact .field {
	width: 250px;
}
#contact .message {
	width: 250px;
}
#contact .submit {
	margin-left: 245px;
}
#photostrip {
text-align: center;
margin: 0px;
}

/*footer*/
#footer {
color: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
text-align: center;
padding-top: 10px;
}
#footer a, a:visited{
color: #fff;
text-decoration: none;
}
#footer a:hover{
text-decoration: underline;
}


