@charset "UTF-8";
/* CSS Document */

#container {
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#headercontainer {
	margin: 0 auto;
	width: 900px;
	height: 101px;
}
#header {
	width: 575px;
	height: 36px;
	float: left;
	padding-top: 65px;
}
#logo {
	width: 325px;
	height: 100px;
	background-image: url(images/logo.png);
	background-position: left;
	float: right;
}
.subheadings {
	font-size: 16px;
	font-weight: bold;
	color: #111;
	letter-spacing: 5px;
}
#image {
	width: 530px;
	height: 500px;
	float: left;
	padding-left: 10px;
	padding-right: 0px;
	background-image: url(images/backgroundshadow.jpg);
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}
.headings {
	font-size: 23px;
	color: #400;
	letter-spacing: 5px;
	text-align: center;
	font-weight: bold;
}
.info {
	font-size: 12px;
	color: #444;
	text-align: center;
}
#info {
	width: 310px;
	height: 500px;
	float: right;
	padding-right: 30px;
	padding-left: 10px;
	background-image: url(images/backgroundshadowright.jpg);
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}
#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	float: right;
	font-size: 10px;
	color: #444;
	text-align: center;
}
#infoversion {
	width: 870px;
	padding-left: 15px;
	padding-right: 15px;
	height: 620px;
	margin: 0 auto;
	background-image: url(images/background2.jpg);
}
.footer {
	font-size: 10px;
	color: #555;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #444;
	background-image: url(images/background.jpg);
	margin: 0px;
	background-repeat: repeat-x;
}
a:link {
	color: #800;
}
a:visited {
	color: #005;
}
a:hover {
	color: #D00;
}
img
{
 border-left: 4px solid black;
 border-right: 4px solid black;
 border-top: none;
 border-bottom: none;
} 
#footer img {
	border: none;
	opacity: .5;
}
#footer img:hover {
	opacity: 1;
}
