@charset "UTF-8";
body {
	background: #000000;
	background-image: url(../assets/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 308px;
	background-image: url(../assets/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 820px;
}
.navigation li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	list-style-image: url(../assets/navicon.gif);
	list-style-type: none;
	display: inline;
}
.navigation {
	text-align: center;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.content {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 30px;
}
.content .contentleft {
	width: 480px;
	float: left;
	text-align: left;
}
.contentleft h1 {
	color: #CC131A;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 36px;
	font-weight: normal;
}
.contentleft a {
	color: #CC0000;
	font-weight: bold;
}
.contentleft a:hover {
	text-decoration: underline;
}
.content .contentright {
	width: 300px;
	background-color: #333333;
	float: right;
	height: 423px;
	background-image: url(../assets/photo.jpg);
}
.contentleft p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.navigation ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #E91C24;
}
.Bookmark {
	border: 1px solid #999999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	margin-top: 20px;
}
.Footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 14px;
	height: 231px;
	float: left;
	margin-top: 60px;
	padding: 10px;
	line-height: 22px;
	background-color: #CC0000;
}
