/* Inside page properties */

.wrapper {
	border:1px solid #99258f;
	margin:0;
	padding:5px 0 40px 5px;
	text-align:left;
	background-image: url(../images/side_bar_grad.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
}

.content {
	width:600px;
	_height:500px;
	margin: 0 10px 10px 10px;
	font-size: 1.2em;
}

.content h3 {
	font-size: 1.6em;
	color: #003663;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	}
	
.content h4 {
	font-size: 1.3em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;
	}
	
.content img{
	margin: 10px;
	}
	
.content-itrade {
	width:600px;
	_height:500px;
	margin: 0 10px 10px 10px;
	font-size: 1.2em;
	background-image: url(/images/itrade-background.jpg);
	background-repeat:no-repeat;
}

.content-itrade h3 {
	font-size: 1.6em;
	color: #003663;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	}
	
.content-itrade h4 {
	font-size: 1.3em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;
	}
	
.content-itrade img{
	margin: 10px;
	}
	
	

.menu {
	width:150px;
	float:right;
	padding-top: 20px;
	height: auto;
	min-height: 400px;
	_height: 400px;
}



.col {
	width:48%;
	float:left;
}

.nomargin {
	margin: 0;
}



	
