.news_wrapper A:link {text-decoration: underline; color: #fbe900; font-weight: bold;}
.news_wrapper A:visited {text-decoration: none; color: #fbe900; font-weight: bold;}
.news_wrapper A:hover {text-decoration: underline; color: #9e1a02; font-weight: bold;}

#nav A, #nav A:Link {display:block; text-decoration: underline; color: #fbe900; font-weight: bold; height:47px; overflow:hidden; float:left;  background-position: 0 0px;}
#nav A:visited {display:block; text-decoration: underline; color: #fbe900; font-weight: bold; height:47px; overflow:hidden; float:left; background-position: 0 0px;}
#nav A:hover {display:block; text-decoration: underline; color: #fbe900; font-weight: bold; height:47px; overflow:hidden; float:left; background-position: 0 -47px;}

A, A:Link {text-decoration: underline; color: #fbe900; font-weight: bold;}
A:visited {text-decoration: none; color: #fbe900; font-weight: bold;}
A:hover {text-decoration: underline; color: #fbe900; font-weight: bold;}

#footer A, #footer A:Link {text-decoration: underline; color: #fbe900; font-weight: normal; font-size: 10px;}
#footer A:visited {text-decoration: none; color: #fbe900; font-weight: normal; font-size: 10px;}
#footer A:hover {text-decoration: underline; color: #fbe900; font-weight: normal; font-size: 10px;}



BODY {
	background: url('../images/bkg.jpg');
	background-position:center top;
	background-repeat:repeat-y;
	background-attachment:scroll;
    background-color: #600700;
    font-size: 13px;
    font-family: arial;
    text-decoration: none;
    color: #fff;
	margin: 0px;
}
/* Begin Column Page */
#wrapper #left_column {
	width: 540px;
	padding: 20px;
	margin: 0 0 0 30px;
	float:left;
	position:relative;
	z-index: 5;
}

#wrapper #right_column {
	width: 240px;
	padding: 20px 20px 20px 0;
	margin-left: 610px;
	position:relative;
	z-index: 5;
}
#wrapper #right_column:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* End Column and Index Page */

/* Begin Main Style*/
#header {
	width: 900px;
	height: 204px;
	margin:auto;
	text-align: center;
	z-index: 1;
}

#nav {
	width: 900px;
	text-align: left;
	font-size: 10px;
	margin: 0 auto;
}

#nav img{
	padding: 0;
	border: 0px;
	margin: 0 auto;
	text-decoration: none;
}

#symbols {
	background-image: url('../images/symbol_bodies.gif');
	width: 900px;
	height: 375px;
	margin:auto;
	text-align: center;
	z-index: 1;
	position:absolute;
}

#footer {
	display:block;
	width: 900px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	clear:both;
}
#footer #text {
	position: relative;
	top: 12px;
}
#wrapper {
	width: 900px;
	margin:0 auto ;
}

#wrapper #body {
	width: 800px;
	margin:0 auto;
	padding: 20px;
}

/* Begin Browser Controversial */
.news_top {
width: 240px; 
height:5px; 
background-color: #eda000;
background-image: url('../images/news_top.jpg'); 						  
}
.news_wrapper {
	background-color: #eda000;
	background-image: url('../images/news_bkg.jpg');
	padding: 0 5px;
	margin-top: -15px; /*needs to be -20 for ie */
	color: #821502;
}
.news_bottom {
width: 240px; 
height:5px; 
background-color: #eda000;
background-image: url('../images/news_bot.jpg'); 
margin-bottom: 10px;
margin-top: -13px; /*needs to be 0 for ie */
}

/* End Browser Controversial */


/* End Main Style*/