﻿/* CSS layout */
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 650px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
#right_col {
	width: 150px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 650px;
}
#info {
	width: 148px;
	margin-top: 145px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#info2 {
	width: 148px;
	margin-top: 15px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#info3 {
	width: 148px;
	margin-top: 150px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #EEECE1;
	color: #000000;
}
#logo {
	margin-right: 155px;
	margin-left: 155px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
#pic {
	margin: 2px;
	width: 275px;
	height: 216px;
	border: medium groove #DD0000;
	float: left;
}
#pictxt {
	padding: 5px;
	width: 190px;
	float: right;
	height: auto;
	font-family: Georgia;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}
#quote{
	margin-top: 275px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	padding: 2px;
}
#quote2{
	margin-top: 50px;
	margin-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	padding: 2px;
	margin-left: 65px;
}
#bio {
	padding: 1px;
	margin: 2px;
	height: 500px;
	overflow: auto;
}
#page_content {
	margin-right: 155px;
	margin-left: 155px;
	height: 520px;
	margin-top: 10px;
}
#container {
	position: relative;
	width: 800px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
	list-style-type: none;
	margin: 100px 0 0 0;
	padding: 0;
	width: 120px;
}

.buttonmenu li a{
	border-style: solid;
	border-width: 1px;
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border-color: #CCCCCC #800000 #800000 #CCCCCC;
/*light dark dark light*/
	background-color: #000000;
	text-decoration: none;
}

.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:active{
	color: #000000;
	background-color: #800000;
}
.buttonmenu li a:hover{
	color: #FFFFFF;
	background-color: #800000;
}
