/* THEME NAME: Forte */
/* www.fortemg.com   |   print.css   |   7/9/09 */

* {margin: 0; padding: 0;}

body {
	font: 90% Arial, Helvetica, sans-serif;
	color: #000; 
	text-align: left; 
	margin: 10; 
	padding: 0;
	}
	
p {
	font-size: 14px;
	margin-bottom: 10px;
	}
	
a {
	color: #000;
	text-decoration: underline;
	}
	
h2 {
	font-size: 1.7em;
	padding: 0 0 15px 0;
	text-transform: uppercase;
	}
	
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	clear: both;
	}
	
ul { margin-left: 15px; }
	
#nav, #pics, #subnav, #magnets, #slider { display: none; }
	
#logo {
	border: 0;
	margin-bottom: 20px;
	}
	
#content { width: 95%; }
	
img.alignright {
	float: right;
	margin: 10px 0 20px 20px;
	}
	
img.alignleft {
	float: left;
	margin: 10px 20px 20px 0;
	}

#footer {
	width: 100%;
	clear: both;
	margin: 20px 0;
	border-top: #ccc dotted 1px;
	padding-top: 10px;
	}
	
#footer ul { clear: both; }
	
#footer li {
	font-size: 11px;
	list-style: none;
	float: left;
	padding: 0 10px;
	border-right: #ccc solid 1px;
	margin-bottom: 10px;
	}

#footer li.last { 
	padding: 0 0 0 10px; 
	border-right: none;
	}
	
#footer a {
	text-decoration: none;
	font-weight: normal;
	}