body {
	margin: 0 0 10px 0;
	padding:0;
	font-size: 62.5%;
    background: #202020 url(bg.gif) repeat-x;
	font-family: verdana, arial;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 2.5em;
	font-weight: normal;
}

h2#section {
	
	padding: 0 0 3px 5px;
	margin: 5px 10px 0 10px;
	font-size: 1.7em;
	font-weight: normal;
	background: #c0c0c0 url(section_bg.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 1px solid #999;
}

h2#section a {
display: block;
color: #111111;
text-decoration: none;
}

h2#section a:hover {
	color: #dd9900;
}

#main_menu {
	font-size:1.2em;
	background: #333 url(menubg.gif) repeat-x;
	color: #999999;
	line-height: 135%;
}

#main_menu a {
	color: #ccc;
	border-left:1px solid #333333;
}
	
#main_menu a:hover {
	background: #000 url(menubg2.gif) repeat-x;
	color: #ffffff;
}
		
#main_menu a.active {
	background: #111 url(menuact.gif) repeat-x;
	color: #cccccc;
	text-decoration: underline;
}
		
#main_menu { 
	margin: 0;
	height: 30px;
	text-align: right;
}

#main_menu_right a {
	float: right;
}
	
#main_menu a {
	display: block;
	padding: 7px;
	text-decoration: none;
}

#header {
	display: block;
	margin: 0;
	padding: 0;
	height: 58px;
	background: #040404 url(header_bg.gif) repeat-x;
	}

#top_line {
	display: block;
	margin: 0;
	padding: 5px;
	background: #0f0f0f;
	font-size: 1em;
	color: #999999;
}

#top_line a{
	color: #999999;
	text-decoration: underline;
}

#top_line a:hover{
	color: #eeeeee;
	text-decoration: none;
}

#line {
	display: block;
	margin: 0;
	padding: 0;
	height: 5px;
	background: #ff9900;
}

#white_wrap {
	background: transparent;
	margin: 0;
	padding: 5px 10px 5px 35px;
	font-size: 1.2em;
	color: #333333;
}

#white_wrap a {
	color: #ff6600;
	text-decoration: underline;
}

#white_wrap a:hover {
	color: #ff9900;
	text-decoration: none;
}

#menu, #menu ul {
	margin: 0 10px 0 10px;
	padding: 0;
	list-style: none;
	}
		
#menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
		
#menu li a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	font-size: 1.0em;
	color: #444444;
	background: #d0d0d0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #eee;
	border-left: 2px solid #ccc;
	border-right: 1px solid #999;
	}

#menu li a:hover {
	color: #444444; 
	text-decoration: none;
	background:#eee url(side_menu_bg.gif) repeat-x;
	background-position: bottom;
	border-left: 2px solid #ff9900;
	}
	
#content{
	clear:both;
	max-width:950px;
	min-width:756px;
	width:expression(document.body.clientWidth > 950? "950px": "auto" ); /*IE = pile of poo */;
	text-align:left;
	margin:0;
	background:transparent;
	/*position relative breaks IE*/

	}

#mainwrap {
	width:100%;
	margin-right:-270px;
	float:left;
	background:transparent;

	}
	
#mainwrap2 {
	width:100%;
	margin-right:-277px;
	padding-bottom:20px;
	float:left;
    background: transparent;
	
	}

#main {
	min-height:400px;
	margin-right:277px;
	background:#transparent;
	}
	
#article {
	line-height: 1.7em;
	}

#sidewrap {
	width:265px;
	position:relative;
	float:right;
	font-size:11px;
	padding: 5px 5px 50px 5px;
	background:#eee url(sidebg.gif) repeat-x;
	background-position: bottom;
	border: 0;
	}

#side {
	overflow:hidden;
	width:100%;
	}
	
#wrap1 {
	background:transparent;
	}

#wrap2 {
	max-width:950px;
	min-width:756px;
	width:expression(document.body.clientWidth > 950? "950px": "auto" ); /*IE = pile of poo */;
	padding:0;
	margin:0 auto; 
		}
		
#wrap4 {
	text-align:left;
	background: #fff url(background.gif) repeat-y;
	}
	
