body 
	{
	background-color: #000000;
	background-image: url('pics/bgGradient.png');
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	text-align: center;
	color: #FFF;
	text-align: center;
	}

#navbar 
	{
	background-image: url('pics/bar.png');
	background-repeat: no-repeat;
	height: 25px;
	}

#leftbar 
	{
	background-image: url('pics/leftBar.png');
	background-repeat: no-repeat;
	height: 400px;
	width: 150px;
	float: left;
	}

#container 
	{
	background-color: #4e76a6;
	width: 800px;
	margin: -10 auto;
	margin: -15 auto;
	text-align: left;
	font-size: 12px;
	}

#footerImage
	{
	background-image: url('pics/footerImage.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 125px;
	clear: both;
	}
	
#container2 
	{
	width: 200px;
	height: 300px;
	float: left;
	text-align: left;
	}	
	
a.aboutButton
	{
	background-image: url('pics/buttonAbout.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.servicesButton
	{
	background-image: url('pics/buttonServices.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.contactButton
	{
	background-image: url('pics/buttonContact.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.homeButton
	{
	background-image: url('pics/buttonHome.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.equipButton
	{
	background-image: url('pics/buttonEquip.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}	
	
a.aboutButton:hover
	{
	background-image: url('pics/buttonAbout-hover.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.servicesButton:hover
	{
	background-image: url('pics/buttonServices-hover.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.contactButton:hover
	{
	background-image: url('pics/buttonContact-hover.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.homeButton:hover
	{
	background-image: url('pics/buttonHome-hover.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.equipButton:hover
	{
	background-image: url('pics/buttonEquip-hover.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.aboutButton:active
	{
	background-image: url('pics/buttonAbout-active.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.servicesButton:active
	{
	background-image: url('pics/buttonServices-active.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.contactButton:active
	{
	background-image: url('pics/buttonContact-active.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.homeButton:active
	{
	background-image: url('pics/buttonHome-active.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}

a.equipButton:active
	{
	background-image: url('pics/buttonEquip-active.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	float: left;
	}
	
#logo 
	{
	background-image: url('pics/brsLogoGrid2.png');
	background-repeat: no-repeat;
	height: 125px;
	width: 600px;
	margin: 0 auto;
	float: left;
	}

.main
	{
	padding: 5 5;
	width: 590px;
	color: #FFF;
	float: right;
	}

.mainleft
	{
	width: 48%;
	float: left;
	margin: 0 0 0 10;
	}

.mainright
	{
	width: 48%;
	float: right;
	margin: 0 10 0 0;
	}
	
h2 
	{
	background-image: url('pics/h2.png'); 
	background-repeat: x;
	text-align: left;
	color: black;
	font-size: 15px;
	width: 100%;
	}

p
	{
	text-indent: 3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a 
	{
	color: #000;
	text-decoration: none
	}

a:hover 
	{
	color: #d40101;
	text-decoration: none
	}

#manf
	{
	background-color: #ffffff;
	width: 800px;
	height: 45px;
	clear: both;
	}
	
.imageleft
	{
	float: left;
	margin: 5px;
	}

.imageright
	{
	float: right;
	margin: 5px;
	}

	
.100imageleft
	{
	float: left;
	width: 100px;
	margin: 5px;
	}

.100imageright
	{
	float: right;
	width: 100px;
	margin: 5px;
	}

.50imageleft
	{
	float: left;
	width: 50px;
	margin: 5px;
	}

.50imageright
	{
	float: right;
	width: 50px;
	margin: 5px;
	}
	
a:visited 
	{
	color: #ffffff;
	text-decoration: none;
	}

