body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #f0f0f0;
}

.outerWrap
{
	width: 100%; 
	text-align: center;
}

.innerWrap
{
	width: 950px; 
	text-align: left;
	background: #ffffff;
	height: 600px;
	position: absolute; 
	top: 50%;
	margin-top: -300px; 
	left: 50%;
	margin-left: -475px; 
}

.leftMain
{
	width: 497px;
	height: 600px;
	float: left;
}


.rightMain
{
	width: 453px;
	height: 600px;
	float: left;
	background: #31312F;
}

#homeMain { background: url('../images/backgrounds/home.jpg') no-repeat; }
#homeMain2 { background: url('../images/backgrounds/home2.jpg') no-repeat; }
#tradeMain { background: url('../images/backgrounds/trade.jpg') no-repeat; }
#domesticMain { background: url('../images/backgrounds/domestic.jpg') no-repeat; }
#portfolioMain { background: url('../images/backgrounds/portfolio.jpg') no-repeat; }
#contactMain { background: url('../images/backgrounds/contact.jpg') no-repeat; }

.menu
{
	font-family: arial, helvetica, sans-serif;
	color: #505050;
	font-size: 90%;
	line-height: 1.1em;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 50px;	

}
.menu a.menuItem1  {	text-decoration: none;	color: #505050;	font-weight: normal; }
.menu a.menuItem1:link {font-weight: normal; text-decoration: none;	color: #505050;  }
.menu a.menuItem1:visited {	font-weight: normal; text-decoration: none; color: #505050; }
.menu a.menuItem1:hover { font-weight: normal; text-decoration: none; color: #000000; }

.menu a.menuItem2  { padding-left: 15px; text-decoration: none;	color: #505050;	font-weight: normal; background: url('../images/menuBG.gif') no-repeat; }
.menu a.menuItem2:link {font-weight: normal; text-decoration: none;	color: #505050;  }
.menu a.menuItem2:visited {	font-weight: normal; text-decoration: none; color: #505050; }
.menu a.menuItem2:hover { font-weight: normal; text-decoration: none; color: #000000; }

#menuItemOn { font-weight: bold; color: #ff0000; }


.leftMain h1
{
	font-family: arial, helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 50px;
	line-height: 1.3em;
}

.leftMain p
{
	font-family: arial, helvetica, sans-serif;
	color: #505050;
	font-weight: normal;
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 50px;
	line-height: 1.4em;
}

.leftMain p a  { text-decoration: none;	color: #505050;	font-weight: bold;  }
.leftMain p a:link {font-weight: bold; text-decoration: none;	color: #505050;  }
.leftMain p a:visited {	font-weight: bold; text-decoration: none; color: #505050; }
.leftMain p a:hover { font-weight: bold; text-decoration: none; color: #000000; }

.leftMain ul
{
	font-family: arial, helvetica, sans-serif;
	color: #505050;
	font-weight: normal;
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 50px;
	line-height: 1.4em;
	list-style-type: none;
}


.contentWrapHome
{
	width: 370px;
	margin-top: 40px;
}


.contentWrap
{
	width: 420px;
	margin-top: 50px;
}

.contentWrapPortfolio
{
	width: 420px;
	margin-top: 90px;
}


.rightHead { height: 200px; }

.rightMain h2
{
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1.3em;
	text-align: center;
}

.rightMain p
{
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1.3em;
	text-align: center;

}

.extraPadding { margin-top: 40px !important; }