body {
	background-image: url('images/mainbg.gif');
	background-repeat: repeat-x;
	font: 76%/160% Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
	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;
}

.ul {
	float: right;
	padding: .9em .6em 0 .9em;
	list-style-type: none;
	font-family: times;
	font-weight: bold;
	font-size: 1.6em;
	color: #000066;
}

/* Main content section */

#content {
	background-image: url('images/main_bg.gif');
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 784px;
	height: 1000px;
	overflow: auto;
}

#content_main {
	margin: 0 auto;
	padding-top: 3em;
	width: 680px;
	color: #000066;
	font-size: 1.2em;
}

#a {
	font-style: italic;
}
	
/* Footer Information */

#site_info {
	clear: both;
	margin: auto;
	margin-bottom: -3.8em;
	width: 780px;
	background-image: url(images/info_bar.gif);
	background-repeat: no-repeat;
	color: #aaaaaa;
}

.info_p {
	padding-left: 8.6em;
	padding-top: .2em;
	padding-bottom: .3em;
}

/* Style footer link */

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