/*
   style.css
   Author:Charles Lang 
   Date:11-3-2015   

   Filename:         style.css
   Supporting Files: 

*/

body{
     background-color: #00FFFF;
     color: #FFFFFF;
     font-family: Century Gothic, San-Sariff;
     min-width: 1000px;
     max-width: 1400px;
     max-height: 2000px
     vertical align: baseline;
     background-image: url(parch.jpg);
}

a{
     color: yellow;
}

#container{
     background-color: #808080;
     width: 1200;
     margin-left: auto;
     margin-right: auto;
     boarder-radius: 20px 20px 20px 20px;
}
#header{
     background-color: #00FF00;
     color: #FFFF00;
     text-align: center;
     line-height: 3.0em;
}

#content{
     css2_property: padding;
     css3_property: padding;
     padding:30px  
}

#nav{
     width: 200px;
     height: 600px;
     overflow: auto;
     margin-left:20px;
     float: left;
     boarder-bottom: 2px solid rgb(100,100,100);
     display: block;
}

#main{
     width: 1000px;
     float: right;
}

#footer{
     display; block;
     clear: both;
     text align: center;
     background-color: #808080;
     color: yellow;
}

.selected{
     font-weight: bold;
}



#h1{ 
     font-family: Courier;
     font-size: 32px;
     letter-spacing: 10px;
     text-align: center;
}

{
#h2{
	 color: #FFFF00;
     font-family: Century Gothic;
     font-size: 28px;
     font-weight: 600;
     letter-spacing: 10px;
}

#h3{
	 color: #0000FF; 
}

#h4{
     font-family: Century Gothic;
     font-size: 20px;
     font-weight: 500;
     letter-spacing: 10px;
	 color: #0000FF;
}

h5{
	color: #FF00FF;
}

*{
outline: solid color: #00FF00;
}