@import url("menu.css");

body {
margin:0 auto;
padding:0;
font:78% Trebuchet MS, Arial, Helvetica, sans-serif;
background: #fff url(../images/bckgrdgradient.jpg) repeat-x;
color:#333333;
}

a {
text-decoration:none;
color: #a16741;
}

a:hover {
text-decoration:underline;
color: #ddac7d;
}

a img {
border:0;
}
p {
margin:0 0 16px 0;
}

#content {
background-color:#ffffff;
color:#333333;
margin:0 auto;
padding:1px 5px;
width:900px;
border: 1px solid rgb(173,207,234);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.75);
}

#header {
background:#ffffff url(../images/headerpic.jpg) bottom left no-repeat;
height:300px;
margin:-6px 0 10px 0;
padding:0px;
}

body#contact #header {
background:#ffffff url(../images/contact_photo.jpg) bottom left no-repeat;
}

#header h1 {
font-size:2em;
float:right;
font-weight:normal;
letter-spacing:-2px;
margin:5px;
}

body#contact #header a{
color: rgb(82,145,197);
}

#header a:hover{
color: rgb(223,235,244);
}
#header img {
	width: 300px;
	margin: 276px 0 0 15px;
}
#page h2{
font-size:1.35em;
font-weight:normal;
}

#page h1, #page h2, #page h3, #page h4, #left h3{
	color: #D5A885;  //213.168.133
}

#page{
font-size:1.2em;
}

#header h1 a,#header h1 a:hover {
padding:0;
}
#header em{
font-size:0.6em;
font-style:normal;
letter-spacing:2px;
}

#left {
margin:0 20px 0 40px;
padding:0;
}

#left ul {
list-style:none;
width:140px;
margin:0 0 20px 0;
padding:0;
}

#left img {
height: 25px;
margin-right: 40px;
}

#left li a {
font-weight:bold;
height:20px;
text-decoration:none;
color:#222222;
display:block;
border-top:2px solid rgb(173,207,234);
padding:3px;
}

#left li a:hover {
background:rgb(238,244,249);
color:#222222;
border-top:2px solid #555555;
}


#page {
margin:60px 60px 10px 60px;
padding:0;
line-height:1.5em;
text-align:left;
}


#foot{
clear:both;
margin:0 auto;
padding:8px 0;
border-top:1px solid rgb(173,207,234);
width: 780px;
text-align:center;
color:#555555;
background-color:#ffffff;
font-size:0.9em;
}