#foot {
	clear:both;
	margin:10px 0 0 0;
	background:#707070 url(foot_bg.gif) repeat-x;
	background-position: bottom;
	padding:0;
	font-size:1.0em;
	height: 100%;
	color:#dddddd;
	border-bottom: 1px solid #ff9900;
	border-top: 1px solid #ff9900;
	}

#foot p {
	margin:0;
	padding:10px;
	text-align:center;
	}
	
#foot a {
	color: #eeeeee;
	text-decoration: underline;
	}

#foot a:hover {
color: #cccccc;
}
	
.paragraph_tree {
	clear:both;
	height: 101%;
	margin:5px 0 12px 0;
	border:1px solid #cccccc;
	background:#ddd url(silver_number_bg.gif) repeat-x;
	background-position: bottom;
	padding:4px;
	font-size: 0.8em;
	}
	
#search {
	float: right;
	padding: 0;
	margin: 0;
	width: 250px;
	height: 30px;
	background: transparent;
}

#search p {
	margin: 0;
	padding: 35px 15px 10px 10px;
	line-height: 0;
}

#search input.field {
	border: 1px solid #000000;
	padding-left: 21px;
	width: 130px;
	font-size: 1.3em;
	background:#dddddd url(mag.gif) no-repeat;
}

#search input.field:hover {
	border: 1px solid #000000;
	background: #ffffff url(mag.gif) no-repeat;
}

#search input.field:focus {
	border: 1px solid #ff9900;
	background: #ffffff url(mag.gif) no-repeat;
}

#search input.button {
	border: 0;
	background: #cccccc;
}

#search input.button:hover {
	border: 0;
	background: #ff9900;
	color: #ffffff;
	cursor: pointer;
}

.sidebox {
	position:relative;
	background:#ffffff url(sideboxbg.gif) repeat-x;
	margin-bottom:12px;
	width:243px;
	border:1px solid #333;
	margin: 10px;
}

.sidebox h2 {
	background:#333333 url(dark_grey_bg_s.gif) repeat-x;
	color:#ffffff;
	margin:0;
	padding:5px;
	font-size:12px;
}
	
.sidebox p {
	padding: 5px;
}
	
p.bottom_top {
	text-align: center;
	padding: 15px;
	margin:30px 0 0 0;
	display: block;
	border-top: 1px solid #cccccc;
}

#legal {
	text-align:center;
	font-size: 1.0em;
	margin: 15px;
	color: #999999;
}
	
#legal a {
	color: #777777;
	text-decoration: underline;
}

#legal a:hover {
color: #cccccc;
	}	
	
.warning {
	background:#ffcccc;
	border: 2px solid #ff0000;
	padding: 3px;
	margin: 10px;
	width:120px;
	color: #ff0000;
}

#main_promo_box {
	position:relative;
	background:#000 url(promo_bg_live.gif) ;
	background-position: right;
	margin:0;
	padding: 0;
	width:100%;
	height: 200px;
	margin: 0;
	text-align: center;
}

.promo h1, .promo h3 {
	background:#333333 url(dark_grey_bg_s.gif) repeat-x;
	color:#ffffff;
	margin:0;
	padding:5px;
	font-size:1.1em;
	font-weight: bold;
}
	
#main_promo_box img {
	padding: 0;
	margin: 0;
	border: 0;
}

#welcome {
	background:#000000 url(promo_txt_bg.gif) repeat-x;
	background-position: bottom;
	color: #dddddd;
	font-size: 0.9em;
	padding: 0 5px 5px 5px;
	margin: 0;
	height: 100%;
	line-height: 16px;
	min-height: 75px;	
}


#welcome_title h2 {
	background:#000000 url(default_bg.gif) repeat-x;
	color:#dddddd;
	margin:0;
	padding:5px;
	font-size:1.9em;
	font-weight: normal;
	border-top: 1px solid #777777;
}

#welcome_title h2 a {
	color:#dddddd;
	font-weight: normal;
	text-decoration: none;
}

#welcome_title h2 a:hover {
	text-decoration: underline;
	color:#dddddd;
}

.default h3 {
	background:#333333 url(default_bg.gif) repeat-x;
	background-position: bottom;
	color:#dddddd;
	margin:0;
	padding:5px;
	font-size:1.7em;
	font-weight: normal;
	border-bottom: 2px solid #ff9900;
	border-top: 1px solid #777777;
	text-align: left;
}

