body { margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #ddd; background-color: #000; }

a { outline: none; color: red; text-decoration: none; }
	a:hover { color: red; text-decoration: underline; }

img { border: none; }

table { border-collapse: collapse; }

h1,h2,h3,h4,h5,h6 { font-family: Georgia; font-weight: normal; }
	h2 { font-size: 22px; color: red; }

#container { margin: 0 auto; width: 966px; clear: both; overflow: auto; background-image: url(../images/bg.jpg); background-repeat: no-repeat; }

	#left { float: left; width: 303px;  }
		#nav { margin: 0; padding: 0; }
			#nav tr td { margin: 0; padding: 0; }

	#right { float: right; width: 613px; margin-right: 25px; }
		#right .heading h1 { display: none; }
		#right .heading {  margin-bottom: 20px; }
		#right .quoteBox { font-family: Georgia; font-size: 16px; padding: 10px 0; text-align: right; }

	#footer { float: left; width: 100%; margin: 30px 0; }
		#footer div.bottomBox { float: left; width: 249px; height: 174px; margin-left: 25px; }
			#footer div.bottomBox div.inset { padding: 50px 10px 0 25px; font-size: 14px; }
			#footer div.bottomBox a { color: #ddd; }
		#footer div.copyright {float: left; width: 100%; margin: 20px 0; text-align: center; font-size: 11px; color: #aaa; }
