body {
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	font: 76%/160% Arial, Verdana, Tahoma, sans-serif;
	color: #000066;
	margin: 0 auto;
	padding: 10px;
}

/* Comapny Logo and image */

#branding {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

#container {
		position: relative;
		width: 780px;
		height: 40px;
		margin: 0 auto;
		padding-bottom: 24px;
}

/* Main navigation bar */

#navbar ul {
		width: 780px;
		height: 40px;
    margin: 0;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    background-image: url(images/menu_bar.gif);
}

#navbar ul li {  
    display: inline;
}

#navbar ul li a {
    text-decoration: none;
		font-weight: bold;
		line-height: 36px;
    padding: .8em 4.1em;
    color: #fff;
}

#navbar ul li a:hover {
    color: #aaaaaa;
    background-color: #000000;
}
		
/* middle content */

#midcontainer {
	position: relative;
	width: 780px;
	height: 171px;
	background-image: url(images/mid_bg.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
}  

	
.ul {
	float: right;
	width: 540px;
	padding-top: .4em;
	margin-right: -.8em;
	line-height: 1.5;
	font-family: times;
	font-weight: bold;
	font-size: 1.6em;
	color: #000066;
}

li {
	list-style-type: none;
}

/* Main content section */
	
#content {
	width: 100%;
	overflow: auto;
}

#lower_container {
	background-image: url('images/fold.gif');
	background-repeat: no-repeat;
	background-position: 100% 90%;
	width: 780px;
	margin: 0 auto;
	padding-top: 1.6em;
	padding-bottom: 1.8em;
	font-size: 1.2em;
	overflow: auto;
}

#quote {
	float: left;
	width: 240px;
	margin-top: 1.3em;
	padding-right: 1.5em;
}

#main_content {
	float: right;
	width: 540px;
	}

#site_info {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding-top: .2em;
	width: 780px;
	background-image: url(images/info_bar.gif);
	background-repeat: no-repeat;
	color: #aaaaaa;
}

.info_p {
	padding-left: 8.7em;
	padding-bottom: .3em;
	margin-bottom: -1em;
}

/* Styling the content and footer links */

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #6a5acd;
	background-color: transparent;
}

	

	