html,body
{
	padding-top: 5px;
}

body
{
	background-image: url(../images/bg.jpg);
	height: 100%;
}

h1
{
	text-decoration: none;
	text-align: left;
	font: bold 17px Verdana;
	color: #720800;
	background: #EEE;
	width: 531px;
	left: -8px;
	padding: 5px;
	margin: 0;
	position: relative;
}

h2
{
	text-decoration: underline;
}

img
{
	/*behavior: url("pngbehavior.htc");*/
}
#top_nav a img
{
	border:none;
}

#wrapper
{
	background-image: url(../images/wrapper.gif);
	position: absolute;
	left: 50%;
	margin-left: -370px;
	width: 745px;
	height: auto;
}

#header img
{
	float: left;
}

#container
{
	width: 745px;
}

#main_right
{
	float: left;
	text-align: left;
	direction: LTR;
	width: 500px; 
	margin: -5px;
	margin-top: 10px;
	font-family: Verdana;
}

#main_left
{
	float: left;
	margin-top: 31px;
	padding-left: 20px;
	width: 190px;
}

#main_left a
{
	color: #08468c;
	text-decoration: none;
	font-family: Verdana;
	font-size: 15px;
	margin-left: -28px;
	padding-left: 10px;
	width: 180px;
	display: block;
}

#main_left a:hover
{
	color: #08468c;
	background: #EEE;
}

#footer
{
	background-image: url(../images/bg.jpg);
	direction: LTR;
	text-align: center;
	width: 745px;
	font: 12px Verdana;
	clear: both;
}

#footer a
{
	color: #0000FF;
}

#footer img
{
	vertical-align: top;
}

.item_cube
{
	direction: LTR;
	float: left;
	background-color: #EEE;
	font: 12px Verdana;
	margin-bottom: 5px;
	width: 162px;
	margin: 2px;
	text-align: center;
}

.item_cube h2
{
	font: bold 12px Verdana;
	text-align: center;
	text-decoration: none;
	background: #BBB;
	width: 100%;
	position: relative;
	margin-top: 0;
	line-height: 20px;
}

.item_cube img
{
	width: 120px;
	height: 130px;
	margin: 4px;
	border: 1px solid #000;
	margin-top: -17px;
}

.item_cube img.tile:hover
{
	cursor: pointer;
}