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

html {
}
body {
	background-color: #C7B299;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #000000;
	height: 1500px;
	min-width: 1400px;
	margin-left: 20px;
}
#nav_bar {
	font-size: 20px;
	font-style: normal;
	line-height: 80%;
	font-weight: bold;
	float: none;
	height: 325px;
	width: auto;
	margin-left: 50px;
	padding-left: 30px;
	border: 2px solid black;
	left: 0px;
	top: 0px;
	color: #000000;
	background: #9f8368 url(../images/keyboard_header_BK.jpg) no-repeat;
}
#menu {
font-size: 12px;
	background-color: rgba(96,56,19,1);
	float: left;
	height: 100%;
	width: 400px;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	font-weight: normal;
	color: #C7B299;
	margin-left: 50px;
	padding-left: 30px;
}
#content {
    font-size: 16px;
    background-color: #C7B299;
    float: none;
    margin: 0 20px;
    padding-left: 500px;
    color: #020202;
    max-width: 750px;
}
td,th {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #F8F1F1;
}
a:link {
	color: #1D1F71;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #262996;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	background-color: rgba(29,31,113,0.03);
}
