@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 101%;
}

body {
	color:      #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}
	   
	div#container {
	position: relative;
	width:    100%;
	margin-top: 25px;
	   }
	   div#main {
		position:    absolute;
		margin-left: -500px; /* half of main width. */
		width:       1000px;
		text-align:  left;
		z-index:     10000;
		left: 50%;
		background-color: #FFFFFF;
	   }
    
div#left {
	position:   absolute;
	top:        0;
	left:       0;
	width:      50%;
}
div#left div {
	margin-right: 290px; /* half of main width. */
	background:   url(../images/layout/red_bg.gif) repeat-x;
	text-align:   right;
	height: 136px;
}
div#right {
	position:   absolute;
	top:        0;
	right:      0;
	width:      50%;
}
div#right div {
	margin-left: 290px; /* half of main width. */
	background:  url(../images/layout/blue_bg.gif) repeat-x;
	height: 136px;
		}
    #left_column {
	float: left;
	width: 210px;
}

#left_column p {
	color: #666666;
	text-align: right;
	font-weight: bold;
}

#left_header {
	height: 136px;
	width: 210px;
	background-image: url(../images/layout/big_trader_tile.gif);
	background-repeat: no-repeat;
}
    #centre_column {
	float: left;
	width: 580px;
}

	#header {
	height: 109px;
	background-image: url(../images/layout/header_bg.jpg);
	background-repeat: no-repeat;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	height: 27px;
	font-size: 1.4em;
	font-weight: bold;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/navigation_bg.jpg);
	background-repeat: no-repeat;
}
    #right_column {
	float: left;
	width: 210px;
}
#right_column p {
	color: #666666;
	text-align: left;
	font-weight: bold;
}

#right_header {
	height: 136px;
	width: 210px;
	background-image: url(../images/layout/big_trader_bath.gif);
	background-repeat: no-repeat;
}


#content {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 1.3em;
}
#content p {
	margin-bottom: 15px;
}

#content img {
	margin-top: 15px;
}

.left_box {
	border-bottom: 1px solid #666666;
	background: #f0ede4;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 1.1em;
}

.right_box {
	background: #dce7f0;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	font-size: 1.1em;
	padding: 10px;
}
    .clear {
	clear: both;
}
    


h1 {
	font-size: 1.4em;
	margin-bottom: 0.8em;
}
.logobox {
	padding-right: 10px;
	width: 45px;
	float: left;
}

