body {background: #EEE; font-family: Arial, sans-serif; font-size: 13px;}
#box {margin: 20px auto; padding: 20px; width: 1000px; background: white; border: 1px solid #BFBFBF; box-shadow: 0px 0px 10px #CCC; -moz-box-shadow: 0px 0px 10px #CCC; -webkit-box-shadow: 0px 0px 10px #CCC;}

p {color: #222; text-align: justify;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
h1 {font-size: 30px; letter-spacing: -2px; padding: 0;}
h2 {font-size: 25px;}
h3 {font-size: 23px;}
h4 {font-size: 20px; text-transform: uppercase; letter-spacing: 1px;}
h5 {font-size: 20px; text-transform: uppercase; letter-spacing: 1px; color: #555;}
h6 {font-size: 20px; color: #555;}

a {color: #003399; text-decoration: underline;}
a:hover {color: black; text-decoration: none;}
a:active {color: #003399; text-decoration: none;}
a:visited {color: #003399; text-decoration: underline;}

ul li {margin-bottom: 10px;}

#title {float: left; margin-bottom: 15px;}

#nav {float: right; padding: 0; margin: 10px 0 0 0;}
#nav li {display: inline; line-height: 34px;}
#nav li a {background: gray; color: white; font-size: 14px; font-family: 'Open Sans'; font-weight: bold; text-transform: uppercase; padding: 7px 10px 8px 10px; text-decoration: none;}
#nav li a:hover {background: #5E5E5E;}
#nav li a:active {background: #444;}
#nav li a.selected {background: #555;}
#nav li a.selected:hover {background: #444;}
#nav li a.selected:active {background: #555;}

#header {clear: both;}

#body {margin-top: 20px;}
#main {float: none; width: 575px; margin: 0;}

#side {float: right; width: 325px; padding: 0;}
	#side a {text-decoration: none;}
	#side h2 {color: gray; text-align: right; letter-spacing: 2px; margin: 0; text-transform: uppercase;}
	#side h6 {color: #555; text-align: right; float: right; width: 350px; padding: 10px; font-weight: normal; font-size: 15px; background: #F5F5F5; margin: 0 0 5px 0; border: 1px solid #DDD;}
	#side h6:hover {color: #222; background: #EAEAEA; border: 1px solid #BBB;}
#foot {clear: both; color: black; background: #E5E5E5; padding: 10px 20px;}
	#foot p {margin: 0; text-align: left;}
			
			
