
body{
margin: 0; /* place items at top left in all browsers*/
padding: 0; 
font-size: 100%;/*set font size*/
background:#000000;
color:#ffffff;
} 


#header{
  position:fixed;
  width: 100%;
  height: 120px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  color: #ffffff;
	background:url(images/redhouse.jpg);
  background-color: #000000;
	background-repeat:repeat-x;
  border-bottom: 1px solid #000;
	z-index:2;
} 




#header h1{
margin: 0;
padding: .3em 0 .3em .5em;
font-size: 2.2em;
font-weight: normal;
} 

#container{/*left nav column background*/
background-image: url(images/left_nav_bg.jpg);
background-repeat: repeat-y;
} 

#container2{/*right side column background*/
background-image: url(images/right_nav_bg.jpg);
background-repeat: repeat-y;
background-position: right;

} 

#navigation{/*float navigation to left & set width*/
position:fixed;
top: 0;
right: auto;
bottom: auto;
left: 0;
float: left;
width: 150px;
margin-top: 100px;
padding-top: 2em;
font-size:11pt;
} 


#right{/*move the right column over to the right*/
float: right;
width: 170px;
position:absolute;
top: 120px;
right: 0;
bottom: auto;
left: auto;
padding: 2em 0 0 5px;/*top right */

color: #fff;
z-index:1;
} 
#scrollingRight{/*move the right column over to the right*/
float: right;
width: 170px;
position:absolute;
top: 120px;
right: 0;
bottom: auto;
left: auto;
padding: 2em 0 0 5px;/*top right */
color: #fff;
height:400px;
overflow-y:scroll;
z-index:1;
} 

#right h3{/*right column header style*/
margin-top: 0;
color: #fff;
padding: .2em;
}

#middle{/*set margin left and right for middle*/
margin-left: 171px;
margin-right: 181px;
margin-top: 130px;
padding: 10px 10px 10px 10px;
line-height: 150%;/*set content line height*/
min-height: 450px;
background: #c0c0c0;
color:#000000;
font-size:80%;
border:solid;
border-style:groove;

} 


#middle h2{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
} 

#cleardiv{/*fix for IE5 otherwise clear:both in footer would do*/
clear: both;
height: 1em;
} 

#footer{
clear: both;
width:100%;
padding: 0;
border-top: 1px solid #999;
text-align: center;
font-size:70%;
} 

#footer ul{
padding: 0; 
margin: 0; 
list-style-type: none; 
}
 
#footer li{
display: inline;
margin-right: 1em;
} 







