*{
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	}

.images{
	float: left;
	}
#wrapper{
	width: 844px;
	}				
#colorbar{
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #b10400;
	}
					
#adsense{
	float: left;
	width: 728px;
	height: 15px;
	margin-left: 36px;
	}
#content_wrapper{
	clear: left;
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	display: block;
	width: 564px;
	}
#right_wrapper{
	float: right;
	margin-top: 10px;
	display: block;
	}
.top_left{
	background-image: url('../images/top_l.PNG');
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	clear: none;
	overflow: hidden;
	}
.top{
	float: left;
	background-image: url('../images/top.PNG');
	background-repeat: repeat-x;
	clear: none;
	overflow: hidden;
	}
.top_right{
	background-image: url('../images/top_r.PNG');
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	clear: none;
	overflow: hidden;
	}
.left{
	clear: left;
	float: left;
	background-image: url('../images/left.PNG');
	background-repeat: repeat-y;
	}
#content{
	float: left;
	overflow: auto;
	clear: none;
	font-size: 10px;
	line-height: 1.5em;
	}
#content_header{
	border-bottom: thin dotted #b10400;
	clear: right;
	color: #b10400;
	font-weight: bold;
	font-size: 14px;
	}
.category{
	float: left;
	width: 180px;
	clear: none;
	margin-top: 5px;
	}
.category img{
	border: none;
	}
.category li{
	list-style: none;
	}
.category li a{
	color: black;
	font-size: 11px;
	text-decoration: none;
	}
#right{
	float: left;
	clear: none;
	}
.right{
	float: left;
	background-image: url('../images/right.PNG');
	background-repeat: repeat-y;
	clear: none;
	}
.bottom_left{
	background-image: url('../images/bottom_l.PNG');
	background-repeat: no-repeat;
	clear: left;
	float: left;
	width: 10px;
	height: 10px;
	}
.bottom{
	float: left;
	background-image: url('../images/bottom.PNG');
	background-repeat: repeat-x;
	clear: none;
	}
.bottom_right{
	background-image: url('../images/bottom_r.PNG');
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	clear: none;
	}
#adbar{
	clear: both;
	float: left;
	}
#menu{
	width: 100%;
	height: 25px;
	background-color: #b10400;
	overflow: hidden;
	border-bottom: medium solid rgb(250,214,14);
	clear: left;
	}
#menu li{
	display: block;
	float: left;
	clear: none;
	list-style: none;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin-top: 3px;
	background-color: #b10400;
	}
#menu li a{
	color: #fff;
	text-decoration: none;
	background-color: #b10400;
	}
