body { background-color: #fff; color: #666; font-size: 11px; margin: 0px; font-family: sans-serif; }

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h5 { font-size: 9px; }
h6 { font-size: 8px; }

hr { height: 0px; background: #fff; border: 0px; border-bottom: 1px solid #ccc; }

#header { position: relative; width: 100%; height: 200px; text-align: center; background-color: #ccf; background-image: url(/images/bg.jpg); margin: 0px; color: #006; }
#nav { width: 200px; text-align: center; background-color: #669; font-weight: bold; margin: 0px; padding: 4px; float: left; margin-right: 10px; z-index: 999; }
	#nav a { text-decoration: none; color: #fff; font-size: 11px; display: block; }
  #nav a:hover { border-bottom: 1px dotted #fff; }
#container { z-index: 0; background-color: #fff; }
	#content { width: 768px; text-align: justify; padding-bottom: 20px; z-index: 0; position: relative; }
#footer { width: 100%; text-align: center; margin: 0px; color: #fff; font-size: 8px; }

a { color: #00c; }
a:hover { text-decoration: none; }
