/* these include the whole complete page*/
body     {background:none; text-align:left; padding:0px;}
html	 {font-size:100%; padding:0px;}

img.banner   {width:820px; height:85px; padding-top:7px; padding-right:7px; padding-left:7px; margin-bottom:0px;}

.main  {
  position:absolute;  
  float:right; 
  top:0px; 
  width:835px; 
  height:1380px;
  left: 0px;
  border: 0px solid black;
  background: black;
}

.main h1         {font:normal small-caps 14px arial; color:white; height:23px; text-align:left; margin-top:0px; margin-bottom:0px;}
.main h1 a       {color:yellow; text-decoration:none;}
.main h1 a:hover {text-decoration:underline;}

#left_main {
  padding:0px 0px 0px 0px;
  border:0px solid black;
  margin-left:7px;
  margin-right:7px;
  margin-top:0px;
  width:346px;
  height:1270px;
  background:#ccff99;
  float:left;
}

#left_main  h1      {padding:5px; padding-left:15px; margin-bottom:15px; margin-top:2px; font:bold small-caps 15px tahoma; color:black; text-align:20px;}
#left_main p        {margin-top:20px; margin-left:10px; font:normal 12px arial, helvetica, verdana, sans-serif; color:black;}	

#right_main {
  padding:0px 0px 0px 0px;
  border: 0px solid orange;
  margin-right:7px;
  margin-top:0px;
  width:468px;
  height:1270px;
  background:#ccff99;
  float:right;
}

#right_main h1       {padding:5px; padding-left:15px; margin-bottom:15px; margin-top:2px; font:bold small-caps 15px tahoma; color:black; text-align:20px;}
#right_main p        {margin-top:20px; margin-left:10px; font:normal 12px arial, helvetica, verdana, sans-serif; color:black;}	

#imglocation {
float:left;
height:250px;
width:120px;
}

#imglocation img {
margin-left:15px;
margin-top:45px;
}

#txtlocation {
float:right;
height:250px;
width:330px;
}

#txtlocation h1 {
font:small-caps bold 12px verdana, arial, sans-serif;
color:green;
margin-top:0px;
margin-bottom:7px;
margin-left:10px;
}

#txtlocation li {
list-style:none;
margin-left:10px;
color:black;
font:normal 12px tahoma;
}

#txtlocation a img {
margin-top:10px;
margin-bottom:25px;
float:left;
margin-left:10px;
}
						
#footer 			 {padding:0px; position:absolute; left:0px; top:1380px; background:black; width:835px; height:30px; text-align:center;}
#footer li           {margin-left:0px; list-style:none; float:left; position:relative; left:170px; padding-right:15px; padding-bottom:10px; padding-top:0px;}
#footer li a         {display: block; padding:0px 0; width:145px; font: normal small-caps 12px verdana, helvetica, sans-serif; 
                           color: white; text-decoration: none;}
#footer li a:hover   {text-decoration:underline;}
#ftr_copy            {width:835px; height:15px; position:absolute; top:1410px; text-align:center; font: normal 9px times; color:white; background:black; padding-bottom:3px;}
