body {
	margin : 0;
	padding : 0;
	height : 100%;
	width : 100%;
	font-family : Arial;
	background-color: #656f78;
	background-image: url('img/bg.jpg');
  background-repeat: repeat-x;
}
p {
	font-size : 12px;
}
h1 {
	font-size : 22px;
	color : #6791bb;
}
h2, h3 {
	font-size : 14px;
	color : #6791bb;
}
.container {
  background-color: #ffffff;
	width : 800px;
	margin : 0 auto 0 auto;
}
.container2 {
  background-color: #ffffff;
	width : 800px;
	margin : 0 auto 0 auto;
}
.header {
	height : 91px;
	background : #000000 url(img/header.png);
	margin : 0;
	padding : 0;
}
.sitename {
	font-size : 33px;
	position : relative;
	top : 40px;
	left : 20px;
	color : #ffffff;
}
.main-nav {
	width : 510px;
	height : 27px;
	background : #000000 url(img/5buttondown.png) no-repeat;
	position : relative;
	left : 265px;
}
.main-nav ul {
	border : 0;
	margin : 0;
	padding : 0;
	list-style-type : none;
	text-align : center;
	font-size : 12px;
	line-height : 27px;
	clear : left;
}
.main-nav ul li {
	display : block;
	float : left;
	text-align : center;
	font-size : 12px;
	line-height : 27px;
	padding : 0;
	margin : 0;
}
.main-nav ul li a span {
	display : inline;
	vertical-align : middle;
}
.main-nav ul li a {
	width : 102px;
	height : 27px;
	margin : 0;
	padding : 0;
	display : block;
}
.main-nav ul li a.link1:hover {
	background : url(img/tbuttonup.gif) 0 -27px;
}
.main-nav ul li a.link2:hover {
	background : url(img/tbuttonup.gif) -102px -27px;
}
.main-nav ul li a.link3:hover {
	background : url(img/tbuttonup.gif) -204px -27px;
}
.main-nav ul li a.link4:hover {
	background : url(img/tbuttonup.gif) -306px -27px;
}
.main-nav ul li a.link5:hover {
	background : url(img/tbuttonup.gif) -408px -27px;
}
.main-nav a:link {
	color : #ffffff;
	text-decoration : none;
}
.main-nav a:visited {
	color : #ffffff;
	text-decoration : none;
}
.main-nav a:hover {
	color : #ffffff;
	text-decoration : none;
}
.main-nav a:active {
	color : #ffffff;
	text-decoration : none;
}
.nav-bar {
	height : 42px;
	background : url(img/menubar.png);
	margin-top : -27px;
}
.content {
  background-color: #ffffff;
  color : #000000;
	width : 760px;
	margin: 20px auto;
}
.left {
  position: relative;
  width: 140px;
  float: left;
  background-color: #ffffff; 
  font-size: 12px;
  margin-bottom : 8px;
}
.left li a {
height: 32px;
text-decoration: none;
}	
.left li a:link, .left li a:visited {
color: #E4D6CD;
display: block;
background:  url(img/mbuttonup.gif) top center no-repeat;
padding: 8px 0 0 10px;
}
	
.left li a:hover {
color: #FFF;
background:  url(img/mbuttondown.gif) top center no-repeat;
padding: 8px 0 0 10px;
}	
.left ul {
list-style: none;
margin: 0;
padding: 0;
}
.contentitem {
  text-align: center;
  position: relative;
  width: 590px;
  margin: 0px 0px 0px 160px;
	background: #ffffff;
	margin-bottom: 8px;
}
.contentitem img {
  border: none;
}
.contentitem a {
  text-decoration: none;
	color : #6791bb;
}
.contentitem a:hover {
  text-decoration: none;
	color : #6791bb;
}
.contentitem a:visited {
  text-decoration: none;
	color : #6791bb;
}
.contentitem table {
  display: inline-table;
  margin-left: auto;
  margin-right: auto;
  background: #6791bb;
}
.contentitem td {
  background: #ffffff;
  width: 180px;
  border: 1px solid #c1c1c1;
  text-align: center;
}
.description {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
	background: #ffffff;
	margin-bottom: 8px;
}
.footer {
	border : 1px solid #c1c1c1;
	background : #6791bb;
	margin : 0 auto;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;
	width : 760px;
	font-size : 10px;
	color : #000000;
}
.footer a {
	color : #000;
	text-decoration : none;
}
.footer a:hover {
	color : #000;
	text-decoration : none;
}
.footer a:visited {
	color : #000;
	text-decoration : none;
}
.footer a:active {
	color : #000;
	text-decoration : none;
}

