﻿/* CSS layout */
#wrapper{
	width:800px;
	margin:0 auto;
	background-color:Silver;
}

#masthead {
	height:135px;
	position:relative;
}

#masthead_logo {

	position: relative;
	top:0px;
	left:0px;
	height:120px;
	width:100px;
}

#masthead_address {
	position:absolute; 
	top: 10px; 
	left:110px; 
	width:300px;
	height:auto;
	clear:both;
}

#masthead_graphic{
    width: 400px; 
    height: auto;
    margin-top:0px;
    margin-left:0px;
    margin-right:10px;
    position:absolute;
    float:right;
    top: 5px;
    right:5px;
  
}

#top_nav {
    height:30px;
    clear:both;
}

#container {
	position: relative;
	width: 100%;
}

#side_nav {
	width: 190px;
	position: absolute;
	left: 600px;
	top: 0px;
	height:700px;
	margin-left:10px;
	background-color:Silver;

}
#slideshow {
    width: 190px;
    margin: 5px auto;   
    text-align:center;
    vertical-align:middle; 
}

#page_content {
	margin-right: 200px;
	margin-left:10px;
	height:700px;
	background-color:Silver;
	overflow:auto;
}

#footer {
}

.innertube{
/*Margins for inner DIV inside each column (to provide padding)*/

    margin-top: 0;

    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.IS  { width:120px; height:120px; text-align:center; vertical-align:middle; }
.DL  { border:2px solid #000000; }
.SIS { background-color:#DDDDDD; border:1px dotted black; width:120px; height:120px; text-align:center; vertical-align:middle; }
