* {
	margin: 0px; padding: 0px;
}
body {
	background: url("images/bodybg.jpg") no-repeat top rgb(250, 250, 250); font-family: arial,tahoma,verdana; font-size: 12px;
}
#content {
	margin: 122px auto 0px; border-radius: 10px; width: 1000px; overflow: hidden; min-height: 400px; box-shadow: 0px 0px 20px #666;
}
#header {
	background: url("images/header.png"); width: 100%; height: 150px; text-align: center;
}
#header span {
	color: rgb(255, 255, 255); text-transform: uppercase; line-height: 150px; font-size: 40px;
}
#main {
	background: white; padding: 1em; min-height: 400px;
}
#main p {
	padding: 1em 0px; text-align: justify;
}
#main h1 {
	color: rgb(228, 57, 53); font-size: 24px; margin-bottom: 0.5em;
}
.bigger {
	font-size: 150%;
}
table {
	width: 100%;
}
table td {
	background: rgb(238, 238, 238); padding: 10px;
}
table tr td:first-child {
	background: rgb(200, 212, 236);
}
