<!--
/* Other Style Sheets */
@import url(menu.css);
@import url(advert.css);
@import url(text.css);

body {
	background-color: #000;
	font: bold 14px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding-top: 7px;
}
#container {
	background-color: #fff;
	text-align:left;
	margin: auto;
	width: 760px;
}
#header {
	background-image: url(../images/bg.jpg); 
	background-repeat: no-repeat;
	width: 760px;
	height: 60px;
}
#nav {
	height: 35px;
}
#content {
	clear:both;
	font-size: 85.4%;
	padding-left: 15px;
	padding-right: 15px;
}
#divleft {
	float: left;
	padding-left: 15px;
	width: 75%;
}
#divright {
	float: right;
	width: 21%;
}
#divform {
	float: left;
	padding-left: 15px;
	width: 95%;
}
#hr {
	border-bottom: 1px solid #b20000;
}
.divdisplaynone {
	display:none;
}
.noimage {
	background-color: transparent; 
	background-image: url(../images/img_not_found.png); 
	background-repeat: no-repeat;
	background-position: center;
}
.tab {
	width: 400px;
}
#footer {
	clear:both;
	font-size: 75.4%;
	color: #999;
	height: 30px;
	background-color: #000;
	background-image: url(../images/bot_w760_h5.gif);
	background-repeat: no-repeat; 
	padding-left: 15px;
	padding-right: 15px;
}

-->
