﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
   color: #353535;
}

h1, h2, h3, h4 {
	color:#111111;
}

a {
	text-decoration: none; 
	font-weight: bold; 
	color: #804000; 
}
a:hover  {
	text-decoration: underline; 
}

#wrapper {
	background-image: url(../images/Background/background.jpg);
	background-position: center;
	background-color: #454545;
	background-repeat: repeat-y;
	width: 100%;
}

#googlecontainer {
   
}

#container {
   min-height:100%;
   position:relative;   
}

#foreground {
	width: 1020px;
	background-color:#FFFFFF;
}

#header
{
	/*background:#ff0;*/
	background-image: url('/images/background/headerroad.jpg');
	background-repeat: no-repeat;
	padding: 20px;
}

#nav {
	top: 139px; 
	position: relative; 
	left: 263px;
}

#body2	{
	/*background: #0000FF;*/
	padding: 20px;
	padding-bottom: 300px; /* Height of the footer or extra for padding */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:290px;   /* Height of the footer */
   /*background:#6cf;*/
}