

body {
	background-color: #333333;
	font-family: arial;
	font-size: 14px;
	color: #000033;
	padding-bottom:20px;
	}

p {
	margin: 10px;
	padding: 0;
	text-indent:20px;
}

h1 {
	margin:8px 0 4px 0;
}

a {
	color:#ff0000;
	text-decoration:underline;
}



a img{
	border: none;
	text-decoration: none;
	}
	
.photo{
	margin:4px;
	float:right;
	padding:8px;
	border:1px solid #000033;
}
	
.center {
	text-align: center;
	}
	
.innerfade {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	height: 140px;
	overflow: hidden;
	}
	
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border:1px solid #FFF;
	}
	
#header {
	background: #fff url(../images/back.gif) repeat-x bottom;
	height: 164px;
	margin: 0;
	width: 800px;
	z-index: 999;
	}

#navbox {
	float: right;
	width: 620px;
	background: #cc0000 url(../images/back.gif) repeat-x;
	height: 24px;
	overflow: visible;
	z-index: 999;
	}

#content {
	width:800px;
	margin:0;
	z-index:-100;
	}
	
	

#rightcont {
	width: 579px;
	min-height:408px;
	margin: 0 0 0 180px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background: #fff url(../images/fade.gif) repeat-x;
	padding: 20px;
	z-index: -100;
	}

	
#left {
	background: #0d1741 url(../images/backhigh.gif) repeat-x bottom;
	width: 800px;
	margin: 0;
	min-height: 400px;
	z-index: -1000;
	}
	
#leftcont {
	float: left;
	width: 180px;
	min-height: 400px;
	text-align: center;
	color: #fff;
	z-index: -100;
	}

	
#bom {
	width: 584px;
	height: 140px;
	text-align: center;
	}
	
#footer {
	width: 620px;
	margin-left: 180px;
	text-align: center;
	height: 60px;
	background: #ff0000 url(../images/back.gif) repeat-x bottom;
	border-top: 1px solid #000;
	color: #fff;
	z-index: 100;
	}
	
.services {
	margin: 0;
	padding: 0;
	list-style-type:none;
	}
	
.services h1{
	font-size: 18px;
	margin: 10px;
	}

.services img{
	float:right;
	padding:0;
	margin:0;
}

.services li {
	margin: 10px auto;
	display: block;
	border: 1px solid #000;
	width: 400px;
	height: 180px;
	}
	
	
.vendors li {
	display: inline;
	height: 150px;
	}

.vendors li img {
	vertical-align: middle;
	padding: 8px;
	}
	
.vendors li img:hover,
.vendors li a:hover img {
	border: 1px solid #000;
	padding: 7px;
	opacity: 0.6;
	filter:alpha(opacity=60);
	}
	
#nav {
	height: 25px;
	padding: 0;
	width: 600px;
	margin: auto;
	z-index: 9999;
	}
	
#nav li {
	display: block;
	float: left;
	z-index: 9999;
	}

	
#nav li a {
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 97px;
	padding:4px 0;
	font-size: 14px;
	z-index: 9999;
	}
	
#nav li a:hover,
#nav li:hover a{
	background: #dedede url(none);
	font-weight: 700;
	color: #000;
}