
#mainWrapper
{
	width:960px;
	margin:0 auto;
	background:url(/images/about-bg.jpg) no-repeat #000;
	display:block;
	position: relative;
}

#page-title
{
	position:absolute;
	top:80px;
	left:190px;
	z-index:1;
}
#page-title-concept
{
	position:absolute;
	top:110px;
	left:220px;
	z-index:1;
}
#content-left
{
	width:400px!important;
	float:left;
	padding:0 0 0 45px;
	clear:left;
	display:block!important;
}

#content-left p
{
	font:14px/18px Georgia, "Times New Roman", Times, serif;
	color:#d6b055;
	width:350px;
}

#content-left p a
{
	color:#0C0;		
}
#content-left p a.camo
{
	color:#d6b055;
	text-decoration:none;
}
#content-left p img
{
	float:left;
	margin-left:-100px;
}

#content-right
{
	float:right;
	width:500px;
	display:block;
	padding-right:15px;
}
#content-right p a
{
color:#0C0;
}
#content-right p a.camo
{
	color:#fff;
	text-decoration:none;
}
#content-wide
{
	width:900px;
	padding:15px;
	float:left;
}
#content-wide p img
{
	float:left!important;
	margin-left:-30px;
}
#content-right img { float:right; margin-right:-30px; }


span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(/images/select.png) no-repeat;
	overflow: hidden;
}

#button-go
{	
	background: url(/images/button-go.png) no-repeat;
	width:33px!important;
	height:26px!important;
	border:0pt;
	text-indent:-9999em;
	font-size:0pt;
	margin-top:-5px;
}

#button-go:hover
{
		background: url(/images/button-go-on.png) no-repeat;

}
