* {
 margin: 0px;
 padding: 0px;
}

html, body {
  background:#898B79 url(../images/bg_all.gif) repeat-x 0% 0%;
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#fff;
  position:relative;
  width:100%;
  height:100%;
}
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}


img { border:none;}
.clear { clear:both; line-height:0; font-size:0;}
a { text-decoration:none; color:#fff;}
a:hover { text-decoration:underline;}
.undr { text-decoration:underline;}


#header {
	width:945px;
	margin:0 auto;
	background:url(../images/head_intro.gif) repeat-x 0% 0%;
	height:121px;
	}
.logo {
	padding:20px 0 0 35px;
	}

#content {
	padding:15px 0 35px 0;
	margin:0 auto;
	width:945px;
	/*min-height:630px;
	height:auto !important;
	height:630px;*/
	}
.text_block{
	background:url(../images/text_block.gif) repeat-y 0% 0%;
	width:568px;
	float:left;
	margin-top:15px;
	padding:15px 110px 35px 30px;
	}
.text_block h1 {
	font-size:22px;
	text-transform:uppercase;
	}
.text_block p {
	margin:10px 0 0 0;
	padding:0;
	}
.menu {
	float:right;
	width:230px;
	padding-top:12px;
	}	
	
#footer {
	height:20px;
	width:100%;
	font-size:10px;
	margin-top:-35px;
/*	position:absolute;
	bottom:0;*/
	text-align:center;
	}
#footer strong { margin-left:-210px;}	
.menu p {

font-family:arial;
height:20px;
font-size:14px;
}

#index_copyright_holder {
	height:20px;
	width:945px;
	margin:0 auto;
	font-size:10px;
	border-top:#FFFFFF 1px solid;
	text-align:right;
	}