/* CSS Document */

/* superreemo style sheet extravaganza! - SuperReemo.com V2 (aka zack brings in the new hotness) */


/*global resets*/
* {
		margin: 0;
		padding: 0;
	}
	h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
	li, dd { margin-left:5%; }
	fieldset { padding: .5em; }


/* body and general styling*/

body {
	background-image:url(images/bg_tile4.jpg);
	background-repeat: repeat;
	font-family:"Trebuchet MS", "Lucida Sans", sans-serif;
}

a {
	color:#FF3300;
	text-decoration: none;
}



/* container, wrapper (if needed)*/

#container {
	
	width: 800px;
	height: 30em;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* header  declarations */

#header {
	position: relative;
	background-image: url(images/header_bg2.jpg);
	background-repeat: no-repeat;
	height: 167px;
		
}

#header img {
	border: none;
}

html #header > .desc {
	position: absolute;
	right: 5px;
	top: 35px;
	width:476px;
	height: 68px;
	background-image:url(images/header_desc2.png);
	background-repeat: no-repeat;
}

#header .desc {
	position: absolute;
	right: 5px;
	top: 35px;
	width:476px;
	height: 68px;
	background-image:url(images/header_descie6.jpg);
	background-repeat: no-repeat;
}

#header .title {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-image:url(images/header_titleie6.jpg);
	background-repeat: no-repeat;
	width: 317px;
	height: 49px;
}

html #header > .title {
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-image:url(images/header_title2.png);
	background-repeat: no-repeat;
	width: 317px;
	height: 49px;
}


/* navigation styles and hotness */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:3000;
	position: absolute;
	bottom: 0px;
	right: 10px;
	width: 475px;
	font-size: 12px;
	height: 30px;
}

#nav a {
	display: block;
	width: 53px;
	height: 1.5em;
	text-decoration: none;
	color:#FFFFFF;
	text-align: center;
	background-color: #FF9900;
	padding-top: 5px;
}



#nav a:hover {
	color: #FF3300;
	background-color:#FFFFFF;
}

html #nav > li { /* all list items */
	float: left;
	width: 2.8em; /* width needed or else Opera goes nuts */
	margin-top: .5em;
	margin-left: 23px;
	text-align: center;
}

#nav li {
	margin-left: 5px;
	margin-right: 0px;
	float: left;
	width: 35px; /* width needed or else Opera goes nuts */
	margin-top: .5em;
	text-align: center;
}

/* main content styles */

#content a:hover {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;	
}


#content {
	position: relative;
	overflow: hidden;
	width: 785px;
	min-height: 30em;
	background-color:#000000;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	background-image: url(images/reemo_crestie6.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#container > #content {
	background-image:url(images/reemo_crest.png);
}

#leftcontent {
	background-image:url(images/reemo_left.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 285px;
	float: left;
	position: relative;
	background-position: left bottom;
	margin-top: 100px;
	
}

#leftcontenttrain {
	background-image:url(images/reemo_train_page.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	width: 285px;
	float: left;
	position: relative;
	background-position: left bottom;
	margin-top: 100px;
	
	}

#rightcontent {
	position: relative;
	float: right;
	width: 500px;
	
}

#rightcontent .update {
	color:#FF3300
}

#rightcontent h3 {
	color: #ff3300;
}

#bottom {
	background-image: url(images/content_bg2.png);
	height: 15px;
}

#content h1 {
	color: #ff3300;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-color: #660000;
	border-bottom-style: dashed;
}

p.image {

}

p.image img {
	border: solid 1px #FF0000;
	margin: 2px;


}
/* footer stuff */

#footer {
	position: relative;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 721px;
	height: 33px;
	text-align: center;
	color:#FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


/* generic styles*/

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}