html {

	height: 100%; }

	

* html #container {

	height: 100%; }



body {

    background: url(../img/body.gif) repeat-x; 

	background-color: #4e4e4e; 

	margin-top:-8px; 

	height: 100%;

	margin-bottom:0px;

	padding: 0; }

	

#container {
	margin: auto;
	position: relative;
	text-align: left;
	width: 700px;
	margin-top: 8px;
}
	
#header {

	background: url(../img/header.gif);

 	width: 700px;

	height: 118px;

	float: left;

	position: relative; }


#main {

	background: url(../img/main.gif) repeat-y;

	width: 700px;

	float: left;

	position: relative; }



#footer {
	background: url(../img/footer.gif) no-repeat;
	width: 700px;
	height: 48px;
	float: left;
	position: relative;
	color: #333333;
	font-family: Verdana;
	font-size: 9px;
	line-height: 18px;
	text-align: center;
}








p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	position: relative;
	height: auto;
	width: auto;
	left: 130px;
	top: auto;
	right: auto;
	bottom: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	position: relative;
	height: auto;
	width: auto;
	left: 130px;
	top: auto;
	right: auto;
	bottom: auto;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	position: relative;
	height: auto;
	width: auto;
	left: 130px;
	top: auto;
	right: auto;
	bottom: auto;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	position: relative;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	position: relative;
	height: auto;
	width: auto;
	text-decoration: none;
	left: auto;
	right: auto;
	vertical-align: middle;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	position: relative;
}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	position: relative;
	left: 130px;
	text-decoration: underline;
}

#main a:link {
	color: #FF6600;
	font-family:Verdana;
	font-size:13px;
	text-decoration:none;
	font-style: normal;
}

#main a:hover {
	color: #FFCC00;
	font-family:Verdana;
	font-size:13px;
	text-decoration:none;
	font-style: normal;
}

#main a:visited {
	color: #FF9900;
	font-family:Verdana;
	font-size:13px;
	text-decoration:none;
	font-style: normal;
}

#footer a:link {
	color:#FF6600;
	font-family:Verdana;
	font-size:9px;
	text-decoration:none;
	font-style: normal;
}

#footer a:hover {
	color:#FF9900;
	font-family:Verdana;
	font-size:9px;
	text-decoration:none;
	font-style: normal;
}

#footer a:visited {
	color:#C36105;
	font-family:Verdana;
	font-size:9px;
	text-decoration:none;
	font-style: normal;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
