
html {
	margin:  0;
	padding:  0;
	font-family: Helvetica,Arial,sans-serif;
	background-color: #1B1B1C;
}

#header {
	width: 100%;
	height: 50px;
	color: #AAAAAA;
	border-bottom: solid 2px #8A6F3C;
	background: #1B1B1C;
}

#banner {
	min-height: 50px;
	font-size: 24px;
	font-weight: 700;
	color: #222222;
	width: 100%;
	background: url('/images/gradient.png') repeat-x;
	font-family: georgia,times;
}

#main {
	font-size: 16px;
	width: 100%;
}

#footer {
	width: 100%;
	height: 20px;
	color: #8A6F3C;
	border-top: solid 2px #BD9852;
	background-color: #1B1B1C;
}

#footer a {
	color: #8A6F3C;
}

div#TextBox {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-top: 20px;
	font-size: 11pt;
	float: right;
	width: 400px;
	background: #412D15;
	color: #BBBBBB;
	border: 1px solid #FFFFFF;
	padding: 20px;
}

div#TextBox p {
	margin-right: 10px;
}

div#Copyright {
	color: #000000;
	font-size: 8pt;
	float: right;
	color: #AAAAAA;
}

div#Menu {
	font-size: 90%;
	font-weight: bold;
	padding: 5;
	margin-left: 40px;
	margin-right: 60px;
	top: 50px;
	max-height: 100px;
	height: 40px;
	left: -10px;
	float: right;
}

ul.menu {
	list-style-type:  none;
}

ul.menu li {
	display: inline;
	padding-right: 15px;
}

a {
	color: #FFFFFF;
	text-decoration: none; 
}

a:hover { 
	color:#F07C06; 
	text-decoration: bold;
}

#header a {
	font-family: arial;
	font-size: 10pt;
	color: #E0E0E0;
	text-decoration: none; 
}

#header a:hover { 
	color:#F07C06; 
	text-decoration: bold;
}

.tech-list .text {
	padding: 10px;
	background-color: #EDEBE5;
}

.tech-list {
	margin-top: 15px;
	height: 100px;
}

#main a {
	font-family: arial;
	color: #8A6F3C;
	text-decoration: none; 
}

#main a:hover { 
	color:#F07C06; 
	text-decoration: bold;
}

#footer a {
	font-family: arial;
	font-size: 10pt;
	color: #ABABAB;
	text-decoration: none; 
}

#footer a:hover { 
	color:#F07C06; 
	text-decoration: bold;
}
