/*
#
# RESET
#
#########################
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 100%;
	font-weight: normal;
	margin: 0 auto;    
}

h1, h2, h3, h5, h6, p, ul, li, dl, dt, dd, img, a, em, cite, table, tr, td, th, label, fieldset, input, button {
	padding:0;
	margin:0;
	list-style: none;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;    
	border:none;
}


a img, :link img, :visited img {
	border: 0;
}

a:focus {
	outline: none;
}

/*
#
# DEFAULTS
#
#########################
*/

body {
	background: #27211f;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a {
	color: #ed9100;
}

a:hover {
	text-decoration: underline;
}

em {font-style: italic;}

h2, h3, h4, h5 {
	font-weight: bold;
}

h2 {}

p {
	line-height: 16px;
}

.no_display,
a span,
h1 span, h2 span, h3 span {display: none;font-size:0px;}
.clear {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
#
# LAYOUT
#
#########################
*/

#container {
	width: 823px;
	height: 681px;
	margin: 25px auto 0 auto;

/*	margin: 13px auto 0;*/
}