body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	background-image: url(02_images/layout/bg1.jpg);
	color: #FFFFFF;
}
#wrapper {
	margin: 0 auto;
	width: 920px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #1F1F1F;
}
#header {
	color: #333;
	width: 920px;
	float: left;
	height: 150px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(02_images/layout/head.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#left {
	color: #333;
	width: 150px;
	float: left;
	margin-top: 0px;
}
#content {
	float: left;
	color: #FFFFFF;
	width: 610px;
	display: inline;
	font-size: 11px;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}
#right {
	color: #FFFFFF;
	width: 146px;
	float: left;
	font-size: 11px;
	padding-bottom: 5px;
}
#footer {
	width: 920px;
	clear: both;
	color: #999999;
	margin: 0px;
	background-image: url(02_images/layout/footer.jpg);
	font-size: 10px;
	text-transform: uppercase;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000000;
	background-position: bottom;
	background-color: #272727;
}
#title {
	background-image: url(02_images/layout/title.jpg);
	height: 20px;
	padding-top: 155px;
	padding-left: 10px;
	margin-bottom: 5px;
	display:none
}

#title-home {
	background-image: url(02_images/layout/title1.jpg);
	margin-bottom: 5px;
	background-position: bottom;
}

#info {
	padding-left: 5px;
	width: 600px;
}

.table_base {
	border-bottom: 1px dashed #666666;
	padding-bottom: 5px;
	padding-top: 5px;
}

.table_item {
	padding: 5px;

	border-bottom: 1px solid #333333;

}
.image {
margin: 5px;
}

.image_noborder{
	border: none;
}

