/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#993300;
	background-color:#333333;
	}

#wrapper {
	width:620px;
	margin: 0 auto;
	background-color:#FFFFFF;
	}
	
#header{
	width:600px;
	background-color:white;
	padding:10px;
	}
	
#nav{
	width:600px;
	}
	
#content {
	width:600px;
	padding:0 10px 0 10px;
	}
	
#screenshot {
	width:600px;
	}
	
#diagram {
	width:300px;
	float:left;
	}
	
#discussion {
 	width:280px;
	line-height:1.8em;
	padding:0 10px 10px 10px;
	float:right;
	} 
	
#flashWords {
	width:600px;
	margin:auto;
	text-align:center;
	}
	
#altNav {
	width:600px;
	clear:both;
	}
	
#footer {
	width:620px;
	height:50px;
	padding-top:10px;
	text-align:center;
	background-color:#666666;
	clear:both;
	}
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.8em;
	margin-bottom:0px;
	}
	
h1+h2 {
	margin-top:0px;
	}

h2 {
	font-size:1.4em;
	}
	
h3 {
	font-size:1.2em;
	margin-bottom:0px;
	}
	
h3+p {
	margin-top:0px;
	}

.adPics {
	margin: 5px 0px;
	float: right;
	}
	
a: link, a: visited, a: active {
	text-decoration:none;
	color:#FF0000;
	}