/* @override http://thewellpa.com/forum/style.css */

 /* FONTS & OTHERS RESETS  .................... */

body {
	margin:0 auto;padding:0;
	font: 14px/163% Tahoma, serifSansSerifMonospace;	color: #000;
	background: #fff;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, dl, address{ 
	margin: .7em 0;
	padding: 0; 
	line-height:163%;
}

h1, h2, h3, h4 {
	letter-spacing: -1px;
	color: #000;
}

h1 {font-size:2em;padding: 0 0 5px 0;border-bottom: 10px solid #000;}

h2 {font-size: 1.2em;
	padding: 0 5px;
	text-transform: uppercase;
	background: #ccc;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;}

h3 {font-size: 1em;margin: 10px 0 0 0 ;}

h4 {font-size:1.2em;}

a {color: #0066cc;text-decoration:none;}

a:hover {color: #000;text-decoration:none;}

ul, ol {margin: 0px;padding: 0px 0 0 20px;list-style: disc;}

li, dd { margin: 4px 0; }

form label{ cursor: pointer; }

fieldset{ border: none; }

blockquote {
	padding: 2px 10px 2px 10px ;
	margin: 5px 30px 5px 30px;
	border-left: 1px dotted #0;
}

.clearer{clear:both;}

:after {
	content: "."; display: block;height: 0; 
	clear: both; visibility: hidden;
}

/* MAIN CONTENT FORMATTING .................... */

#container {
	width: 626px;
	margin: 0 auto;padding: 10px;
}

#header {
	width: 100%;
	float: left;
	height: 165px;
	background: url(images/header-2009.jpg) no-repeat;
	padding: 10px 0 ;
	border-bottom: 10px solid #000;
}

#header h1, #header h2 {
	text-indent: -9999px;
	border-bottom: none;
	background: none;	
}

#left {
	width: 185px;
	padding: 0 0 0 0px;
	float: left;
	font-size: 1em;
}

#right {
	width: 420px;
	float: left;
	padding: 10px 0 10px 20px;
	margin: 0;
}

#blurb {
	background: #000;
	color: #fff;
	padding: 5px 15px;
	font-size: 1.1em;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#footer {
	width: 100%;
	border-top: 10px solid #999;
	clear: both;
	color: #999;
}



