body {
	background: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a {
	border: 0;
}


div#container {
	width: 800px;
	height: auto;
	background: #000;
	color: fff;
	margin-left: 10%;
}

div#main {
	background: #fff;
	color: #0000ff;
	width: 740px;
	height: 100%;	
	border: 3px solid gray; 
	padding: .5em;
	margin: 20px 20px 20px 20px;

}

.services {
font-size: 12px;
}


div#header {
	z-index: 0;
	background: url(images/header_back2.jpg) no-repeat;
        background-size: 100%;
	width: 734px;
	height: 246px; 
	margin-left: 2px;
	position:relative;
}

#logo {
	width: 335px;
	height: 174px;
padding: 20px 20px 10px 15px;

	
	
}

div#menu {
	z-index:1;	
	margin-left: 0px;
	position:absolute;
}

ul {
	margin: 0px;
	margin-left: 0px;
	white-space: nowrap;
	padding: 0px;
	border:0px;
}

li {
	list-style-type:none;
	display: inline;
	margin-left: 0px;
	padding-right: 2px;
	border: 0px;
	
}
.newlist {
margin: 0px;
	margin-left: 5px;
	white-space: nowrap;
	padding: 0px;
	border:0px;
	list-style-type:none;
	display: block;
	
	border: 0px;
	
}

div#mainContent {
	width: 100%;
	height: 100%;
	padding-top: 15px;
}

div#content {
	height:auto; 
	width: 734px; 
	margin-left: 4px;
}

#marqueecontainer{
	position: relative;
	width: 300; /*marquee width */
	height: 283px; /*marquee height */
	overflow: hidden;
	padding: 0px;
	padding-left: 4px;
	margin-left:15px;
}
hr {color: navy;}

#vmarquee{
	position: absolute;
	width: 95%;
}

p {
	
}

