body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 0.8em;
	background-color: #ddd;
}

#container {
	margin: 10% auto;
	background: url(../images/header_bg.jpg) top left no-repeat #fff;
	max-width: 1600px;
	width: 750px;
	border: 1px solid #a30000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 20px #888;
	-moz-box-shadow: 0 0 20px #888;
	-webkit-box-shadow: 0 0 20px #888;
	padding: 0.4em;
}

#container1 {
	background-color: #fff;
	margin: -5em auto;
	max-width: 1600px;
	width: 750px;
	border: 1px solid #a30000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 20px #888;
	-moz-box-shadow: 0 0 20px #888;
	-webkit-box-shadow: 0 0 20px #888;
	padding: 0.4em;
}

h1 {
	padding: 20px 0 0 0;
}

h2 {
	font-size: 1.2em;
}

img { 
	margin: 2em;
}

#container1 img {
	margin: 0.2em;
}

a:link {
	color: #000;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
}

#container1 a:link {
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}

#container1 a:hover, #container1 a:active {
	text-decoration: underline;
}

.center {
	text-align: center;
}