/* CSS Document */

div#maintext {
	position:absolute;
	left:300px;
	top:105px;
	width:700px;
	margin-left:10px;
	margin-top:15px;
	overflow: visible;
	}
	


div#picstext {
				margin-left:0px;
				width:238px;
				position:absolute
				}

	

div#picstext2 { position:absolute;
				width:238px;
				margin-top:180px;
				margin-left:450px;
}
			

				

p#links {border-style:double;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:22px;
		background-color:#BCE7B6;
		}

p#maintext {
			margin-top:5px;
            font-family:Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			text-align:justify;
			width:520px;}



p#text {position:absolute;
float:right;
width:450px;
margin-left:250px;
text-align:justify;
font-size:20px           
			}


	
h1     {margin-top:20px;
		margin-bottom:0px;
		font-family:arial; color:#FFFFFF;
		text-align:left;
		margin-left:150px;
		}
p#logo {margin-left:50px;
}

div#todo {background-color:#000000;
          margin-left:50px;
		  width:1000px;
		  height:650px;}
		
div#headings p{
	margin-top:5px;
	}

div#headings {height:100px;
			  border-bottom:1px dotted #999999;
			  }
div#top {margin-left:20px;
         margin-top:30px;}

div#container {position:relative;}

ul#navigation {list-style:none;
				margin-left:0px;
				padding-left:0px;
				}
				
ul#navigation li {
					font-family:Georgia, "Times New Roman", Times, serif; color:#FFFFFF;
					text-align:center;
					margin-bottom:5px;
					border-bottom:1px solid #999999;
					margin-right:5px;
	}
div#navdiv {
			width:120px;
			margin-top:60px;
			margin-left:52px;
			}
a:link{
	   color:#FFFFFF;
	   text-decoration:none;
	   }
a:visited {
   		color:#3399FF;
		text-decoration:none;
		}
a:hover {
		color:#FF0000;
		text-decoration:underline;
		}
