body 
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: white;
	line-height: 1.2em;
	background: url(/images/main_bg.gif) repeat-x;
	background-color: #000000;
}


/*#topnav a           {  text-decoration: none; } */
a { text-decoration: none; }
#content a          {  text-decoration: underline; }
#content a.header   {  text-decoration: none; }
/*#footer a           {  text-decoration: none; } */

#topnav a:link          { color: #404040; }
#content a:link         { color: #CCCCCC; }
#content a.header:link  { font-weight: bold; color: #FC6;  }
#footer a:link          { color: white; }

#topnav a:hover         { text-decoration: underline; }
/*#content a:hover        { text-decoration: underline; } */
#content a.header:hover { text-decoration: underline; }
#footer a:hover         { text-decoration: underline; }

a:visited                   { color: #808080; }
#topnav a:visited           { color: #404040; } 
#content a:visited          { color: #CCCCCC; }
#content a.header:visited   { color: #FC6;  }


#topnav 
{
   float:right;
   margin-right:20px;
   margin-top:75px;
   font-size:11px;
   color:#404040
}

#header
{
	width: 843px;
    height: 95px;
	margin-left: auto;
	margin-right: auto;		
	margin-top:0px;
	background: url(/images/header.gif) no-repeat;
}


#content 
{ 
	width: 843px;
	margin-left: auto;
	margin-right: auto;		
	padding-top:50px;
	background-color:#404040;
    background: url(/images/content_bg.gif) repeat; 
	color: #CCCCCC;
}

#footer
{
	width: 843px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
 	text-align: center;
 	font-size: 10px;
    line-height: 1.5em;
}

#columnOne 
{ 
    width: 413px;
    float: left;
    margin-left: 85px;
    margin-right: 20px;
    margin-top: 10px;
/*    border: 1px solid red;  */
}

#columnTwo 
{ 
    width: 284px;
    float: left; 
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
/*    border: 1px solid pink; */
}

.selected { text-decoration: underline; }
.header { font-weight: bold; color: #CCC; text-decoration: none; }
.subheader { font-style: italic; }
.rule { height:1px; width:100%; background-color: #CCC; margin-top: 20px; margin-bottom: 20px; }
img.screenshot { margin-left: 10px; border: 1px solid black; }
div.separator { height:1px; background:white; margin-top:2em; margin-bottom:2em; }

