body 
{ 
	width: 600px;
	margin: 5px auto;
	padding: 0; 
	border: 0; 
	background-color: #38353B;
	color: #DDFFFF;  
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100.01%; 
	min-width: 600px; 
	/*background-image: url(./images/fol.jpg);
	background-position: 52% 50%;
	background-repeat: no-repeat;*/
}

img
{
	border: 0;
}

#flash
{
	margin: 5px auto;
}

#primary
{
	margin: 5px auto;
	text-align: left;
	padding-top: -200px;
}


#footer {  /* Begin laying out and styling the footer div */
font-size: 60%;  /* sets the footer text size */
text-align: right;  /* aligns the text to the right*/
margin-top: 20px;  /* Adds a margin to the top of the footer*/
clear: left;  /*clears any floats to the left - our leftcol div in this instance*/
}

#footer ul{
padding: 4px;/*add some air around the links*/
}

#footer li{
display: inline;/*set the list to display inline*/
}


a:link,a:visited,a:active,a:hover {color: #DDFFFF;}
b {color: #FFF;}