@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background:url(../images/layout_03.gif) repeat-x;
	background-color: #B3B688;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
}
#pagefill {
	background:url(../images/layout_11.gif);
}
#header {
	height: 297px;
}
#logo {
	background:url(../images/layout_05.gif);
	float:left;
	width:500px;
	height:297px;
}
#item_show {
	background:url(../images/layout_06.gif);
	float:right;
	width:300px;
	height:297px;
}
#toolbar {
	background:url(../images/layout_08.gif);
	clear:both;
	height: 30px;
	padding-left:120px;
	padding-right: 25px;
	vertical-align:text-top;
}
#main_top {
	background:url(../images/layout_09.gif);
	padding-left: 35px;
	padding-right: 35px;
	vertical-align: baseline;
	height:19px;
}
#facebook {
	border-color:#3366CC;
	border-width:3px;
	float:right;
	padding: 10px;
	
}

#content{
	padding: 25px;
	background:url(../images/layout_11.gif);
}
#footer{
	clear:both;
	background:url(../images/layout_13.gif);
	
	height:119px;
}
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#ffffff;
	font-weight: bold;
	padding-left: 400px;
	padding-top: 75px;
	padding-bottom: 0;
	margin-right:120;
}
