﻿body
{
	background-image: url('http://fxmit.com/version/2a/images/bckg_symbol.jpg');
	font-family: Calibri;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
A:link 
{
	text-decoration:none;
	color:#999; 
}
A:visited 
{
	text-decoration:none;
	color:#999; 
	
}
A:Active 
{
	text-decoration:none;
	color:#999; 
}

.main_table 
{
	background-image:url('http://fxmit.com/version/2a/art/container_silver.jpg');
	background-repeat: no-repeat ;
}
.bar_header
{
	background-image: url('http://fxmit.com/version/2a/art/header_gradient.jpg');
	background-repeat: no-repeat;
}
.content
{
	width: 800px;
	height: 500px;
	text-align: left;
	margin-top: 0px;
	color: #FFFFFF;
	padding-top: 100px;
	padding-right: 120px;
	padding-left: 40px;
}

.bar_sidebar {
	float:  left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 148px 0 15px 100px;
	margin-top:-100px;
}

.content_main
{
	margin-left: 222px;
	padding-top: 140px;
	padding-right: 120px;
	padding-left: 40px;
	
}

.serviceslinks {
	font-family:Calibri;
	font-size: 18px;
	color: #999;
	line-height: 48px;
	vertical-align: 100%;
	
}
.readmore {
	font-family: Calibri;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top: 5px;
	padding-right: 5px;
}
