* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	background-image: url('images/riceback.jpg');
}
body.infoblock {
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}
img {
	border:none;
}
.wrap {
	margin: 0 auto;
	width: 976px;
}
.leftsidebar {
	width:150px;
	display:block;
	float:left;
}
.content {
	width:676px;
	background: #fff;
	display:inline;
	float:left;
}
.rightsidebar {
	width:150px;
	float:right;
	display:block;
}
h1, h2, h3 {
	color: #610e0d;
}
p {
	margin-bottom: 5px;
}
.header {
	width:676px;
	height:119px;
	background-image: url('images/riceheader.jpg');
	margin-bottom: 10px;
}
.topmaincontent {
	width:676px;
	background: #fff;
	margin-bottom: 10px;
}
#topleftcolumn {
	float: left;
	width: 338px;
}
#toprightcolumn {
	float: right;
	width: 338px;
}
.bottommaincontent {
	width: 676px;
	background: #fff;
}
#bottomleftcolumn {
	float: left;
	width: 285px;
	padding: 0 5px;
}
#bottomrightcolumn {
	float: right;
	width: 381px;
}
.footer {
	width:676px;
	height:72px;
	background-image: url('images/footer.jpg');
}
.infoblock {
	color : #787878;
	font-size : 11px;
	font-family : Arial;
	margin-top: 5px;
	padding: 0 5px;
}
.infoblock a:link {
	color : #888888;
	font-size : 11px;
	font-family : Arial;
}
.infoblock a:visited {
	color : #888888;
	font-size : 11px;
	font-family : Arial;
}
#countrydivcontainer {
	border:1px solid gray;
	width:320px;
	height: 190px;
	margin-bottom: 1em;
	padding: 10px;
	font: 12px Verdana;
	color: #610e0d;
	background-color:#eaeaea;
}
