body { background-color: #eee; margin: 0px; }

#header { margin: auto; width: 800px; background: url( "../images/bgheader.gif" ) no-repeat center; height: 35px; }

#container { margin: auto; width: 800px; background: url( "../images/bg.gif" ) repeat-y center scroll;}

#content { margin: auto; width: 730px; }

#footer { margin: auto; width: 800px; background: url( "../images/bgfooter.gif" ) no-repeat center; height: 75px; }
	#footercontent { margin: auto;  width: 730px; }
	
a:link { color: #777; text-decoration: none; }
a:visited { color: #777; text-decoration: none; }
a:hover { color: #AAA; text-decoration: underline; }
a:active { color: #777; text-decoration: none; }

h1, h2, h3, h4, h5, h6, p
	{ margin: 0px; padding: 0px; }

h3 { padding: 20px 0 10px 0; }
