/* Columbia Styles*/ 

body {
 margin: 0; 
 padding:0;
 background-color:#666633;
 color: #000000;
 text-align: center;
 }

#bar-top {
 width: 100%; 
 height: 30px; 
 background-color:#999966;
 color: #333333;
 border: solid #000000;
 border-width: 2px 0; 
 margin: 0;
}

#bar-top a:link {
 color: #663333;
}

#bar-top a:visited {
 color: #663333;
 }

#bar-top a:hover {
 font-size: 16px;
 font-weight: bolder;
}

#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative; 
 background-color:#999966;
 color: #333333;
 border: solid #000000; 
 border-width: 2px 0;
 }

#content { 
 height: 65%;
 width: 65%;
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background-color:#CCCCCC;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 }
 
 #content_index { 
 width: 100%;
 postion: relative;
 background-color:#CCCCCC;
 color: #333333;
 overflow: auto;
 }
 
 #content_main { 
 height: 2%;
 width: 80%;
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background-color:#CCCCCC;
 color: #333333;
 overflow: auto;
 margin:0 5% 0 5%;
 }
 
 #content_contact { 
 height: 65%;
 width: 75%;
 position:relative;
 border: solid #000000; 
 border-width: 0px 2px; 
 background-color:#CCCCCC;
 color: #333333;
 overflow: auto;
 margin:0 5% 0 5%;
 }

