body {
	text-align:center;
	margin:0; 
	border:0;
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	}

h3 {
	color:#771924;
	font-size:16px;
	}
	
hr{
	height:1px;
	color:#333;
	background-color:#333;
	border:0;
	}
	
a { color:#771924; }
a:hover { text-decoration:none;}

img{
	border:0;
	}

.frame{border:1px solid #333;}

.header{
	background-color:#CCCC99;
	font-weight:bold;
	padding-left:3px;
	color:#FFFFD8;
	/*color:#993300; */
	}

#container {
	width:806px;
	text-align:left;
	margin:10px auto 0px auto;
	border:1px solid #CCC;
	overflow:auto;
	overflow-x:hidden;
	min-height:600px;
	background-color:#FFFFD8;
	}

	
#col1{
	width:248px;
	float:left;
	}

	
#col2{
	width:554px;
	float:right;	
	}

 
#menu {
	background:url('../images/menu-back.gif') no-repeat 0px 0px;
	/*
	background: #009933;
	*/
	float:left;
	text-align:right;
	line-height:18px;
	width:251px;
	height:200px;
	margin:0px;
	}
	
#menu-content {
	margin-top:20px;
	margin-right:20px;
	}
	
#menu ul {
	list-style:none;
	margin:0 10px 0 0;
	}

#menu a{
	color:#FFFFFF;
	text-decoration:none;
	}

#menu a:hover{
	text-decoration:underline;
	}
	
#left{
	float:left;
	width:252px;
	text-align:center;
	}
	
#left-content{
	padding:3px;
	color:#333333;
	}
	
#leftDownloads{
	text-align:left;
	border:1px solid #333;
	padding:5px;
	}
	
#updates{
	text-align:left;
	}

#content {
	/*
	background:url('../images/background.jpg') no-repeat 0px 0px; 
	*/
	width:538px;
	float:right;
	}

#contentBody {
	padding:3px
	}

#footer {
	margin-top:10px;
	margin-bottom:10px;
	}

#error{
	color:#FF0000;
	text-align:left;
	}

.title{
	font-weight:bold;
	color:#009933;
	}
	
.subtitle{
	color:#009933;
	}
	
.comment{
	border:1px solid #CCCCCC;
	margin:0 0 5px 0;
	padding:3px;
	}

.date{
	color:#AAA;
	font-size:9px;
	}

.notes {
	font-style:italic;
	color:#00CED1;
	font-size:10px;
	}