@charset "UTF-8";
/* CSS Document */

body {
	z-index: 1;
	background-color: #3E230A;
	background-image: url(backgrounds/pattern1.png);
	overflow: hidden;
}
#container {
	position:relative;
	top:45px;
	width:1080px;
	height:579px;
	z-index:4;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
#footer {
	position:absolute;
	width:1049px;
	height:20px;
	z-index:5;
	left: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFECDA;
	text-align: center;
	bottom: -5px;
}
#header {
	position:absolute;
	width:1040px;
	height:61px;
	z-index:5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70px;
	color: #FFF;
	top: 33px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-repeat: no-repeat;
	padding-left: 40px;
}
#nav {
	position:absolute;
	width:100px;
	height:150px;
	z-index:10;
	left: 112px;
	top: 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000;
}
#size14 {
	font-size: 14px;
}
.shit {
	font-size: 16px;
}
.grey {
	color: #444;
}
#l {
	color: #000;
}
#rightfill {	position:absolute;
	width:58px;
	height:321px;
	z-index:6;
	top: 110px;
	right: 32px;
	background-color: #D25A55;
	background-image: url(backgrounds/pattern1.png);
	border: medium solid #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000;
}
#footer a:link {
	color: #FFECDA;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFECDA;
}
#footer a:hover {
	color: #FBDBA3;
	text-decoration: none;
}
#footer a:active {
	text-decoration: none;
	color: #FFECDA;
}

