@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}

table, table * {
	border-collapse: collapse;
	border: 0px;
}

html {
	background: #231515 url(images/background.gif) center top no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #FCACAC;
}
#header {
	width: 966px;
	background: url(images/logo2.png) top center no-repeat;
	height: 83px;
	margin: auto;
	margin-top: 30px;
}

#nav {
	width: 966px;
	margin: auto;
	margin-top: 30px;
	height: 40px;
}
#nav ul {
	width: 966px;
}
#nav ul li {
	float: left;
	list-style: none;
}

#nav ul li a {
	width: 85px;
	padding: 11px;
	display: block;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	background: url(images/nav.png);
	text-align: center;
}
#nav ul li:last-child a {
	width: 88px;
}

#nav ul li .selected {
	background: url(images/nav-selected.png);
}
#nav ul li a:hover {
	color: #FCACAC;
}



#slider {
	width: 966px;
	height: 311px;
	margin: auto;
	background: url(images/slider-background.gif) center no-repeat;
}
#slider a {
	height: 311px;
	width: 880px;
	display: block;
	float: left;
}
#slider #slider-container {
	width: 880px;
	height: 311px;
	overflow: hidden;
}

#slider #button-left {
	width: 43px;
	float: left;
	display: block;
	background: url(images/slider-background-left.png);
	color: #FCACAC;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding-top: 144px;
	padding-bottom: 145px;
	height: auto;
}
#slider #button-right {
	width: 43px;
	float: right;
	display: block;
	background: url(images/slider-background-right.png);
	color: #FCACAC;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding-top: 144px;
	padding-bottom: 145px;
	height: auto;
}

#content {
	width: 966px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #321e1e url(images/content.png) repeat-x;
	color: #FDCDCD;
}
#content p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: justify;
}
#content p span {
	margin-left: 10px;
	color: #FEDEDE;
}
#content h1 {
	font-size: 28px;
	font-weight: lighter;
	color: #FFF;
}
#content h2 {
	font-size: 16px;
	padding: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: lighter;
	color: #FFF;
}
#content h4 {
	font-size: 14px;
	padding: 2px;
	padding-left: 10px;
	font-weight: lighter;
	color: #FFF;
}
#content ul {
	padding-left: 20px;
}
#content table {
	width: 100%;
	padding: 2px;
	margin-bottom: 50px;
}
#content table tr th {
	width: 60px;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
#content table tr td {
	padding: 5px;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
}
#content textarea {
	padding: 5px;
	width: 100%;
	border: #FCACAC 1px solid;
	background: #5a3224;
	color: #FFF;
}

#content input[type='text'] {
	width: 400px;
	padding: 5px;
	border: #FCACAC 1px solid;
	background: #5a3224;
	color: #FFF;
}
#content input[type='submit'] {
	padding: 5px;
	border: #FCACAC 1px solid;
}
#content #starsContainer {
	height: 26px;
	width: 130px;
	background: url(images/stars.png) no-repeat;
}
#content #starsContainer ul {
	height: 26px;
}
#content #starsContainer ul li {
	float: left;
	list-style: none;
}
#content #starsContainer ul li a {
	height: 24px;
	width: 26px;
	display: block;
}

#content .left {
	padding: 30px;
	width: 420px;
}
#content .middle {
	padding: 30px;
}
#content .right {
	padding: 30px;
	width: 420px;
	float: right;
}

#content .referral {
	padding-top: 40px;
	padding-bottom: 60px;
}
#content .referral h1 {
	font-size: 24px;
	padding: 2px;
	font-weight: lighter;
	color: #FCACAC;
}
#content .referral h2 {
	font-size: 16px;
	padding: 2px;
	font-weight: lighter;
	color: #FFF;
}
#content .referral h4 {
	font-size: 64px;
	padding: 5px;
	font-weight: lighter;
	color: #FFF;
	margin-bottom: -50px;
	font-family: Tahoma, Geneva, sans-serif;
}

#content .referral .stars {
	height: 26px;
	width: 130px;
	background: url(images/stars.png) no-repeat;
	float: right;
}
#content .referral p {
	padding-bottom: 0px;
}
#content #pages {
	float: right;
}
#content #pages ul li {
	float: left;
	list-style: none;
}
#content #pages ul li a {
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	color: #FCACAC;
	border: #FCACAC 1px solid;
	text-decoration: none;
}
#content #pages ul li .selected {
	background: #5a3224;
}
#content #pages ul li a:hover {
	color: #FFF;
	border: #FFF 1px solid;
}

#writeReferral {
	width: 966px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #321e1e url(images/content.png) repeat-x;
	color: #FDCDCD;
}
#writeReferral h1 {
	font-size: 28px;
	font-weight: lighter;
	color: #FFF;
}

#footer {
	width: 906px;
	height: 50px;
	padding: 30px;
	text-align: right;
	margin: auto;
	color: #A97979;
	font-size: 10px;
	background: url(images/footer.png) repeat-x;
}
#footer a {
	color: #A97979;
}
#tweets {
	float: left;
	padding-bottom: 20px;
	text-align: left;
	width: 400px;
}
#tweets h1 {
	font-weight: lighter;
	color: #FFF;
}
#tweets ul li {
	padding-bottom: 10px;
	list-style: none;
}
#tweets .tweet-status {
	font-size: 16px;
	color: #FFDDDD;
}

