﻿body {
	background-image: url('../Images/medsand.gif');
	background-repeat: repeat;	
	background-color: #996633;
	font-family:Arial, Helvetica, sans-serif;
		color: #CD9C4F;
}

#maincontent 
{

 background-color:white;
 width:850px;
margin: 0 auto; /*Center container on page*/
}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url('../Images/header_bg.png');
	color: #996600;
	height:100px;
	padding-bottom:10px;
	position:relative;
	border-bottom: thick #CD9C4F solid;
		 border-left: thick #CD9C4F solid;
border-right: thick #CD9C4F solid;
border-top: thick #CD9C4F solid

	
	}

#logo {
	position:absolute;
	top:10px; left:10px;
		font-size: 2em;
}

#contact {
		position:absolute;
		right:10px;
		bottom:10px;
			font-size: 1.3em;
}

#main {
	 padding:10px;
	 border-left: thick #CD9C4F solid;
border-right: thick #CD9C4F solid;
border-bottom: thick #CD9C4F solid

	 

}

h1 {
	font-size: 1.2em;
	color: #CD9C4F;
	
}

h2 {
	font-size:1.1EM;	color: #CD9C4F;
	
}