/* CSS for Forex24.se */

body {
	color:#333;
	margin:0px;
	padding:0px;
   width: 980px;
}  

#outer_top {
	width: 960px;
	height: 24px;
	margin: 0;
	background-image: url(../images/top_bg1.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}

#outer_container {
	float: left;
	width: 780px;
}

#branding {
	position: absolute;
	top: 24px;
	width: 780px;
	height: 340px;
	background-repeat: no-repeat;
	background-position: top left;
}

#inner_container { 
	position: relative;
	width: 780px;
	margin-top: 338px;
	background-color: white;
}  


#topmenu1 {
	position: relative;
	width: 780px;
	height: 28px;
	margin: 280px 0 0 0;
	background-color: #1DB24B;
	background-image: url(../images/menu_bg1.png);
}

#topmenu2 {
	position: relative;
	margin-top: 0px !important;
	margin-top: -3px;
	width: 780px;
	height: 30px;
	background-image: url(../images/menu_bg2.png);
}

#content {
	position: relative; 
	width:780px;
}


#content_mainbody_content {
	margin-top: 8px; /**/
	margin-left: 3px;
	float: left;
	width: 465px;
	background: url(../images/dotted_vert.gif) repeat-y top right;
}


#content_mainbody_right {
	float: left;
	margin-top: 8px; /**/
	margin-left: 7px; /**/
	width:300px;
}

.clear_div {
	clear: both;
	margin-bottom: 20px;
}

#outer_footer {
	clear: both;
	width: 780px;
	height: 27px;
	margin: 0;
	padding: 0;
	background-image: url(../images/top_bg1.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}


#outer_beta {
	float: left;
	width:160px;
	padding: 0 10px;
	background-color: #ECF2F0;
}





