/* ----- DEFAULTS ----- */
html, body {
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	font: normal .8em Arial, Helvetica;
	background: black;
	}

h1, h2, h3, h4, h5, h6 {
	padding: .35em 0em .25em 0em;
	margin: .35em 0em .25em 0em;
	}

p, abbr, cite {
	padding: .25em 0em;
	margin: 0px;
	}




/* ----- BODY ----- */
body {}




/* ----- CONTAINER ----- */
div#container {
	width: 880px;
	margin: auto;
	}



/* ----- LEFT COLUMN ----- */
div#left {
	float: left;
	width: 150px;
	height: 800px;
	overflow: auto;
	text-align: left;
	font-size: 1.1em;
	
	background: black url("images/system/menu_background.jpg");
	}

div#left ul {list-style-type: none; margin: 0px; padding: 0px;}
div#left li {padding: 2px; margin: 0px;}
div#left h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #ff7777;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	}
div#left  a {
	text-decoration: none;
	font: bold 1em Arial;
	color: #f0d426;
	background: transparent;
	padding: 2px 5px 2px 10px;
	margin: 0px;
	}
div#left  a:hover {
	background: #912a00;
	}
div#left a:visited {
	color: #f0d426;
	}




/* ---------- MIDDLE COLUMN ---------- */
#middle {
	float: left;
	padding: 10px;
	width: 540px;
	}

div#letter_menu {
	padding-bottom: 10px;
	}

div#content {
	padding: 10px;
	text-align: left;
	font-size: 1.2em;
	}
div#content h1 {font-size: 1.6em;}
div#content h2 {font-size: 1.4em;}
div#content h3 {font-size: 1.2em;}


/* ROW FOR IMAGE AND TEXT */
div.row {
	background: #912a00;
	text-align: left;
	color: Black; 
	font-size: 1.1em;
	position: relative;
	width: 540px;
	padding: 10px 0px;
	}
div.row div.padding {
	margin: 10px;
	}
div.row img {
	padding: 2px;
	border: solid 2px Black;
	}


/* TOP LEFT */
div#top_left {
	float: left;
	background: #fff04f;
	width: 250px;
	margin: 0px 5px;
	border: solid 2px black;
	}
div#top_left h1 {
	font-size: 1.6em;
	}
div#top_left a {
	text-decoration: none;
	color: #912a00;
	}
div#top_left a:hover {text-decoration: underline;}


/* TOP RIGHT*/
div#top_right  {
	float: left;
	padding: 0px 5px;
	}
div#top_right  img {
	width: 250px;
	}



/* BOTTOM LEFT */
div#bottom_left {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 10px;
	}
div#bottom_left h1 {
	font-size: 1.4em;
	}
div#bottom_left a {
	text-decoration: none;
	color: #fff04f;
	}
div#bottom_left a:hover {
	text-decoration: underline;
	}
div#bottom_left  img {
	width: 250px;
	}


/* BOTTOM RIGHT */
div#bottom_right {
	background: #6eca9b;
	width: 230px;
	margin: 0px 0px 0px 280px;
	border: solid 2px Black;
	}
div#bottom_right h3 {
	font-size: 1.2em;
	}
div#bottom_right a {
	text-decoration: none;
	color: #710a00;
	}
div#bottom_right a:hover {
	text-decoration: underline;
	}




/* ----- FORMATTING BARS ----- */
div.leveler {clear: both; height: 2px; background: #912a00}
div.bar {height: 2px; width: 100%;}




/* ----- RIGHT COLUMN ----- */
div#right {
	float: left;
	width: 160px;
	
	text-align: left;
	}

div#right ul {
	padding: 0px 5px;
	margin: 0px;
	}
div#right li {
	list-style-type: none;
	padding: 5px 0px;
	font-size: 1em;
	}

div#right img {
	margin-right: 5px;
	margin-bottom: -10px;
	border: none;
	
	vertical-align: center;
	}
div#right  a {
	text-decoration: none;
	font: bold 1em Arial;
	color: #f0d426;
	padding: 2px 5px 2px 10px;
	margin: 0px;
	}
div#right  a:hover {
	background: #912a00;
	}
div#right a:visited {
	color: #f0d426;
	}




div#footer {color: #912a00; text-align: right;}
div#footer p {padding: 5px 10px;}
div#footer a {text-decoration: none; color: #912a00;}
div#footer a:hover {text-decoration: underline;}
