

body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #2a2929;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b1b389;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-family: "TW Cen MT", Arial, Helvetica, sans-serif;
	color: #AD1112;
}

h1 {
	font-size: 260%;
	color: #b1b389;
}

h2 {
	font-size: 175%;
	
}

h3 {
	font-size: 150%;
	font-family: "TW Cen MT Condensed"
	color: #040200;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
	text-decoration: none;
}

a {
	color: #ad1112;
	text-decoration: none;
	text-transform: none;
	
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}




/* Menu */

#menu {
	float: right;
	width: 470px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 466px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url(images/img05.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	background: url(images/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	

}

/* Content */

#content {
	float: center;
	width: 800px;
	height: 2500px;
	padding: 20px;
	background: #222121 no-repeat left bottom;
}


