

/* main rules---------------------------------- */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
body {
	background: #79828a url("images/bg.gif") repeat-x scroll center top;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #5d5d5d;
        margin-top: 71px;
        margin-bottom: 20px;
        padding: 0; 
        }
p {
	margin: 0px 0px 0px 20px;
        width: 560px;
        font-size: 1.0em;
        }
a, a:visited {
	color: #3b7797;
	text-decoration: none;
	}
a:hover {
	color: #677a82;
	text-decoration: underline;
	}
#container {
        width: 592px; 
        margin: 1em auto; 
	padding: 0px 0px 0px 0px;
        }
#header {
	background: url(images/header.png) no-repeat;
	margin: 0px 0px 0px 0px;
	width: 592px;
	height: 53px;
	padding: 0;
	}
#inner {
        background: url(images/container.png) repeat-y;
        width: 592px; 
        /*margin: 1em auto;*/ 
	padding: 0px 0px 0px 0px;
        }
#contact {
	padding: 10px 0px 20px 150px; 
        }
#inputBox {
	background: transparent url(images/input-bg.gif) no-repeat;
	width: 156px;
	height: 31px;
	margin-top: 8px;
        margin-left: 7px;
	text-decoration: none;
	border: 0;
	float: left;
        } 
#textBox {
	background: transparent url(images/textarea-bg.gif) no-repeat;
	width: 245px;
	height: 89px;
	margin-top: 8px;
        margin-left: 7px;
	text-decoration: none;
	border: 0;
	float: left;
        } 
input.radius {
	background: transparent;
	border: 0;
	width: 145px;
	height: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 9px;
        margin-left: 6px;
        }
textarea.radius2 {
	background: transparent;
	border: 0;
	width: 234px;
	height: 75px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 9px;
        margin-left: 6px;
        }
#footer { 
	background: url(images/footer.png) no-repeat;
        margin: 0px 0px 0px 0px; 
        clear: both;
	width: 592px; 
	height: 35px; 
        color: #fff;
	font-size: 1.0em;
	}
#copyright {
        padding-top:7px;
        text-align: center;
        }











