body { margin: 0; padding: 0; color: #333; font: 75% Verdana; text-align: center; background: #fff url(images/bg.jpg) repeat-x }
#main { width: 1000px; margin: 0 auto; text-align: left }
#header { height: 200px; text-align: right; background: url(images/bg-top.jpg) no-repeat center top }
#header h1 { color: #fff; position: relative; right: 180px; top: 60px; }
#sideleft { width: 300px; height: 300px; float: left; background: url(images/bg-left.jpg) no-repeat center top }
#content { width: 680px; padding: 20px 0 0 0; float: right }
#menu { margin-bottom: 20px }
#menu a { color: #000077; padding-right: 10px; text-decoration: none }
#menu a:hover { text-decoration: underline }
#footer { clear: both; color: #999; font-size: 90%; padding: 20px 0; margin-left: 320px; border-top: 1px solid #ccc }
	#footer a { color: #999; text-decoration: none }

h1, h2, h3, h4, h5, h6 { color: #000077; font-family: "Times New Roman"; padding: 15px 0; margin: 0; font-weight: normal }
h1 { font-size: 24px; padding-top: 0 }
h2 { font-size: 18px }
h3, h4, h5, h6 { font-size: 13px; font-weight: bold }
a { color: #000077 }
p { padding: 0 0 10px 0; margin: 0; line-height: 18px }
img { border: none }
