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

body	{
	margin:0px;
	padding:0px;
	background-image:url(../images/bg1280.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
#header #page {
	width: 100%;
	float: left;
}
#header #bigCartel {
	float: left;
}
#header #twitter {
	position: absolute;
	margin-top: 40px;
	text-align: right;
	right: 8%;
}

#header #facebook {
	position: absolute;
	text-align: center;
	right: 40%;
}
#nav {
	clear: both;
	width: 869px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 510px;
}
#nav #container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav #container ul li {
	float: left;
}
#content {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
}
h1	{
	font-size: 80px;
	margin:0px;
	padding:0px;
}
p	{
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	line-height:20px;
	margin:0 0px 20px 0;
	color:#333;
}
#content	a{
	text-decoration:underline;
	color: #CA570B;
}
a:hover	{
	color:#954109;
	text-decoration:underline;
}
#content img	{
	margin:15px;
}
