@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/site_bg.jpg);
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img {
	border:0;
}

td {
	vertical-align:top;
}

li {
	padding:6px; 
	background-color:#ccc;
	border-bottom:2px solid #999;
}

ul {
	float:left; 
	list-style:none; 
	padding:3px 0 20px 7px; 
	margin:0; 
	width:350px;
}

#headMenueBg {
	height:43px; 
	background-image:url(images/menue_bg.jpg);
}

#headMenueBg img {
	float:left; 
	margin:0 10px 0 10px;
}

.headMenue {
	padding:10px; 
	float:left; 
}

.headMenue a {
	color:#fff;
	text-decoration:none;
}

.headMenue a:hover {
	text-decoration:underline;
}

.contentHead {
	background-image:url(images/content_head.jpg);
	background-repeat:repeat-x;
	height:21px;
	padding:4px;
	color:#fff;
}

.contentLeft {
	width:290px; 
	float:left; 
	text-align:justify;
}

.contentLeft p {
	padding:0 2px 0 2px; 
	margin:0;
	color:#fff;
}

.contentRight {
	width:290px; 
	float:left; 
	margin-left:20px; 
	text-align:justify;
}

.tradelistHead {
	background-image:url(images/content_head.jpg);
	background-repeat:repeat-x;
	height:21px;
	padding:4px;
	color:#fff;
	width:242px;
	float:left;
}

#footer {
	background-color:#999;
	padding:6px;
	width:615px;
	margin:0 auto;
}

