/* body elements */
body {
	margin: 0px;
	margin-top: 180px;
	background: #FFFFFF url('../bg_main.gif') repeat-x top center;
 
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #004F7E;
}

h1 {
	font-size: 12px;
	display: block;
	margin-top: 27px;
}


img {
	border: none;
}



/* text */

#base {
	width: 733px;
	height: 250px;
	background: url(../bg_base.gif) no-repeat top center;
	margin: 0px auto;
	position:relative;
	overflow: hidden;
}
#trade {
	float: left;
	text-align: right;
	width: 320px;
	margin-top: 10px;
}
#trade p {
	height: 45px;
}

#equipment {
	float: right;
	text-align: left;
	width: 320px;
	margin-top: 10px;
}
#equipment p {
	height: 45px;
}