body 
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003366;
	background-image : url(assets/images/about_us_background_tile.jpg);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : no-repeat;
}

A:link {color:#D2CEB1;}
A:visited {color:#CCCCCC;}
A:hover {color:#FFFFFF;}
A:active {color:#FFFFFF;}


h1
{
    color:#CC0000;
}

.section
{
    color:#FFFFFF;
	background-color:#0075B1;
	background-image:url(assets/images/about_us_gradient.jpg);
	
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right :2%;
	margin-left  :2%;
	padding : 0.5%;
	text-align:left;
}

.text_position
{
    margin-left:170px;
}

table.left
{
     float:left;
}

img.right 
{
float:right;
border:5px;
margin:0px 35px 0px 0px;
}

img.center
{
float:right;
border:0px;
}

#title
{
	color:#FFFFFF;
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	margin-right :15%;
	margin-left  :15%;
	padding:0px;
	width : 70%;
	position:relative;
	text-align:center;


}

.content
{
	width:94%;
}

#footer
{
	width:94%;
	padding:2px;

}

#copyright
{
	text-align:right;
	font-family:"Courier New", Courier, mono;
}

#sectiondeco
{
	background-image : url(assets/images/about_us_background_image.jpg);
	background-position : top right;
	background-repeat : no-repeat;
	
}
