html, body				{ height: 100%; }

body {
	background-color: #DADADA;
  	margin: 0px; 
  		font-family: Tahoma, arial, helvetica;
	font-size: 8pt;
}

#container {

	background: transperant;
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 100%;
	height: auto !important;
}

#contentcontainer{
    background-color: #FFF;
    background-image: url('../images/bg.jpg');
  	background-repeat: repeat-y;
  	background-position: top left;	
    position: relative;
	width: 980px;
	height: 100%;
	height: auto !important;
}

#header {
  position: relative;
  width: 980px;
  height: 219px;
  padding: 0;
  margin: 0;
}



#text {


	height: 100%;
	width: 864px;
	padding-left: 0;
	padding-right: 62px;
	font-family: "Trebuchet MS", Tahoma, arial, helvetica;
	font-size: 9pt;
	line-height: 18pt;
	color:#332d1f;
	min-height: 400px;
	float: right;
	
	height: auto !important;
}

#text h1 {
	font-family: "Trebuchet MS",Tahoma, arial, helvetica;
	font-size: 20pt;
	line-height: 18pt;
	color:#9B021E;
}

#text a {
	font-family: "Trebuchet MS",Tahoma, arial, helvetica;
	font-size: 11pt;
	line-height: 18pt;
	color:#9B021E;
	text-decoration: none;
}

#text a:hover {
	font-family: "Trebuchet MS", Tahoma, arial, helvetica;
	font-size: 11pt;
	line-height: 18pt;
	color:#9B021E;
	text-decoration: underline;
}


#innertext {
position: relative;

	font-family: "Trebuchet MS",Tahoma, arial, helvetica;
	font-size: 11pt;
	line-height: 18pt;
	color:#332d1f;


padding: 0px;
float: left;
z-index: 0;
width: 808px;
height: 100%;
height: auto !important;
}



#footer {


position:relative;
width: 980px;
height: 90px;
}


#menucontainer {
 	background-color: #FFF;
    background-image: url('../images/menu_bg.jpg');
  	background-repeat: repeat-y;
  	background-position: top left;	
    position: relative;
	width: 980px;
	height: 20px;
}

#menu {
	margin-top: 2px;
	float: left;
	width: 720px;
	margin-left: 120px;
	_margin-left: 60px;
}

#menu li {
	float: left;
	padding-left: 40px;
	list-style-type: none;
	color: #fff
}



#menu li a{
	font-family: Tahoma, arial, helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu li a:hover{

	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}

#imagebarleft {
	width: 170px;
	padding: 60px 10px;
	float: left;
}

#content {
    background-image: url('../images/content_bg.jpg');
  	background-repeat: no-repeat;
  	background-position: top right;
	font-family: Tahoma, arial, helvetica;
	font-size: 8pt;
	line-height: 14pt;
	color: #4a4a4a;
	float: left;
	width: 580px;
	padding: 20px;
	min-height:400px;
	height: auto !important;
	height: 300px;
}

#imgzcontainer {
    clear: both;
	width: 980px;
	position: absolute;
	top: 30px;
}

#img1 {
	float: left;
}

#img1 {
	float: right;
}