body {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url(../images/section.jpg) 0 0 repeat-x;
}
#header {
	border-bottom: 5px solid silver;
	
}
h1 {
	font-size: 120%;
	border-bottom: 1px solid silver;
	color: #000;
	padding: 5px;
}
#wrap {
	width: 100%;
	font-size: 80%;
	margin: 0 auto;
	margin: 0;
	padding: 0;
}
#content {
	float: left;
	width: 90%;
}
#content div {
	padding: 15px;
}
#content div p {
	padding: 0 0 0 5px;
}

table {
	margin: 0 0 30px 5px;
}
th, td {
	text-align: left;
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid silver;
}
td {
	color: #636363;
}
.alert {
	color: #C10514;
}
fieldset {
	margin: 10px 0 20px 0;
	padding: 10px 0 10px 0;
	border: 0;
}
#footer {
	clear: both;
	padding: 0 0 0 15px;
	color: silver;
	border-top: 1px dotted silver;
}
#footer a {
	color: silver;
}