html, body {
background : #e8d3af url(../assets/bg.gif) repeat-x;
margin : 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
color : #442f28;
height: 100%;
}
.thumb-border {
border : 5px solid #9ca833;
}
#wrapper {
background : url(../assets/paperbg.gif) repeat-y bottom 0%;
height : 100%;
border : none;
}
.green {
color : #9ca833;
}
.small {
font-size : 10px;
}
a {
color : #442f28;
text-decoration : underline;
}
a:hover {
color : #9ca833;
text-decoration : none;
}
input {
background : url(../assets/input-bg.gif);
border : 1px solid #e3c998;
}
textarea {
background : url(../assets/input-bg.gif);
border : 1px solid #e3c998;
}
.form-home-input {
width : 90px;
height : 21px;
}
.form-home-textarea {
width : 351px;
height : 40px;
}
.form-home-submit {
border : none;
}
h3 {
color : #442f28;
font-size : 24px;
margin : 8px 0;
font-weight : 200;
}
.bigbrown {
color : #442f28;
font-size : 24px;
margin : 8px 0;
font-weight : 200;
}
.mediumbrown {
color : #442f28;
font-size : 18px;
margin : 8px 0;
font-weight : 200;
}
h4 {
color : #442f28;
font-size : 24px;
font-weight : 200;
margin : 0 0 0 0;
}
#contacttitle {
margin : 24px 0 0 0;
}
#shell {
margin : 0 auto;
width : 943px;
height : 100%;
}
#shellleft {
background : url(../assets/shellleft.gif) no-repeat left top;
}
#shellleft-sub {
background : url(../assets/shellleft-sub.gif) no-repeat left top;
}
#shellright {
background : url(../assets/shellright.gif) no-repeat right top;
}
#shellright-sub {
background : url(../assets/shellright-sub.gif) no-repeat right top;
}
#innershell {
background : #f9e8c8;
margin : 0 auto;
width : 819px;
}
#header {
background : url(../assets/header-bg.gif) repeat-x;
height : 128px;
}
#topbar {
background : url(../assets/topbar.gif) no-repeat;
height : 16px;
}
#header-logo {
background : url(../assets/header-logo.gif) no-repeat;
background-position : center top;
height : 128px;
}
#banner {
background : url(../assets/banner.jpg) no-repeat right 0%;
height : 191px;
}
#banner-sub {
background : url(../assets/banner-sub.jpg) no-repeat right 0%;
height : 191px;
}
#bodysubpage {
margin-right : 200px;
}
#roof {
background : url(../assets/roof.jpg) no-repeat;
width : 404px;
height : 30px;
}
#footer {
clear : both;
color : #bca67c;
font-size : 11px;
}
.halfleft {
width : 49%;
float : left;
}
.halfright {
width : 49%;
float : right;
}
.floatleft {
float : left;
}
.floatright {
float : right;
}
.clearrow {
clear : left;
}
.clearboth {
clear: both;
}
.standardpad {
padding : 20px;
}