body {
	background-color: #660101;
	margin: 0px;
	padding: 0px;
	font: normal normal 12px Trebuchet MS;
	color: #FFECB7;
}

.leftBg {
	background-color: #660101;
	background-image: url(img/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	font-size: 1px;
}

.rightBg {
	background-color: #660101;
	background-image: url(img/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	font-size: 1px;
}

.content {
	background-color: #5D0909;
	background-image: url(img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
}

.header {
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.text {
	font: normal normal 12px Trebuchet MS;
	color: #FFECB7;
}

.title {
	font: normal bold 12px Trebuchet MS;
	color: #FFF9E8;
}

.leftColumn {
	background-image: url(img/twist_top_big.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.rightColumn {
	background-image: url(img/twist_top_small.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

h1 {
	font: normal bold 16px Trebuchet MS;
	text-transform: uppercase;
	color: #FFF1CA;
	margin: 0px;
	margin-bottom: 5px;
}

.pic {
	border: 5px solid #3F0F09;
}

.link {
	font: normal bold 12px Trebuchet MS;
	color: #FFF9E8;
	text-decoration: underline;
}

.link:hover {
	font: normal bold 12px Trebuchet MS;
	color: #FFF9E8;
	text-decoration: none;
}

.footer {background-image: url(img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font: normal normal 12px Trebuchet MS;
	color: #FFECB7;
}

.linkFooter {
	font: normal normal 10px Trebuchet MS;
	color: #FFECB7;
	text-decoration: none;
	text-transform: uppercase;
}

.linkFooter:hover {
	font: normal normal 10px Trebuchet MS;
	color: #FFF9E8;
	text-decoration: none;
	text-transform: uppercase;
}

.copyright {
	font: normal bold 11px Trebuchet MS;
	color: #CE6B4A;
	text-decoration: none;
	text-transform: uppercase;
}

li {
	margin: 0px;
	margin-bottom: 5px;
}

h2 {
	color:#FFFFFF;
	font-size:12px;
	padding:5px 0px;
	margin:0px;
}

p {
	padding:3px 0px;
	margin:0px;
	font-size:12px;
}

hr {
	background-color:0px;
	height:1px;
	border:none;
	border-top:1px solid #82392c;
	margin:5px 0px;
	padding:0px;
}
ul {
	margin:10px;
	padding:0px;
	list-style:inside;
}
li {
	font-size:12px;
}