

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

body, html {
    color: #eee; 
    background: #000000; 
    text-align: center; /*** Centers the design in old IE versions ***/
}

#MainContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	border: solid 1px #222222;
	position: relative;
	background: url('/wf_img/header_bgr.jpg') left top no-repeat;
	overflow: hidden;
}

#Inner {
	width: 980px;
	min-height: 100px;
	padding-bottom: 300px;
	position: relative;
	float: left;
}

* html #Inner {
	height: 1000px;
}

#WfLogo {
	position: relative;
	float: left;
	width: 169px;
	height: 89px;
	left: 165px;
	top: 15px;
}

#MiddleEarth {
	width: 980px;
	position: relative;
	float: left;
	margin-top: 10px;
}

#LeftPanel {
	position: relative;
	float: left;
	width: 200px;
}

#LeftMenu {
	width: 158px;
	margin-left: 20px;
}

#LeftMenu a, #LeftMenu .btnGlyph {
	width: 158px;
	height: 30px;
	position: relative;
	float: left;
}

#Footer {
	width: 980px;
	height: 20px;
}

#CopyRight {
	font-size: 10px;
	font-weight: bold;
	color: #F56F1D;
	position: relative;
	float: left;
	left: 10px;
}

:-moz-any-link:focus {
  outline: none;
}

#flags {
	display: block;
	position: absolute;
	height: 78px;
	width: 86px;
	top: -70px;
	left: 50px;
}
* html #flags {
	left: 100px;
}
#flags a {
	display: block;
	position: relative;
	float: left;
	width: 33px;
	height: 78px;
	text-decoration: none;
	margin-left: 10px;
}

* html #flags a {
	margin-left: 5px;
}

#copyscape{
	position: relative;
	float: right;
	margin-right: 10px;
}

#ContentPanel, #ContentTop, #ContentBottom, #ContentMiddle {
   	position: relative;
	float: left; 
	width: 760px; 
}

#ContentTop {
    background: url('/wf_img/content_bgr_top.jpg') top left no-repeat;
    padding-top: 10px;
}
#ContentBottom {
    background: url('/wf_img/content_bgr_bottom.jpg') bottom left no-repeat;
    padding-bottom: 10px;    
}
#ContentMiddle {
    background: url('/wf_img/content_bgr_middle.jpg') top left repeat-y;
}

#Content {
    width: 720px;
    padding: 20px;
    text-align: left;
    min-height: 100px;
}
