body {
	background-color: #e0e3d8;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* html .category {display:inline}/* for ie*/
html>body #container {display:table}/*for mozilla */
html>body .category {
	display:table;
	float:left;
	font-size: 12px;
	color: #FFF;
}/*for mozilla */
@media all and (min-width: 0px){/* opera 7 styles */
html>body .category {display:inline-block;}
}
#container {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#middle {
	height: 190px;
	width: 1003px;
}
#left {
	height: 190px;
	width: 230px;
	float: left;
	clear:both
}
#right {
	height: 190px;
	width: 763px;
	float: right;
}
#login {
	background-color: #f3f1f2;
	height: 146px;
	width: 230px;
	margin-bottom: 4px;
}
#container #middle #left #login form {
	margin: 0px;
	padding: 0px;
}
#container #middle #left #login form p {
	padding-left: 20px;
	margin: 6px;
}
#message {
	background-color: #f3f1f2;
	padding: 10px;
}
.category {
	width:238px;
	height:360px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #f5f5f3;
	float:left;
}
#container .category h2, #container .category h2 a:link, #container .category h2 a:visited, #container .category h2 a:hover{
	background-color: #d9e0ce;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eaf0e4;
	border-bottom-color: #D9E0CE;
	padding: 10px;
	height: 19px;
	text-decoration: none;
}
#container .category h2 {
	background-image: url(../images/category_1.jpg);
}
#container .category ul {
	padding-left: 25px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container .category ul li {
	color: #b41e20;
	line-height: 17px;
}
.more, .more a:link, .more a:visited, .more a:hover{
	color: #b41e20;
	font-weight: bold;
	float:right;
	padding-right: 12px;
} 
#container .category ul li a:link, #container .category ul li a:visited{
	color:#b71e20;
	text-decoration:none;
}
#container .category ul li a:hover{
	color:#d55052;
	text-decoration:none;
}
