body
	{
	background: #FFFFFF url(/images/stripes.jpg);
	font: 11px verdana;
	color:#666666;
	line-height:16px;
	padding:0;
	margin:0;
	text-align:center;
	}
	
#container
	{
	width:900px;
	background: #FFFFFF;
	margin:auto;
	overflow:auto;
	text-align:left;
	}
	
#content
	{
	width:681px;
	padding:0 20px 0 0;
	float:right;
	}

a
	{
	text-decoration:none;
	color:#69A583;
	font-weight:bold;
	}

a:hover
	{
	text-decoration:underline;
	color:#69A583;
	font-weight:bold;
	}
	
img
	{
	border:0;
	}

#links
	{
	float:left;
	margin: 0 0 0 20px;
	}
	
h2
	{
	margin-bottom:3px;
	color:#E0CC97;
	font-size:18px;
	}
	
h1
	{
	margin-bottom:25px;
	font-size:24px;
	}

#links li
	{
	display: block;
	text-align:center;
	list-style-type: none;
	width:150px;
	margin: 0 0 15px 0;
	}
	
#links ul
	{
	margin-left:0;
	margin-right:15px;
	padding-left:0;
	margin-top:10px;
	}
	
#links a
	{
	display: block;
	font-weight:bold;
	padding:5px;
	border: 1px solid #69A583;
	}
	
#links a:hover
	{
	display: block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#69A583;
	}
	
#cells
	{
	width:200px;
	height:200px;
	float:left;
	margin: 0 10px;
	}
	
#submit
	{
	font-weight:bold;
	padding:2px 5px;
	border: 1px solid #69A583;
	color: #69A583;
	background:#FFFFFF;
	}