body 
	{
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333300;
	text-align: center;
	background-color: #c2672f;
	background-image: url(images/bg-page.gif);
	}
	
a 
	{
	color: #990000; 
	text-decoration: none;
	}
	
a:hover
	{
	color: #ff0000; 
	text-decoration: underline;
	}

a:visited 
	{
	color: #660000; 
	text-decoration: none;
	}
	
#container
	{
	margin: 0 auto;
	width: 900px;
	text-align: center;
	}
	
#header 
	{
	padding:0;
	width: 900px;
	height: 100px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	}
	
#col-1
	{
	width: 250px;
	margin:0;
	text-align: center;
	float:left;
	background-image: url(images/bg.gif);
	}
	
#col-2
	{
	width: 410px;
	padding: 20px;
	margin:0;
	text-align: left;
	float:left;
	background-color: #e6e8d5;
	}
	
#col-3
	{
	width: 180px;
	padding: 10px;
	margin:0;
	text-align: left;
	float:right;
	background-color: #ffffcc;
	}
	
#footer
	{
	clear:both;
	padding: 30px 0px;
	}