.default h3.news {
	background:#333333 url(default_bg.gif) repeat-x;
	background-position: bottom;
	color:#dddddd;
	margin:0;
	padding:5px;
	font-size:1.7em;
	font-weight: normal;
	border-bottom: 2px solid #ff9900;
	border-top: 1px solid #777777;
	text-align: left;
	}
	


#white_wrap_home a:hover {
	color: #ff9900;
	text-decoration: none;
}
	
.default h3.rss a{
	padding: 5px 5px 5px 35px;
	background:transparent url(feed.png) no-repeat;
	background-position: left center;
	color:#dddddd;
	text-decoration: none;
}

.default h3.rss a:hover{
	color: #ff9900;
}
	
#news_wrap {
	width:100%;
	margin-right:-255px;
	float:left;
	background:transparent;
	min-height:500px;
	color: #999999;
}
	
#news_wrap p{
	font-size:1.0em;
	padding: 0 3px 3px 35px;
	margin: 5px 5px 10px 5px;
	background:transparent url(gear.gif) no-repeat;
}
	
#news_wrap p a, .right p a{
	display: block;
	font-size:1.1em;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 1px 0;
	color:#ffcc33;
	text-decoration: none;
	border-bottom: 1px solid #222222;
}
	
#news_wrap p a:hover, .right p a:hover{
	border-bottom: 1px solid #ff9900;
	color:#ff9900;
}
	
#mid_wrap {
	width:250px;
	position:relative;
	float:right;
	font-size:1.0em;
	padding: 0 0 40px 0;
	background:#333333 url(mid_bg.gif) repeat-x;
	background-position: bottom;
	color: #dddddd;
	min-height:450px;
	text-align: center;
}
	
#mid_wrap p, #top_wrap p {
	font-size:0.9em;
	padding: 5px;
	margin: 0;
	text-align: left;
}
	
#mid_wrap p a, #top_wrap p a, .home_top2 p a{
	color:#ffcc33;
	text-decoration: none;
	font-weight: bold;
}

#mid_wrap p a:hover, #top_wrap p a:hover, .home_top2 p a:hover{
	color:#ffcc33;
	text-decoration: underline;
	font-weight: bold;
}
	
#mid_wrap img {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #777777;
}
	
#wrap4_home {
	text-align:left;
	background: #111111 url(background.gif) repeat-y;
}
	
#white_wrap_home {
	background: transparent;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 1.2em;
	color: #333333;
}

#main_home {
	min-height:400px;
	margin-right:250px;
	background: transparent;
}

.posted_on {
	display: block;
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
}

#sidewrap_home {
	width:277px;
	position:relative;
	float:right;
	font-size:1.2em;
	padding: 0;
	margin: 0;
	background:transparent;
	border: 0;
	}
	
#side_home {
	overflow:hidden;
	width:100%;
	}
	
.home_top, .home_top2 {
	display: absolute;
	background:transparent;
	min-height: 346px;
	max-height: 346px;
	padding: 0;
	margin: 0;
}

.home_top2 {
	border-left: 1px solid #777777;
	background:#000;
	color: #cccccc;
	background:#000000 url(top_home2_bg.gif) repeat-y;
}

.right {
margin: 5px;
}

.home_top2 p {
padding: 0 5px 10px 35px;
margin: 5px 0 0 5px;
background:transparent url(saw.gif) no-repeat;
font-size: 0.9em;

}

.home_top2 img {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
}

.right p{
padding: 0 3px 3px 35px;
margin: 5px 5px 10px 5px;
background:transparent url(gear.gif) no-repeat;
color: #999999;
margin: 0;
font-size: 0.9em;
}

p.rr {
background:transparent url(rr.gif) no-repeat;
}
p.rl {
background:transparent url(rl.gif) no-repeat;
}

a.generic {
text-align: center;
display: block;
width: 100px;
color:#ffcc33;
padding: 5px;
margin: 15px 5px 5px 40px;
border: 1px solid #ffcc33;
background: #000000;
text-decoration: none;
}

a:hover.generic {
color: #fff;
background: #222222;
}

.sidebox a{
	color:#ff9900;
	text-decoration: none;
	font-weight: bold;
}

.sidebox a:hover{
	color:#ff9900;
	text-decoration: underline;
	font-weight: bold;
}


