html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	background-color: #FFFFFF;
}

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

td{
padding-left:2px;
padding-right:2px;
}

/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background: #696969 url(images/bg.png) repeat;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 900px;
	
}

#shadow-l {
	background: url(images/shadow-l.png) 0 0 repeat-y;
	padding-left: 6px;
	position: relative;
}

#shadow-r {
	background: url(images/shadow-r.png) 100% 0 repeat-y;
	padding-right: 6px;
	position: relative;
}

/* IE hack */
* html #shadow-l {
	float: left;
}

* html #shadow-r {
	float: right;
}
/* END IE hack */


#mainbody {
	margin: 0;
	width: 888px;
	background: #FFFFFF;
	
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

/* No image should have a border when linked */
a img{
border: 0;
}

/* header */
#header {
	position: relative;
	height: 111px;
	overflow: hidden;
	background: #232833 url(images/header-bg.png) repeat-x;
}

#header-l {
	height: 111px;
	background: url(images/header-l.png) 0 0 no-repeat;
	position: relative;
	padding-left: 16px;
}

#header-r {
	height: 111px;
	background: url(images/header-r.png) 100% 0 no-repeat;
	position: relative;
	padding-right: 16px;
}

#logo-bg, #logo-bg a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width:440px;
	height: 111px;
	background: url(images/logo-bg.png) no-repeat;
	padding: 30px 0 0 30px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#logo, #logo a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width:440px;
	height: 111px;
	background: url(images/logo.png) no-repeat;
	padding: 30px 0 0 30px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
#newstitle {
	color: #000000;
	padding: 1px 2px 1px 2px;
	font-size: 12px;
	border-style:solid;
	border-width:1px;
}
#news {
padding-left: 50px;
width:795px;
border-style: none;
}

#insidebody {
padding-left: 50px;
width:795px;
border-style: none;
}

#newstable{
padding: 0px;

}




#footer {
	margin: 0;
	padding: 40px 0 0 30px;
	background: url(images/footer-bg.png) repeat-x;
	height: 83px;
	color: #eee;
	text-align: center;
}

#footer-l {
	background: url(images/footer-bgl.png) 0 0 no-repeat;
	height: 83px;
	padding-left: 251px;
}

#footer-r {
	background: url(images/footer-bgr.png) 100% 0 no-repeat;
	height: 83px;
	padding-right: 49px;
}

#footer a {
  color: #fff;
}

#newsintro {
  font-color: black;
}

#footer a:hover {
	color: #000;
}

/* footer2 */

#footer2 {
	margin: 0 30px 10px 0;
	text-align: right;
	color: #999;
}



/*** fonts ***/
body {
		font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #444;
		font-size: 11px;
}

a {
	color: #6600cc;
}

a:hover {
	color: #000;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



