/* -----------------------------------------------------------------------

	Screen CSS
	Design and Dev by Probonafide, a project of New Way Design LLC
	http://www.probonafide.com, http://www.newwaydesign.com; hooray@newwaydesign.com
	
------------------------------------------------------------------------- */

/* ----- Generic styles --------------------------------------------------*/
html { margin:0px; padding:0px; background-color: #fff;}
body { background: #ffffff url("images/bg-repeat.jpg") repeat-x 50% 0; }

/* 	body { background: url("../images/_grid.gif") repeat-y 50% 0; }*/

/* ----- Generic classes -------------------------------------------------*/
.alt { position: absolute; left: -9999px; }
.bold {font: bold 16px Helvetica, Arial, sans-serif; }

/* ----- Typography -----------------------------------------------------*/
h1 {font: 2em , Georgia, Times New Roman, serif; color: #274800; line-height: 1.5em; }

p {font: normal 13px Helvetica, Arial, sans-serif; color: #274800; line-height: 1.5em; margin-bottom:10px;}

a { color: #ff0000; text-decoration: none;}
a:hover { color: #004a73; }

/* ----- Base layout -----------------------------------------------------*/
div#wrapper {margin: 0;}
.container { background: #ffffff url("images/bg.jpg") no-repeat 50% 0; width: 850px; height: 800px; margin: 0 auto; position:relative; overflow: hidden; text-align: left; }
h1#logo a { background: url("images/logo.png"); width: 381px; height: 140px; position: absolute; left: 0; text-indent:-9999em; border: none; }
h1#logo a:hover, a:visited; a:link {text-decoration: none;}
div#introduction { padding-top: 230px; width:545px; padding-left: 85px;}
div#footer {width: 850px; border-top: 1px dotted #d1e8c5; text-align: center; margin-top: 307px;}
div#footer p {font: normal 11px Helvetica, Arial, Verdana, sans-serif; color: #b1bcbb; padding-top: 10px;}
div#footer a {color:#b1bcbb; text-decoration: none;}
div#footer a:hover {text-decoration: underline;}