BODY{
	background-image: url("../images/body_bg.jpg");
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
#container{
	width: 1005px;
	margin: 0 auto;
}
#main_bg{
	width: 100%;
	background: url("../images/main_bg.jpg") repeat-y top center;
	margin: 0 auto;
}
.cellhover {
	background-image: url("../images/layout_34.jpg");
}
.celloff {
	background-image: url("../images/layout_34_off.jpg");
}
.menutop {
	background-image: url("../images/layout_11.jpg");
}
#topbuttons{
	width: 510px;
}
#toptitle{
	width: 495px;
}

/* Form CSS Values Below */
.formbar {
	color: White;
	background-image: url("../images/form_bg.jpg");
	height: 29px;
}
#topsearch{
	width : 347px;
	height : 29px;
}
#toplogin{
	width:351px;
	height: 29px;
}

.topforms{
	height: 18px;
	border-bottom-width : 0px;
	border-left : 2px solid Silver;
	border-right-width : 0px;
	border-top : 2px solid Silver;
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.searchbox{
	padding-top:4px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
}
.topsubmit{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 4px;
	top: +5px;
	position: relative;
}

/*End Form CSS Values */


.primary{
	background-image : url("../images/primary_bg.jpg");
	padding-bottom: 8px;
}
.footer{
	height: 20px;
	background-image : url("../images/layout_55.jpg");
}
.navigation{
	width: 171px;
	background-image : url("../images/layout_38.jpg");
	margin-left : 8px;
	margin-right : 8px;
	padding-bottom: 2px;
}
.navhoveroff{
	margin: 3px auto 3px auto;
	width: 163px;
	border: 1px solid #5E6986;
	background-image : url("../images/layout_34_off.jpg");
	padding : 0px 0px 0px 0px;
	text-indent : 3px;
	text-align : left;
}
.navhoveron{
	margin: 3px auto 3px auto;
	width: 163px;
	border: 1px solid #5E6986;
	background-image : url("../images/layout_34.jpg");
	padding : 0px 0px 0px 0px;
	text-indent : 3px;
	text-align : left;
}
.sideitem{
	width: 171px;
	background-image : url("../images/layout_38.jpg");
	margin-left : 8px;
	margin-right : 8px;
	margin-top: 4px;
}
.newsarea{
	margin: 0 auto;
	background-image: url("../images/layout_38.jpg");
	margin-top: 10px;
}
.story{
	background-image: url("../images/layout_45.jpg");
	width: 528px;
	height: 90px;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 2px;
	margin-bottom: 5px;
}
.review{
	background-image: url("../images/layout_45.jpg");
	width: 592px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 2px;
	margin-bottom: 5px;
}
.revimg{
	margin-left: 5px;
	margin-top: 5px;
}
/*linkler */
a:visited {
text-decoration:none;
color:black;
background-color:transparent;
}

a:link {
text-decoration:none;
color : black;
background-color:transparent;
border:none;
}

a:hover {
color : red;
text-decoration : underline;
}

