body {
	font-family:  Georgia, Times, serif;
	color: #000000;
	background-color: #202020;
	margin:0;
	min-width: 780;
	margin-left: 0;
	margin-right: 0;
}

.outline {
	color: #F0F0F0;
	background-color: #F0F0F0;
	min-width: 880px;
	margin-left:2.5%;
	margin-right:2.5%;
	border-top: 10px solid #D0D0D0;
	border-bottom: 10px solid #D0D0D0;
	border-right: 10px solid #D0D0D0;
	border-left: 10px solid #D0D0D0;
	min-height: 1000px;
}

.leftbar {
	color: #F0F0F0;
	background-color: #F0F0F0;
	width: 200px;
	float: left;
	height:100%;
	min-height:1000px;
	border-right: 10px solid #D0D0D0;
}

.main {
	color: #000000;
	background-color: #F0F0F0;
	min-width:640px;
	margin-left:215px;
	margin-right: 5px;
	margin-top: 0px;
	
	}
	
.logo {
	border-bottom: 10px solid #D0D0D0;
	height: 200px;
}

a.button {
	background-color:#F0F0F0;
	color: #000000;
	display: block;
	width:100%;
	height:25px;
	margin-bottom: auto;
	margin-top: auto;
	vertical-align: middle;
	border-bottom: 2px solid #D0D0D0;
	text-align: center;
	padding-top: 4px;
}

a.button:link {
	color: #000000;
}

a:link {
	color: #d02f1c;
}

a:visited {

}

a.button:hover {
	background-color:#A0A0A0;
}

.notbutton {
	background-color:#D0D0D0;
	color: #000000;
	display: block;
	width:100%;
	height:25px;
	margin-bottom: auto;
	margin-top: auto;
	vertical-align: middle;
	border-bottom: 2px solid #D0D0D0;
	text-align: center;
	padding-top: 4px;
}

h1 {

}

h2 {

}

	