﻿body {
	margin: 0px;
	height: 100%;
	top: 0px;
	left: 0px;
}

h1 {
	font-family: verdana;
	font-size: 13px;
}

h2 {
	font-family: verdana;
	font-size: 12px;
}

h3 {
	font-family: verdana;
	font-size: 11px;
	font-weight: 700;
}

#container {
	margin: 0px auto;
	width: 750px;
	min-height: 500px;
	border: solid 1px black;
	vertical-align: top;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////FOOTER*/

#footer {
	text-align: left;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	color: #000;
	text-align: center
}

#footer ul li a, #footer ul li a:visited {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}

#footer ul li a:hover, #footer ul li a:active {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
}

#footer #copyright {
	margin-right: 10%;
}

#footer hr {
	height: 1px;
	border: none;
	margin-top: 10px;
	color: #000;
	background-color: #000;
}