body {
	color: #fff;
	font-size: 12px;
	background: #600000 url(../images/background.jpg) no-repeat center top;
	padding-bottom: 5em;
}

a {
	color: #ffffff;
	text-decoration: none;
}

.header {
	margin-top: 2em;
	margin-bottom: 2em;
}

.header .menu {
	text-align: right;
	font-size: 1.30em;
	color: #872c2c;
	padding-top: 1em;
	position: relative;
	left: 1em;
}

.header .menu a {
	margin-left: 1em;
	margin-right: 1em;
	color: #ffffff;
	font-weight: bold;
}

.red-background {
	background-color: #940c0c;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px solid #8d4545;
}

.pictures a {
	width: 200px;
	height: 150px;
	margin-bottom: 0.5em;
}

.pictures a img {
	border: 3px solid #a63535;
	margin: 1px;
}

.pictures a img:hover {
	border: 3px solid #d85853;
}

/* @group Description */

a#readmore, a#readless {
	display: block;
	margin-top: 0.5em;
	text-decoration: underline;
}

/* @end */

/* @group Instant Sign-up */

.instantsignup {
	border: 2px solid #a32e2e;
	background-color: #8b1c1c;
}

.instantsignup h3 {
	font-size: 1.10em;
	padding: 5px 10px;
	display: block;
	background: url(../images/creditcards.gif) no-repeat 140px center;
	color: #ebebeb;
	margin: 0px 0px 5px;
}

.instantsignup .steps {
	display: block;
	background: #640101 url(../images/steps-background.gif) repeat-x center center;
	padding: 5px 10px;
	border-top: 1px solid #7d0000;
	color: #a05555;
	font-weight: normal;
}

.instantsignup .steps strong {
	color: #ffffff;
	position: relative;
	top: -1px;
}

.instantsignup ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
}

.instantsignup ul li {
	list-style-image: none;
	list-style-type: none;
	padding: 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #891717;
	background-color: #810b0b;
}

.instantsignup ul li:hover, .instantsignup ul li:focus {
	background-color: #6d090a;
}
.instantsignup ul li span {
	display: block;
}

.instantsignup ul li strong {
	margin: 0px;
}

.instantsignup ul li span.mostpopular {
	display: inline;
	float: right;
	color: #f4b02d;
	font-weight: bold;
}

.instantsignup ul li p {
	margin: 0px;
}

.instantsignup span.altpayment {
	display: block;
	text-align: right;
	font-size: 11px;
	padding: 5px 10px;
	background-color: #7d0000;
}

.instantsignup span.altpayment a{
	color: #a64137;
	text-decoration: underline;
}

/* @end */

/* @group Newsletter */

.newsletter {

}

.newsletter form label {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

.newsletter form input[type=text] {
	padding: 4px;
	color: #666666;
	border: 1px solid #b02526;
}

/* @end */

.newsletter h2, .recentupdates h2, .recentupdates span.clicktosee {
	font-size: 1.3em;
	color: #ebebeb;
	margin-bottom: 0.75em;
}

/* @group Recent updates */

.recentupdates {
	border-left: 1px solid #b02526;
	padding-left: 9px;
}

.recentupdates .update {
	display: block;
	float: left;
	width: 33.33%;
	text-align: center;

}

.recentupdates .update a {
	font-weight: bold;
}

.recentupdates .update a.thumbnail {
	width: 200px;
	height: 150px;
	display: block;
	border: 3px solid #a63535;
	margin-bottom: 0.5em;
}

.recentupdates .update a.thumbnail:hover, .recentupdates .update a.thumbnail:focus {
	border: 3px solid #d85853;
}

.recentupdates span.clicktosee {
	display: inline;
	float: right;
	font-weight: normal;
}

/* @end */

/* @group Join */

.join {
	text-align: center;
}

/* @end */