body {
padding:0px;
margin:0px;
background: #f5e9db url(gfx/bg.jpg) repeat-x;
}
#clearing {
clear:both;
margin:0px;
padding:0px;
}
p, td, span, form, li {
font-family:trebuchet ms, arial, helvetica, sans-serif;
color:#000;
font-weight:normal;
font-size:13px;
text-align:justify;
}
h1 {
font-family:trebuchet ms, arial, helvetica, sans-serif;
color:#000;
font-weight:normal;
font-size:16px;
}
h2, h3, h4 {
font-family:trebuchet ms, arial, helvetica, sans-serif;
color:#000;
font-weight:normal;
font-size:14px;
}
#uber_wrapper {
background: url(gfx/bg_side.png) top left no-repeat;
width:100%;
height:100%!important;
float:left;
}
#wrapper {
width:980px;
margin:0 auto;
}
#header {
width:980px;
float:left;
display:inline;
}
#logo {
width:250px;
margin-left:30px;
float:left;
display:inline;
}
#top_right {
float:right;
display:inline;
margin-left:30px;
width:300px;
}
#scrollimg {
width:980px;
height:220px;
}
/* Navigation Elements */
#nav {
	height:32px;
    width: 980px;
	background-color:#ae986f;
	margin:0 auto;
	text-align:center;
}
#navcontainer {
padding:0px;
margin:0px;
}
#navcontainer li {
display:inline;
list-style:none;
line-height:32px;
margin-left:4px;

}
#navcontainer li a {
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #fff;
text-decoration:none;
padding:7px 25px;
line-height:32px;
}
#navcontainer li a:hover {
background: #efe5c7;
color:#000;
padding:7px 25px;
}

/* Content */
#content_wrapper {
width:980px;
float:left;
display:inline;
background:#fff;
}
#left_col {
float:left;
display:inline;
width:615px;
margin:10px 15px;
}
#left_col img {
margin:0px 3px;
}
#right_col {
float:left;
display:inline;
width:300px;
margin:10px 15px;
}
#right_col img, #photos img {
margin:3px;
border:2px solid #ae986f;
padding:3px;
}
#footer {
width:980px;
background: #ae986f;
height:110px;
}
#footer_text {
margin:0px;
padding:0px;
padding-left:20px;
padding-top:5px;
color:#fff;
}
#footer_text a {
text-decoration:none;
color:#fff;
}
#footer_text a:hover {
color:#FFC481;
text-decoration:underline;
}
