* { margin: 0; padding: 0; border: none; }
body { margin: 0 auto; padding: 10px; width: 800px; background: #fff; font: Georgia, "Times New Roman", Times, serif 12px; }
ul { list-style: none; }
:focus { outline: none; }
p { line-height: 18px; }

/*Body*/

#wrapper { margin: 50px; width: 700px; }

#left_col { width: 350px;  float: left;  }
#right_col { width: 330px; float: right;  }
#header { height: 130px; width: 350px; background: url(../images/header.png) no-repeat; }
#flash {margin: 60px 0 0 0; }
#contact { margin: 15px 0 0 0; height: 130; }
	#contact li { font-size: 18px; color: #000; line-height: 27px;  }
#copy { margin: 30px 0 0 0; }
	#copy p { margin: 0 0 30px 0; font-size: 14px; line-height: 21px; }
	#copy p.last { margin: 0 0 40px 0; }
#newsletter form { width: 224; }
#newsletter p { margin-bottom: 10px; font-size: 14px; font-weight: bold; font-style: italic; }
#newsletter input { padding: 10px 10px 0; height: 28px; width: 204px; float: left; background: url(../images/newsletter_input.gif); }
#newsletter input.btn { margin: 3px 0 0 10px; padding: 0; height: 33px; width: 80px; float: left; background: none; }



/*Misc Styles*/
.clear:after { height: 0; display: block; clear: both; visibility: hidden; content: "."; }
