/*-----------------------------------------------------------*/
/* Site: CSS
/*-----------------------------------------------------------*/

/* Global ---------------------------------------------------*/
html {
	color: #FFFFFF;
	background: #000000;
}
body {
	font: normal 12px/14px 'Arial', 'Sans-Serif';
}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, p, form, div, pre, code, fieldset, legend, input, textarea, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
object {
	outline: 0px;
}
fieldset, img {
	border: 0px;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
legend {
	color: #000000;
}
del, ins {
	text-decoration: none;
}
/*-----------------------------------------------------------*/	

/* Global ---------------------------------------------------*/	
html, body {
	background: #525252;
	font-family: 'Lucida Grande','Lucida Sans Unicode', 'bitstream vera sans', 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #d0d5d9;
}
.Clearer {
	clear: both;
}
a {
	outline: none;
}
/*-----------------------------------------------------------*/	

/* Box ------------------------------------------------------*/	
.Box {
	border: 2px solid #CCC9C0;
	background: #434342;
	margin: 10px;
	padding: 10px 10px 0px 10px;
	-moz-border-radius: 4px;
}
.Box h1 {
	margin: 0px 300px 10px 10px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #F2F2F2;
	font-size: 51px;
	line-height: 52px;
	/* color: #800000; */
}
.Box h1 span.Cap {
	font-size: 56px;
	display: inline;
}
.Box h2 {
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	margin: 0px 300px 10px 10px;
	border-bottom: 1px solid #F2F2F2;
}
.Box p {
	padding: 0px 0px 10px 0px;
}
.Box ul.MainNav {
	border-bottom: 1px solid #F2F2F2;
	margin: 0px 300px 10px 10px;
	text-align: center;
}
.Box ul.MainNav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
}
.Box img.Art {
	float: right;
	display: block;
	border: 2px solid #CCC9C0;
	-moz-border-radius: 4px;
	margin: 0px 0px 10px 10px;
}
.Box ul {
	padding: 0px 0px 10px 0px;
}
.Box ul li {
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
}
.Box dl {
	padding: 0px 0px 10px 0px;
}
.Box dl dt {
	margin: 0px 0px 0px 0px;	
}
.Box dl dd {
	margin: 0px 0px 10px 10px;
}
.Box a,
.Box a:hover,
.Box a:visited,
.Box a:active {
	padding: 0px 0px 0px 0px;
	color: #b7b859;
	font-weight: bold;
	text-decoration: none;
}
.Box a:hover {
	text-decoration: underline;
}
/*-----------------------------------------------------------*/	

/* Header ---------------------------------------------------*/	
.Header {
	width: 800px;
	margin-left: 3%;
	margin-top: 20px;
}
.Header h1 span {
	display: none;
}
/*-----------------------------------------------------------*/	

/* PAG_Page -------------------------------------------------*/	
.PAG_Page {
	width: 800px;
	margin-left: 3%;
	margin-top: 20px;
}
/*-----------------------------------------------------------*/	

/* Footer ---------------------------------------------------*/
.Footer {
	width: 800px;
	margin-left: 3%;
	margin-top: 20px;
	font-size: 12px;
	line-height: 16px;
}
/*-----------------------------------------------------------*/