/* CSS Document */
/*--------TAGS--------*/

* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}

iframe {background:none;}

body {
	background-color: #d60a16;
	color:#FFCC00;
	background-image: url(../images/topBackground.jpg);

	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
color:#d60a16;
}

/*--------Wrapper--------*/

#wrapper {
	width: 932px;
	margin: 0 auto;
/*	background: #FF0000 url(images/img02.jpg) repeat-y;*/
}
#wrapper2 {
	background:url(../images/midSection.jpg);
	background-repeat: repeat-y;
	padding-top: -5px;/*	background:url(../images/midSection.jpg) no-repeat left bottom;*/
	top: -5px;
}
#leftCol {
text-align:right;
float:left;
/*background-color:#00CC00;*/
width:165px;
height:210px;
}
#leftCol a{
color:#d60a16;
text-decoration:none;
}



#centerCol {
margin-left:192px;
text-align:center;
/*	background-color:#666666;*/
	width:535px;

	left: 350px;
}

#centerColLeft {
padding: 5px 15px 15px 15px;
text-align:left;
line-height:26px;
}





#rightCol {
float:right;
padding:57px 5px 7px 5px;
/*margin-right:14px;*/
/*background-color: #FF6600;*/
width:165px;
height:210px;
}

#footer {
	height: 40px;
	background: url(../images/bottom.jpg) no-repeat;
/*	padding:40px 0 0 30px;*/
	text-align:center;
}

#lowfootie{
	text-align:center;
	line-height:25px;
	background: url(../images/bottomGrad.jpg) top center repeat-x;
}
/*nav*/

#subNav{
color:#000000;
}
#subNav a{
color:#FFCC00;
text-decoration:none;
line-height:15px;
}
#subNav a:hover{
color:#000000;
}



#lowfootie a{
color:#FFCC00;
text-decoration:none;
}
#lowfootie a:hover{
color:#000000;
}

/*CLASS*/
.entry{
	background:url(../images/header.jpg)  no-repeat;
}































