@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family: Tahoma, arial;
	background-color: #323232;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
}

a {
	color: #FFBC02;
}
a:visited {
	color: #ffffff;
}


#contener{
width:730px;
margin:auto;}

#top{
height:84px;
float:left;
width:100%;}


a.logo{
width:400px;
display:block;
float:left;}

#search{
width:300px;
margin-top:20px;
float:right;}


.input{
	height:18px;

	display:block;
	width:100%;
	float:right;
	background-color: #FFFFFF;
	border: 1px solid #313030;
	font-family: Tahoma, arial;
	font-size: 11px;
	color: #313030;
}

.go{
	width:22px;
	height:20px;
	float:right;
	font-family: Tahoma, arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #ef0000;
	border: 1px solid #313030;
}

#menu{
height:30px;
padding-top:9px;
float:left;
text-align:center;
width:100%;}

#menu a{
	font-size: 12px;
	margin-left:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	display:inline;
	font-weight: bold;
	font-family: Tahoma, arial;
	color: #FFFFFF;
	background-color: #3b3b3b;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #323232;
	border-left-color: #323232;
	text-decoration: none;
}


#menu a:hover{
	background-color: #323232;
}

#main{
width:100%;
float:left;
padding-bottom:15px;
margin-top:5px;}


#welcome{
	width:100%;
	float:left;
	font-size: 14px;
	color: #FFFFFF;
}


#adv{
width:100%;
float:left;
padding-top:15px;
padding-bottom:15px;
text-align:center;}

#news_stories{
	width:100%;
	float:left;
	padding-bottom:10px;
	margin-top:10px;
	border: 1px solid #3d3d3d;
}

#header{
	height:20px;
	padding-top:4px;
	float:left;
	width:720px;
	margin:1px;
	padding-left:8px;
	background-image: url(header.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
*{
padding:0px;
margin:0px;}
#box_bg{
width:90%;
padding:10px;
float:left;}

#box_bg h2 a{
	font-family: Tahoma, arial;
	font-size: 12px;
	font-weight: bold;

	color: #d2bc2a;
	text-decoration: none;
}

#box_bg h2 a:hover{
text-decoration:underline;}

#box_bg li{
	font-size: 10px;
	padding-left:10px;
	margin-top:15px;
	font-weight: normal;
	color: #cdc9c9;
	list-style-position: outside;
	list-style-image: url(li.gif);
}

#box_bg ul{
padding-left:20px;}

#box_left{
	width:350px;
	float:left;
	margin-top:10px;
	border: 1px solid #3e3e3e;
	font-family: Tahoma, arial;
	font-size: 12px;
	color: #cdc9c9;
}

#header2{
	height:20px;
	padding-top:4px;
	float:left;
	width:340px;
	margin:1px;
	padding-left:8px;
	background-image: url(header.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#box_bg input{
	font-family: Tahoma, arial;
	font-size: 11px;
	color: #626060;
	padding:5px;
	background-color: #2e2d2d;
	border: 1px solid #3d3d3d;
}

#box_bg input:hover{
	background-color: #282727;
}

#box_left a {
	font-family: Tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #807e7e;
	text-decoration: none;
}

#footer{
	height:100px;
	padding-top:30px;
	width:100%;
	float:left;
	padding-bottom:100px;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	line-height:22px;
}

#footer a{
	font-family: Tahoma, arial;
	font-size: 11px;
	padding-top:5px;
	color: #ffce31;
	text-decoration: none;
}
#pagination a {
	display: inline-block;
	color: #000000;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	background-color: #FFFFCC;
	text-decoration: none;
	border: 1px solid #BFBF9B;
}
#pagination span {
	display: inline-block;
	color: #FFFFFF;
	margin-right: 5px;
		margin-bottom: 5px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	background-color: #CC0000;
	text-decoration: none;
	border: 1px solid #6F0000;
}
