/* CSS Document */
* {
	text-decoration:none !important;	
}
a{
	text-decoration:none !important;	
}
body {
	margin: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: x-small;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position:relative;
}
#header {
	background-color: #F96501;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	height:55px;
}
#home {
	background-color: #43639E;
	text-align: right;
	color: #FFFFFF;
}

#home a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#trade_header {
	background-color: #716F64;
	background-image: url(../images/menu/trade.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 60px;
}
#trade_details {
	float: right;
	width: auto;
	margin-top: -15px;
	color: #FFFFFF;
}

#main {
	background-color: #FFFFFF;
	text-align: justify;
}
#main p {
padding:10px;
margin:0px;
}
#footer {
	height: 50px;
	background-color: #000000;
	color: #CCCCCC;
	font-size: x-small;
	padding: 5px;
	float: left;
	width: 750px;
}
#site {
	z-index: 1;
	top : 85px;
	width: 760px;
}

