@charset "utf-8";
/* CSS Document */

body {margin:0px;font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#000;}

.header {width:100%; height:100%;}
	.ribbon {width:100%; height:100%; z-index:-1; position:absolute; margin-top:80px;}	
		.headerleft, .headerright {width:50%; height:45px;}
			.headerleft { background:url(../images/bannerleft.gif) no-repeat; float:left;}
			.headerright { background:url(../images/bannerright.gif) no-repeat; float:right;}
	.logo {width:218px; height:100%; margin:auto;}
	.linksbar {width:990px; margin:auto; margin-bottom:10px; height:100px; z-index:100; margin-top:-100px;}
	.linkleft {width:382px; height:100px; display:inline-block;}
	.linkright {width:382px; height:100px; display:inline-block; float:right;}
	

.cont1, .cont2, .cont3, .cont4 {width:990px; margin:auto; margin-bottom:10px;}	
.contentbg {background:url(../images/bg.png) repeat; height:100%; width:100%;}
	.contentbody {width:990px; 
			margin:auto; 
			height:100%; 
			background:#FFF;
			-moz-box-shadow: 0px 8px 20px #8D8D8D;
			-webkit-box-shadow: 0px 8px 20px #8D8D8D;
			box-shadow: 0px 8px 20px #8D8D8D;}
		.cont1 {height:100%; margin-top:5px;}
			.halfbox {width:490px; height:300px; margin:0px; padding:0px; display:inline-block;}
				#left {margin-bottom:-10px;}
		.cont2 {height:100%;}
			.fullgrid {width:780px; margin-left:10px; float:left; height:200px; display:inline-block;}
			.endgrid {width:190px; display:inline-block; margin-left:0px; margin-top:5px;}
		.cont3 {height:100%; width:970px; margin:auto;clear:left;}
			.cont3forex {width:645px; display:inline-block; margin-top:-8px;}
			.cont3right {border-left:1px solid #888; width:326px; display:inline-block; position:absolute; height:35px; background:#FFF;}
		.cont4 {height:100%;}
			.twothirds {width:660px; height:100%; display:inline-block; padding:0px; margin:0; margin-left:15px; margin-bottom:20px;}
			.onethird {width:300px; 
				display:inline-block; 
				padding:0px; 
				margin:0;
				border:2px solid #982149;
				border-radius: 10px 10px 10px 10px;}
			
.bgdivider {width:100%; height:0px; margin-top:-9px; background:url(../images/bg.png) repeat-x; position:relative;}

.footer {width:100%; height:100%;}
	.footerbanner { background:url(../images/footer.png) no-repeat; width:100%; height:40px; margin:0px; margin-top:-18px;}
	.footerend {background:url(../images/bg.png) repeat; height:100%; width:100%; margin:0px;}
		.footercontent {width:900px; height:40px; margin:auto; padding:5px;}
	
