/* CSS Document */

html
{
   margin: 0px;
   padding: 0px;
}

#container
{
   position: relative;
   display:block;
   margin: 0 auto; /* center on everything else */
   width: 940px;
   text-align: left;
   padding:0px;
   background:#feffe0;
}
.container-inside
{
   position: relative;
   float:left;
   display:block;
   margin: 0px;
   width: 889px;
   text-align: left;
   padding:0px;
   background:#feffe0;
}

/*header*/
#header {
	position: relative;
	float:left;
	display:block;
	width:940px;
	margin:0px;
	padding:0px;
	left:0px;
	}
.top-header{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:940px;
	height:123px;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
}
.ban-header{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	background:url(images/header_05.gif);
	width:940px;
	text-align:center;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
}
.bot-header{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:940px;
	height:53px;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
}	


/*main body*/

#main_body {
	position: relative;
	display:block;
	float:left;
	background:#FFE6AE url(images/bg.gif);
	width:940px;
	margin:0px;
	padding:0px;
	left:0px;
	}
.left_cont{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:174px;
	margin:0px;
	padding:10px 0px 0px 0px;
	top:0px;
	left:0px;
}
.center_cont{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	background:url(images/top_cent.jpg) top center no-repeat;
	width:590px;
	margin:0px;
	padding:20px 0px 0px 0px;
	text-align:center;
	top:0px;
	left:0px;
}
.ryt_cont{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:176px;
	margin:0px;
	padding:10px 0px 0px 0px;
	top:0px;
	left:0px;
}


/*box*/
.box {
	position: relative;
	float:left;
	width:560px;
	margin:0px;
	padding:0px;
	left:15px;
	text-align:left;
	}
.box-title {
	position: relative;
	margin:5px;
	padding:3px 0px 10px 0px;
	top:5px;
	width:540px;
	background:#A6451A;
	text-align:left;
	left:7px;
	}
.entry {
	position: relative;
	margin:5px;
	padding:0px 0px 10px 0px;
	top:5px;
	width:540px;
	text-align:left;
	left:7px;
	border-bottom: 1px dashed #fdb02a;
	}


/*footer*/
#footer {
	position: relative;
	float:left;
	width:940px;
	height:70px;
	background: url(images/bg.gif);
	margin:0px;
	padding:0px;
	text-align:center;
	left:0px;
	}
.footer_txt {
	position: relative;
	color:#000;
	font-size:10px;
	text-align:center;
	margin:0px;
	padding:0px;
	top:35px;
	}
	
.pagebar 
	{ 
		font: 15px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #000; 
		background: #5b57f6; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #f4e846; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #000; 
		font-weight: bold; 
		font-size: 15px; 
		vertical-align: top; 
		background: #f4e846;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #000; 
		text-decoration: none;
	}