body{
	font-family: arial, sans-serif;
	font-size: 12px;
}

h1 {
	color: #c90000;
}

div#wrap{
	width: 900px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}

.links {
	margin-top: 45px;
	margin-left: 12px;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 15px;
}

.links a {
	color: #fff;
	text-decoration: none;
}

.links a:hover{
	text-decoration: underline;
}


.main_content {
	background: #fdf3d4;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px; 
	padding-left: 30px;
}

.main_content a {
	color: #99c;
	text-decoration: none;
	font-weight: bold;
}

.main_content a:hover {
	color: #339;
	text-decoration: underline;
}



.error {
	color: #c90000;
	font-weight: bold;
}

.footer {
	width: 800px;
	font-size: 11px;
	color: #999;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.caption {
	font-style: italic;
}

.source {
	font-weight: bold;
	color: #2445A4;
	padding-left: 40px;
}

.boilerplate {
	background: #fff;
	border-top: 1px solid #aaa;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 25px;
	padding-right: 40px;
	font-size: 12px;
	color: #959595;
}

.boilerplate a {
	text-decoration: none;
	color: #6873A9;
}

.boilerplate a:hover {
	text-decoration: underline;
}