html,body {
	height:100%;
    margin: 0 0 1px 0;
}

/* Image Replacement OH JOY! */

.mir {
	letter-spacing : -1000em;
}

/*\*/
* html .mir {
    text-indent: -999em;
    overflow: hidden;
}

html>body .mir {
    letter-spacing: normal;
    text-indent: -999em;
    overflow: hidden;
}
/**/

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;

	color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	
	background-image:url(../assets/bg_wide.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

h1 {
	width:670px;
	height:107px;
	margin:0;
	padding:0;
}

#container {
	width:672px;
	padding:0;
	margin:0 auto;
	text-align:left;
}

#content {
	background-image:url(../assets/bg_content.jpg);
	background-position:top center;
	background-repeat:no-repeat;

	font-family:Arial, Helvetica, sans-serif;
	font-size:0.70em;
	color:#CC8466;

	width:670px;
	min-height: 600px;
	height:600px;
	margin:0;
	padding:0;
	line-height:1.4em;
}

#content b, #content strong {
	color: #D0B080;
}

#content a {
	color:#95AEC0;
	text-decoration:none;
}

#content a.out {
	padding-left:11px;
	background-image:url(../assets/icon_newwindow.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#content h2 {
	font-size:1.4em;
	margin:5px 3px 3px 0;
	text-align:left;
	line-height: 1.0em;
}

#content h3 {
	font-size:1.3em;
	color:#DFC3A7;
	text-align:left;
	/* line-height: 1.0em; */
	margin:10px 0 3px 0;
	padding:0;
}

#content .twothirds h2.mir{
	width:380px;
	height:30px;
	line-height:0;
	margin:0;
	padding:0;
	background-position:left;
	background-repeat:no-repeat;
}

#content .onethird h2.mir {
	width:180px;
	height:30px;
	line-height:0;
	margin:0;
	padding:0;
	background-position:left;
	background-repeat:no-repeat;
}

#content a:hover {
	text-decoration:underline;
}

#content .padder {
	padding:20px 20px 20px 20px;
	margin:0;
}

#content .hr {
	height:30px;
	width:100%;
	background-image:url(../assets/divider_twothirds.gif);
}

#content p {
	margin:7px 0 7px 0;
}

#content p img {
	margin:0 1em 1em 1em;
	border:none;
}

#content img.wide {
	margin:0 0 0 0;
	border:none;
}

#content img.right {
	float:right;
}

#content li {
	text-align:left;
}


/* Columns */

/*  

	IE6 won't let me define #column1 - #column3
	and then class them because it ignores everything but
	the first class for each.  Bug.

*/

.column {
	float:left;
	text-align:justify;
}

.onethird {
	width:33.3%;
	float:right;
}

.twothirds {
	width:66.6%;

}

.leftdivide {
	border-left:1px solid #8D4313;
}

.light {
	color:#DFC3A7;
	font-size:0.9em;
	line-height:1.5em;
}

.left {
	text-align:left;
}

.light h2 {
	font-size:1.20em;
	line-height:1.3em;
}

.divider {
	clear:both;
	line-height:0;
}
/* NAVIGATION */

#navigation {
	width:100%;
	margin:0 0 20px 0;
	overflow:auto;
}

#navigation ul {

	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
}

#navigation ul ul {

	list-style-type:none;
	margin: 0 0 5px 0;
	padding:0;
}

#navigation ul li {
	display:inline;
}

#navigation ul li a {
	display:block;
	height:20px;
	width:150px;
	line-height:0;
	margin:0;
	padding:0;
	background-position:left;
	background-repeat:no-repeat;
}

#navigation ul ul li a {
	display:block;
	height:14px;
	width:150px;
	line-height:0;
	margin:0;
	padding:0;
	background-position:left;
	background-repeat:no-repeat;
}


#divform td {
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC8466;
	border: 1px solid #DFC3A7;
	background-color:#000000;
	padding-left: 3px;
	background-color:#222222;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC8466;
	background-color: #DFC3A7;
	border: 1px solid #000000;
	background-color:#222222;
}

input.button {
	font-family:Arial, Helvetica, sans-serif;
	color: #CC8466;
	border: 2px outset #DFC3A7;
	background-color:#222222;
}

#footer {
	background-color:#2D1913;
	color:#DFC3A7;
	width:100%;
	padding:0 0 0 0;
	margin:20px auto 0  auto;

}

#footer .left {
	width:33%;
	float:left;
	border-right:dashed 1px #6D6353;
	text-align:left;
	height:135px;
}

#footer .center {
	width:33%;
	float:left;
	text-align:left;
	height:135px;
}

#footer .right {
	width:33%;
	float:right;
	border-left:dashed 1px #6D6353;
	height:135px;
}

#footer .bottom {
	border-top:dashed 1px #6D6353;
	text-align:center;
	width:auto;
}

#footer .padder {
	padding: 5px 10px 0 10px;
}

#footer .bottom .padder {
	padding: 0 10px 3px 10px;
}

#footer li{
	margin-bottom:0;
}

#footer ul {
	margin-bottom:5px;
}