@CHARSET "ISO-8859-1";

html, body, div, span, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
   padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
    background: transparent;
}



body {
	background-color: #422213;
	text-align:center;
	margin:0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

.wrapper {
	background-color: #F4EDDF;
	width:800px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

.header{
	width:750px;
	height:130px;
	padding-left:50px;
	padding-top:0px;
	background:#1E1B16 url(../images/header.jpg);
} 

h1{
	width:750px;
	height:130px;
	margin:0;
	overflow: hidden;
	background:url(../images/belmans2.jpg) no-repeat;
}

h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{
	display: block;
	width:420px;
	height:130px;
	text-indent: -100000px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	font-style: italic;	
}

.nav{
	width:800px;
	height:37px;
	background-color: #999999;
	background:url(../images/navbg_12.gif) repeat-x top;
} 

.nav ul {
	margin:0;
	font-size:1em;
	font-weight:bold;
	padding-left:50px;
	padding-top:7px;
	list-style:none;
}

.nav li {
	float:left;
	background:url(../images/navleft_15.gif) no-repeat left top;
	margin-right:10px;
	padding:0 0 0 15px;
	border-bottom:1px solid #ccc;
}

.nav a {
	float:left;
	display:block;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:7px;
	padding-left:6px;
	text-decoration:none;
	color:#000000;
}

.rightcolumn a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.rightcolumn a:hover {
	color:#333333;
	text-decoration:underline;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
.nav a {float:none;}
/* End IE5-Mac hack */
.nav a:hover {
	color:#333333;
	text-decoration:underline;
}
.clear{
	clear:both;
}

.content{
	width:800px;
	background-color : #999999;
	height: 100%;
}

.leftcolumn{
	float:left;
	width:570px;
}

.leftcolumn .textblock {
	padding:10px;
	text-align: justify;
	max-height: 100 px;
	overflow:visible;
}

.leftcolumn .textblock p:first-letter  {
	text-transform: uppercase;
	font-size: 1.5em;
}

div.imageblock {
	padding : 40px 20px 20px 20px;
	background:url(../images/imageblock_back.gif) no-repeat ;
	min-height: 300px;
}

.rightcolumn{
	border-left : 1 px;
	border-color : white;
	border-style :solid;
	width:200px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	float:right;
}


/*	Footer  */

#footer {
	height: 4 em;
	position : absolute;
	bottom : 0px;
	width:100%;
	border-top:1px solid #3f2324;
	padding-top:30px;
	padding-bottom:30px;
	margin: 0 auto;
	background-color: #220000;
	color:#674f5d;
	font-size:1.0 em;	
	line-height:1.2em;
	right:0px;
}

#footer span {
	display:block;
	font-size:0.5 em;
}
#footer a {
	color:#9e8292;
	text-decoration:none;
}
#footer a:hover { 
	color:#ffffff; 
}