body {
margin:0px;
padding:0px;
background-image:url(../images/home/home_repeat.jpg);
background-repeat:repeat-x;
background-color:#FDFEF7;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#36360A;
}

/*** MAIN / CONTAINER DIVS ***/

#container {
width:808px;
margin:auto;
}

#logo {
width:298px;
height:115px;
float:left;
background-image:url(../images/interior/logo.jpg);
background-repeat:no-repeat;
overflow:hidden;
}

#renderings {
width:510px;
height:115px;
background-image:url(../images/interior/rendering_bkg.jpg);
background-repeat:no-repeat;
float:left;
overflow:hidden;
}

#nav {
width:100%;
height:37px;
clear:both;
overflow:hidden;
}

#content_container {
width:100%;
background-image:url(../images/interior/content_repeat.jpg);
background-repeat:repeat-y;
float:left;
clear:both;
}

#content {
width:808px;
background-image:url(../images/interior/content_bkg.jpg);
background-repeat:no-repeat;
}

#content_full {
width:748px;
padding:10px 30px 10px 30px;
}

#content_left {
width:495px;
padding:10px 20px 10px 30px;
float:left;
}

#side_container {
width:242px;
margin-top:25px;
margin-bottom:10px;
background-image:url(../images/interior/sidebar_repeat.jpg);
background-repeat:repeat-y;
float:left;
display:inline;
}

#side_content {
width:192px;
background-image:url(../images/interior/sidebar_top.jpg);
background-repeat:no-repeat;
padding:25px 25px 0px 25px;
}

#side_btm {
width:242px;
height:18px;
background-image:url(../images/interior/sidebar_btm.jpg);
background-repeat:no-repeat;
}

#clear {
clear:both;
}

#bottom {
width:100%;
height:26px;
padding-top:1px;
background-image:url(../images/interior/bottom.jpg);
background-repeat:no-repeat;
float:left;
clear:both;
}

#footer {
width:808px;
margin:auto;
padding-top:10px;
text-align:center;
float:left;
clear:both;
}

/*** FOOTER ***/

.footer {
	font-size: 9px;
	color:#36360A;
	}

	a.footer:link {
		color:#36360A;
		text-decoration: none;
		}
	a.footer:hover {
		color:#36360A;
		text-decoration: underline;
		}
	a.footer:active {
		color:#36360A;
		text-decoration: none;
		}
	a.footer:visited {
		color:#36360A;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color:#36360A;
		text-decoration: underline;
		}
		
/*** TEXT / LINKS ***/

a:link {
color:#36360A;
text-decoration: underline;
}

a:hover {
color:#36360A;
text-decoration: underline;
}

a:active {
color:#36360A;
text-decoration: underline;
}

a:visited {
color:#36360A;
text-decoration: underline;
}

a:visited:hover {
color:#36360A;
text-decoration: underline;
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:13px;
font-weight:bold;
}

.heading1 {
font-size:20px;
font-weight:bold;
}

.heading2 {
font-size:13px;
font-weight:bold;
}

.large {
font-size:24px;
font-style:italic;
font-weight:bold;
}

.small {
font-size:9px;
}

.red {
	color:#900;
}

/*** CLASSES ***/

.frame {
border-style:double; 
border-color:#36360A; 
border-width:5px;
}

.box {
border-style:double; 
border-color:#36360A; 
border-width:5px;
background-color:#7E8D6E;
font-weight:bold;
color:#FBFAF0;
}