.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}
#button {
	background-color: #1F1B1C;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
}
.menu a:hover {
	color: #999;
}

.head {
	height: 200px;
}
.logo {
	width: 200px;
	float: left;
	padding-left: 15px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	color: #D3D3D3;
	text-align: right;
	padding-top: 100px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: right;
	padding-top: 8px;
}
.mainpage {
	position: relative;
	min-height: 500px;
	width: auto;
	background-color: #1F1B1C;
}
.content {
	height: 500px;
	background-image: url(main-background_s1.png);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	z-index: 2;
	background-position: center;
}
.block:nth-of-type(8) {
	margin-bottom:10px;
}
.text {
	width: 260px;
	color: #ddd;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 470px;
	background-image: url(text-background_s1.png);
}
.text-wide {
	width: 460px;
	color: #ddd;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 470px;
	background-image: url(text-background_s1.png);
	float: left;
}
.block {
	width: 440px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	color: #ddd;
}
.block img {
	display: block;
	float: left;
	height: 140px;
	width: 140px;
	padding-right: 10px;
}

.text-wide em
{
	font-size:10px;}

body {
	margin: 0px;
}
.signup {
	width: 420px;
	padding-right: 10px;
	float: left;
	font-size: 12px;
	padding-top: 3px;
}
input {
	background-color: #DBDBDB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #DBDBDB;
}
form a {
	background-color: #1F1B1C;
	height: 20px;
	display: inline-block;
}
.news {
	float: left;
	width: 520px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	text-align: right;
}
.text a {
	color: #CCCC99;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
margin-top:0px;	margin-bottom: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
.first {
	color: #FFF;
}
.date {
	color: #999;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.image {
	background-color:#333333;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	height: 500px;
	width: 960px;
	margin-right: auto;
	margin-bottom: auto;
}
.menu a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
}
#message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #900;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #900;
	background-color: #FFCCCC;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 5;
}
.success {
	color: #9C0 !important;
	border-bottom-color: #9C0 !important;
	background-color: #F1FFC6 !important;
}
.image div {
	height: 500px;
	overflow: hidden;
	width: 960px;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer a {
	color: #333
}
a {
	text-decoration: none;
}
