﻿
* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
    border: 0;
}

body, html {
    color: #dddddd; 
    font-family: Verdana, Arial, Tahoma, sans-serif;
    background: #000000; 
    text-align: center; /*** Centers the design in old IE versions ***/
}

#MainContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
	position: relative;
}

#Header {
	width: 980px;
	height: 133px;
	position: relative;
	background: url(../../img/header_bgr.png) left top no-repeat;
	float: left;
}

#arts {
	position: relative;
	width: 728px;
	height: 115px;
	background: url(../../img/art_header.jpg) left top no-repeat;
	display: block;
	float: right;
	top: 10px;
	right: 5px;
}

#Logo {
    border: none;
    width: 210px;
    height: 73px;
    position: relative;
    display: block;
    top: 20px;
    left: 15px;
	float: left;
}

#MiddleEarth {
	width: 980px;
	display: block;
	overflow: auto;
	position: relative;
	float: left;
}

#Menu {
	position: relative;
	width: 180px;
	float: left;
}

#theMenuL{
	width: 180px;
	padding-top: 20px;
	padding-left: 0px;
}

#right_panel {
	position: relative;
	width: 150px;
	min-height: 300px;
	float: right;
	margin-bottom: 30px;
}

#Footer {
	position: relative;
	width: 980px;
	height: 52px;
	clear: both;
	background: url(../../img/footer_bgr.png) left bottom no-repeat;	
}

#WFlogo {
	position: relative;
	float: right;
	width: 140px;
	height: 42px;
	display: block;
	right: 10px;
}

* html #WFlogo {
	margin-left: 10px;
}

#createdby {
	position: relative;
	top: -4px;
	text-decoration: none;
	color: #ffffff;	
}
#wflogo_img {
	position: relative;
}

#wdnd {
	position: relative;
	font-size: 9px;
	text-decoration: none;
	float: left;
	color: #ffffff;
	left: 5px;
}

#Copyright {
	position: relative;
	padding: 8px;
	float: left;
	height: 25px;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
	text-align: left;
}

#footerdiv {
	position: relative;
	float: left;
	width: 600px;
	height: 20px;
	font-size: 12px;
	left: 30px;
	top:25px;
	
}

