@charset "utf-8";
/* CSS Document */

body {
	background-color: Black;
}

html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

td {
	vertical-align: top;
}

.wrapper {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	border-bottom: 35px solid #d70b0c;
	/*border: 1px solid white;*/
}

.header {
	width: 900px;
	height: 240px;
	background-image: url(../images/header_2.jpg);
	background-repeat: no-repeat;
}

.content {
	width: 800px;
	margin-left: 50px;
	line-height: 130%;
	/*border: 1px solid white;	*/
}

.contentcell {
	/*width: 50%;*/
}

a {
	color: white;
	text-decoration: underline;
}
