body {
	background-image: url(images/bkg.png);
	background-position: top;
	background-position:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0 0 0;
}
table a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
table a:hover{
	color: #1B75BB;
}
#container {
	width: 850px;
	margin: 0 auto;
	background-image: url(images/celeste_layout2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
	height: 600px;
	padding: 0;
	border: 4px solid #1B75BB;
	}
#nav {
	text-align: left;
	font-size: 13px;
	margin: 0 0 0 480px;
	color: #1B75BB;
	padding-top: 40px;
	padding-left: 0;
	}
#nav li{
	list-style-type: none;
	display: inline;
	margin: 0;
	font-variant: small-caps;
	}
#nav li a {
	text-decoration: none;
	color: #000;
	}
#nav li a:hover {
	color: #1B75BB;
	}
#content {
	font-size: 12px;
	padding: 30px 30px 0;
	margin-top: 40px;
	height: 360px;
	}
h1{
	color: #000;
	font-size: 1.5em;
	font-weight: lighter;
	letter-spacing: .25em;
	display: block;
	border-bottom: 1px solid #1B75BB;
	margin-bottom: 40px;
	}
img.pic{
	float: left;
	padding-right: 10px;
	}
#footer {
	padding-top: 15px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	}
#categories li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	}
ul#categories {
	padding: 0 0 10px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	}
#categories a {
	color: #1B75BB;
	text-decoration: none;
	}
#categories a:hover {
	color: #000;
	}
table{
	border: none;
	margin: 0 auto;
	}
td {
	border: 1px solid #1B75BB;
	padding: 3px;
	text-align:center;
	}
label {
	display: block;
	margin: 5px 0;
	}
form {
	width: 800px; 
	margin: 0;
	}
.required {
	color: red;
	}
table#second,table#third  {
	display: none;
	}
#categoriestwo, #categoriesthree{
	display: none;
	}
#categoriestwo li, #categoriesthree li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	}
ul#categoriestwo, ul#categoriesthree {
	padding: 0 0 10px;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	}
#categoriestwo a, #categoriesthree a {
	color: #1B75BB;
	text-decoration: none;
	}
#categoriestwo a:hover, #categoriesthree a:hover {
	color: #000;
	}
fieldset{
	width: 280px;
	float: left;
	border: none;
	}
#nav li.active a {
	color: #1B75BB;
	}
#content a {
	color: #1B75BB;
	}