HTML, BODY, FORM
{
height: 100%;
margin: 0;
padding: 0;
}
DIV.footer
{
width:100%;
height: 22px;
margin: 0;
padding: 0;
z-index: 100;
	background-color:#453B3A;
}
DIV.addleman
{
width:100%;
height: 18px;
margin: 0;
padding: 0;
z-index: 100;
text-align:center;
	color: #473b39;
}
DIV.container
{
display: table;
height: 100%;
margin: 0;
margin-bottom: -40px;
padding: 0;
width: 100%;
}
DIV.innerContainer
{
margin: 0;
padding: 0;
padding-bottom: 40px;
}
body {
	font-family: "helvetica", "verdana", "arial", sans-serif; 
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 1.6em;
	color: #6c3110;
	background: #ffffff;
	background-image:url(../images/pageBG.gif);
	background-repeat:repeat;
	
}

* {
	
	margin: 0; 
	padding: 0;
}



.top_border_home{
	height:34px;
	background-color:#E33F10;
}
.home_top{
	background: url(../images/top_line_white.gif);
	background-repeat:repeat-x;
	position:relative;
	top: 0px;
}

.home_bottom{
	width:1125px;
	position:relative;
	top: 80px;
	z-index:1;
}

.home_photo{
	padding:14px 18px 18px 12px;
	background: url(../images/home_frame_white.gif);
	background-repeat: no-repeat;
}

input.textbox_med{
	width:222px;
	height:19px;
	font-size:14px;
}

textarea{
	
	font-size:14px;
	font-family: "verdana", "arial", sans-serif; 
}


#copyright{
	width:100%;
	position:relative;
	background-color:#473b39;
	text-align: center;
	left:0px;
	top:20px;
	z-index:100;
}


.gallery_thumbs{
	color: #ffffff;
	font-weight: normal;
	padding: 7px 0 0 33px;
	width: 147px;
}


/* Links */

a:link, a:visited {
	color: #473b39;
	text-decoration:none;
}
a:hover, a:active {
	color: #E33F10;
	text-decoration:none;
}

/* ~~ General ~~ */
.alt {
	display: none;
	visibility: hidden;
}

img { 
	border: 0; 
	display: block;
}


h1 { 
	position: relative;
	top: 3px;
	left: 24px;
	float: left;
	width: 150px;
	height: 87px;
	display: inline;
	}

h2 {
	position: relative;
	top: 63px;
	left: 23px;
	height: 12px;
	width: 485px;
	float: left;
	display: inline;
}

h6 {
	position: relative;
	top: 7px;
	left: 0;
	padding-bottom: 3px;
	width: 182px;
	height: 17px;
	line-height: 1.1;
	font-size: 9px;
}



p { margin-bottom: 0.7em; }