/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

html, body, div, header, footer, aside, nav, article, section	{ margin: 0; padding: 0; }

header, footer, aside, nav, article, section	{ display: block; }

body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px;}
h2				{ color: #333; }
a				{ color: #337810; }
p				{ margin: 0 0 18px; }

#container		{ min-width: 210px; Amargin: 0 auto;}

/* html */
html            {height:100%; }
/* body */
body            {min-height:100%; position:relative; }

#footer-special    {position:fixed; bottom:0; min-width:100%;}
		
/* Header */
header			{ background-color: gray; border-bottom: 2px solid #aaa; min-height: 125px; min-width: 340px;}
header h1  	{ color: #fff; margin: 0 0 15px; padding: 48px 18px 0; font-size: 45px;}
header p	{ color: #ccc; font-size: 15px; font-weight: bold; padding: 0 20px; }

/* Footer */
footer			{ background: gray; border-bottom: 2px solid #aaa; clear: both; }
footer a		{ color: #fff; }
footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
footer ul	{ border-bottom: 1px solid #999; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px;}
		
/* Content Style */
nav		{ margin-left: 18px; }
nav ul	{ padding: 0 18px 9px; }
#extra	{ border-top: 1px solid #ccc; margin: 0 18px; }
#extra small	{ font-size: 11px; line-height: 18px; }
#content	{ border-top: 1px solid #ccc; margin: 0 18px; }
#content p, #extra p { padding-left:78px; padding-right:18px; }
		
/* Content Positioning and Size */
nav		{ float: left; min-width: 210px; }
#content	{ float: left; min-width: 210px; max-width:480px; min-height: 510px; }
#extra			{ float: right; min-width: 210px; }	
		
