html {
	margin: auto;
}

body {
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: auto;
	padding: 24px;
	width: 750px;
}

#header {
	clear: both;
	float: left;
	width: 290px;
	margin-top: 10px;
}

#heading{
	clear:both;
	margin: auto;
	text-align: center;
}

#logo {
	clear: both;
	float: left;
	background-image: url(images/header.jpg);
	background-position: 2px 0px;
	height: 40px;
	background-repeat: no-repeat;
	width: 290px;
}

#menu {
	padding-left: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 3px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 277px;
	clear: both;
	float: inherit;
	display: block;
}

#menu li {
	margin-left: -3px;
	margin-bottom: 0px;
	margin-right: -3px;
	margin-top: 0px;
	padding: 0px;
	float: inherit;
	list-style-type: none;
	display: inline;
	font-size: 12px;
	font-family: "Century Gothic", Helvetica, Verdana, Arial, sans-serif;
}

#menu li a {
	padding-left: 8px;
	padding-bottom: 1px;
	padding-right: 8px;
	padding-top: 1px;
	color: black;
	text-decoration: none;
	float: inherit;
}

#menu li a:hover {
	padding-left: 8px;
	padding-bottom: 1px;
	padding-right: 8px;
	padding-top: 1px;
	background-color: black;
	color: white;
	text-decoration: none;
	float: inherit;
}

.outerFrame {
	padding: 0px;
	margin: 0px;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	float: inherit;
}

.middleFrame {
	padding: 0px;
	margin: 0px;
	border-color: #666666;
	border-style: dashed;
	border-width: 2px;
	float: inherit;
}

.innerFrame {
	padding: 0px;
	margin: 0px;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	float: inherit;
}

#footer {
	padding: 5px;
	padding-top:50px;
	margin:0px;
	font-size: 9px;
	color: #cccccc;
	text-align: center;
	clear: both;
}

#footer a{
	color: #cccccc;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
}

#footer a:hover{
	color: #e6e6e6;
	background-color: #191919;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
}

#footer a:visited{
	color: #cccccc;
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* Corrections for IE 6-8 */
.LTEie7 .outerFrame{
	float:left;
}
.LTEie7 .middleFrame{
	float:left
}
.LTEie7 .innerFrame{
	float:left
}
