*{
	margin : 0px;
	padding : 0px;
}

body,html {
	background-image: url(../images/mg_header-bg.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #CDCDCD;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align : justify;
	background-color:#202328;
	margin:0 auto;
}

h1, h2, h3 {
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-weight: bold;
   letter-spacing: -.05em;
   margin: 0;
   padding: 0;
   line-height: 1em;
   	color: #abd52d;
}

h1 {
	padding: 0 0 10px 0;
	font-size: 1.8em;
}

a {
	text-decoration:underline;
	color: #abd52d;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-image:url(../images/mg_header-image.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:309px;
}

#title{
	position:absolute;
	top:100px;
	left:150px;
	font-size:1.4em
}

#title h2{
	color:#FFFFFF;
}

#menu {
	position:absolute;
	right:0;
	top:0;
	width: 100%;
	line-height:normal;
	height: 40px;
}
#menu ul {
	float: right;
	margin: 0;
	padding:0;
	list-style:none;
}
#menu li {
	float: left;
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	display:block;
	background:url("../images/menu-divider.gif") no-repeat left top;
	padding: 9px 20px 10px 20px;
	color:#FFF;
	text-decoration: none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
	color:#FFF;
}
#menu a:hover {
	background: url("../images/menu-hover.gif") no-repeat left top;
}

#menu a.current {
	background: url("../images/menu-selected.gif") no-repeat left top;
}

#ads_top{
	text-align:center;
	overflow:hidden;
}

#ads_bottom{
	text-align:center;
	width: 100%;
}

#center {
	position:absolute;
	top:309px;
	overflow:hidden;
	width:100%;
	min-height:100%;
	background: url("../images/mg_footer-bg.gif") repeat-x left bottom;
}

* html #center
{
	height: 100%;
}

#content{
	padding:20px 10px 100px 40px ;
	margin:0 200px;
}


#rightbar {
	right:0;
	background: url("../images/left-bg.gif") repeat-y top left;
}

#leftbar {
	left:0;
}

.sidebar{
	position:absolute;
	top:309px;
	text-align:center;
	overflow:hidden;
	width:200px;
	padding-top:20px;
}

#content img{
	max-width:100%;
}