html, body {
        margin: 0;
        padding: 0;
	background-color: #274150;
	color: black;
}
body {
        padding: 10px;
        font: normal 68.75%/1.6em Verdana, Arial, Helvetica, sans-serif;
        background: #274150 url("/forum/styles/shades/theme/images/body_bg.png") top left repeat-x;
}

/* a, a:link, a:visited {
	text-decoration: none;
	color: #146d9f;
	background-color: white;
}
a:hover {
	text-decoration: underline;
	color: #146d9f;
	background-color: white;
}
a:active {
	text-decoration: underline;
	color: #cda14a;
	background-color: white;
}
*/
#bodyblock {
 	width: 960px;
	margin: 0 auto;
	padding: 0 0 1.8em 0;
  	background: url("/forum/styles/shades/theme/images/bottom.gif") bottom no-repeat;
}


#header {
	background-image: url("/forum/styles/shades/theme/images/logo7.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: white;
	position: relative;
	color: black;
	width: 960px;
	margin: 0;
	padding: 145px 0 0 0;
/*	padding-top: 145px; */

}
ul#menu {
	width: 958px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
 	background: transparent;
}
#menu li {
 	display: inline;
	list-style: none;
	font-size: 0.9em;
	padding: 0 0.5em 0.2em 1em;
	vertical-align: middle;
	border-left: 1px dotted #333;
}
#menu li.first {
	border-left: none;
}

#menu a {
	text-decoration: none;
	color: #333;
	background-color: #ccc;
}
#menu a:focus, #menu a:hover {
	color: #fff;
	background-color: #ccc;
	text-decoration: underline;
}
#menu a:active {
	color: #cda14a;
	background-color: #ccc;
	text-decoration: underline;
}

#content {
	float: left;
	width: 958px;
  	min-height: 500px;
	margin: 0 auto;
	padding: 0;
	background: white;
  	color: #333;
  	font-size: 1em;
  	border-left: 1px solid #000000; 
        border-right: 1px solid #000000; 
}

#forum {
        float: left;
        width: 928px;
        padding: 15px;
        background: white;
}


#center {
	float: right;
	width: 33%;
	padding: 20px;
}

#left {
	float: left;
	width: 33%;
	padding: 20px;
}

#right {
	float: right;
	padding: 10px;
	width: 210px;
}

#footertext {
	clear: both;
	color: black;
	width: 958px;
	margin: 0;
	padding: 0;
	background: white;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}

#footertext p {
	text-align: center;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #999;
	background-color: white;
}


/* New menu boxes with nested ul/li */

#menubox {
	width: 180px;
	float: right;
	clear: right;
  	padding: 0;
	background: none;
	margin-right: 10px;
	margin-top: 30px;
}
	#menubox ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: none;
	}
	#menubox ul li {
		margin: 0;
		padding: 0 0 20px 0;
		background: url("/forum/styles/shades/theme/images/menubottom4.png") no-repeat bottom left;
		overflow: visible;
	}
	#menubox h2 {
		width: 180px;
		height: 20px;
		font-size: 1.3em;
		background: #ccc url("/forum/styles/shades/theme/images/menuhead4.png") no-repeat;
		color: #333;
		text-align: center;
		vertical-align: middle;
		padding: 0;
		margin: 1.3em 0 0 0;
	}
	#menubox ul ul {
	        color: #333;
		background: #ccc;
		padding: 0 0 0.3em 0;
	}
	#menubox ul ul li {
		font-size: 0.9em;
		list-style-image: none;
		list-style: none;
		background-image: url("/forum/styles/shades/theme/images/bullet.gif");
		background-repeat: no-repeat;
		background-position: 0 0.4em;
		background-color: #ccc;
		padding: 0.2em 0 0 2em;
		margin: 0 0 0 1em;
		color: #333;
	}
#menubox a {
	text-decoration: none;
	color: #333;
	background-color: #ccc;
}
#menubox a:focus, #menubox a:hover {
	color: #fff;
	background-color: #ccc;
	text-decoration: underline;
}
#menubox a:active {
	color: #cda14a;
	background-color: #ccc;
	text-decoration: underline;
}

* html #content, * html #menubox {
	overflow: hidden; /* For IE */
}


ul.news {
 	margin: 0 0 0 0;
  	padding: 0 0 0 0;
}

ul.news li  {
	list-style-image: none;
	list-style: none;
	background-image: url("/forum/styles/shades/theme/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	padding: 0.2em 0 0.5em 2em;
}

ul.news li.last {
	border-bottom: none;
}

ul.news .date {
  	white-space: nowrap;
  	font-size: 0.8em;
}
ul.news .subject {
	white-space: nowrap;
	display: inline;
	font-weight: bold;
/*	vertical-align: sub; */
}
ul.news p {
 /* 	font-size: 0.8em; */

}

img {
	border: 0;
}

#power {
       	width: 360px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#power a {
	background: none;
}

