/* (c) Luke Clements 2009 */

body { 
	text-align: center;
	background:  #ededed; /*url('bg.png')*/

	margin-top:0px;
	padding-top: 0px;
	}
.LeftImg {
	float:left;
	margin-right:5px;
	}
.RightImg {
	float:right;
	margin-left:5px;
}
#MainCont a { text-decoration:none;
	color: #333333;
	font-style: italic;
	}
#MainCont a:hover {
	font-weight: bold;
	font-style: italic;
	font-size:11pt
	}
#PageBox {
	text-align: left;

	width:1064px;

	margin-left: auto;
	margin-right: auto;
	}
#TopBar { 
	/* background-color: #DDDDFF; */
	background-image: url('top.png');
	border: 0px solid #000000;
	border-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1064px;
	height: 469px;
	display:block;
	margin-bottom:0px;
	padding-bottom: 0px;
	text-align: center;
	}

#TopBar h1 {
	color: #444444;
	font-family: Arial;
	font-variant: small-caps;
	display: inline-block;
	text-align:center;
	}

#MenuBar  {
	background: url('bar.png') ;
	background-repeat: no-repeat;
	border: 0px solid #000000;
	border-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1064px;
	margin-top:-16px;

	}

#MenuBar ul {
	text-align:center;
	margin-left: -30px;
	height:25px;
	margin-bottom:-3px;
	}
#MenuBar ul li {
	font-family: Arial;
	font-variant: small-caps;
	list-style-type: none;
	display: inline;
	background-color: #C0C0C0;
	color: #0E0E0E;
	padding-left: 25px;
	padding-right:25px;
	margin-right:2px;
	}
#MenuBar ul li a {
	text-decoration: none;
	color: #0E0E0E;
	}
#MenuBar ul li:hover , #MenuBar ul li:hover a{ 
	background-color: #0E0E0E;
	color: #C0C0C0;
	}
#MainCont  {
	font-family: Arial;
	margin-top: -20px;
	margin-bottom: -16px;
	padding-left: 40px;
	padding-right: 40px;
	background: url('cont.png') ;
	background-repeat: repeat-y;

	border: 0px solid #000000;
	border-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
.comment { 
	border: 2px solid #999;
	border-top: 10px solid #999;
	background-color: #FFF;
	margin-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	}

.AdsRight {
	
	float: right;
	position: fixed;
	top: 10px;
	right: 10px;
	border: 1px dashed #CCCCCC;
	opacity: 0.7;
	}
#AdsBottom {
	
	margin-left: auto;
	margin-right: auto;

	}

#PageFoot{
	font-family: Arial;
	font-size: 10pt;

	background: url('foot.png') ;
	background-repeat:no-repeat;
	background-position: bottom;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	height: 50px;
	width: 1064px;
	}
#PageFoot p {
	text-align:center;
	}
#SelectList ul{
	display: none;
	}
ol{
	list-style-image: url("bul.gif");
	}
.code {
	border: 2px solid #CDCDCD;
	background-color: #222;
	color: #2F2;
}
/* Hacks Time.... Can't touch this...*/


