html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(03_bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #BCCCD1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6e4549;
	line-height: 22px;
}

#wrapper{
	width:900px;
	padding:0px;
	margin:0 auto;
	text-align:left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*internetexplorer */
	background-image: url(03_content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

img, div, input { 
	behavior: url(iepngfix.htc) 
}

#copypic { 
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

 a:link,  a:visited,  a:active {
	font-size: 12px;
	background-color:#c0bec2;
	text-decoration: none;
	color: #4a171c;
	padding-right: 5px;
	padding-left: 5px;
}

 a:hover {
	background-color:#83222c;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

.logo a:link, .logo a:visited, .logo a:active, .logo a:hover {
	background-color:#FFFFFF;
	padding:0px;
	font-weight: normal;
}

.lbgf a:link, .lbgf a:visited, .lbgf a:active, .lbgf a:hover {
	background-color:#FFFFFF;
	padding:0px;
	font-weight: normal;
}

#headerbig {
   	height:250px;
    padding:0;
    margin:0;
}

#headersmall {
   	height:180px;
    padding:0;
    margin:0;
}

#content{

}

#navigation {
	margin-left:120px;
   	height:50px;
	z-index:50;
}

#leftcol {
	width:440px;
	float:left;
	margin-left:120px;
}

#rightcol {
	width:200px;
	float:left;
	margin-left:20px;
}

#footer{
	height:50px;
	padding-top:10px;
	padding-bottom:20px;
	margin-left:120px;
	clear:both;
	font-size:12px;
}



h1 {
	font-size:22px;
	font-weight:100;
	margin-top:25px;
	color: #4a171c;

}

h2 {
	font-size:17px;
	font-weight:100;
	margin-bottom:-5px;
	margin-top:25px;
	color: #4a171c;
}

h3 {
	font-size: 14px;
	color: #4a171c;
	font-weight:100;
	margin-bottom:-15px;
}
