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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ccc;
	background-color: #fff;
	margin: 0px;
}

#page {
	background: url(background-3.jpg) no-repeat;
	background-position: center top;
	background-color: #000;
}

.p-inside {
	width: 950px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 20px;
}

#menu a {
	display: block;
	float: left;
	margin-left: 2px;
}

#menu a img {
	border: 0px;
}

#content {
	width: 100%;
	background-image: url(body-transparent-bg.png);
}

#content .inside {
	padding: 20px;
	line-height: 20px;
}

#submenu {
	margin-bottom: 10px;
	font-size: 8pt;
	border-bottom: 1px dashed #666;
	padding-bottom: 5px;
}

#submenu a {
	color: #999;
	padding: 8px 10px 0;
	text-decoration: none;
	text-transform: uppercase;
}

#submenu a:hover, #submenu a.active {
	color: #7b6859;
	text-decoration: none;
}

#submenu a.active {
	background-image: url(submenu-arrow-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

h1 {
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #cb1e26;
	font-weight: normal;
	margin-top: 25px;
}

h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	padding: 3px 10px 2px;
	font-size: 11pt;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

#content a {
	color: #cb1e26;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	height: 100%;
}

#footer .f-inside {
	margin: 0 auto;
	width: 910px;
	color: #666;
	min-height: 100px;
}

#footer .inside {
	padding: 20px;
}

#copyright {
	color: #666;
	font-size: 8pt;
}

#copyright a {
	color: #cb1e26;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}