a:link, a:visited, a:active { color: #a60000; text-decoration: none; }
a:hover { text-decoration: underline; }

body {
	background-color: #FFFFFF;
	color: #000;
	behavior: url('../csshover3.htc');
	text-align: center;
	margin: 0;
	padding: 0;
	!height: 100%;
}

#container img { border: 0px; }

#container {  
	text-align: left;
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0 0 2em 0;
	!padding-bottom: 6.5em;
	!min-height: 100%;
	!position: relative;
}

#content {
	margin: 20px 0;
	font: .8em verdana, arial, sans-serif;
	float: right;
	text-align: justify;
	width: 80%;
}

#footer{ 
	background: #ddd;
	width: 100%;
	!height: 6.5em;
}

#footercontainer{
	width: 780px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	text-align: left;
}

#footercontainer .text {	
	font: bold .6em tahoma, arial, sans-serif;
	text-transform: uppercase;
	color: #222;
	margin-top: 20px;
}

#footercontainer img { float: left; margin: 0 30px 20px 0; }

#toplinks {
	float: right;
	margin: 50px 0 0 0;
	font: .7em arial, sans-serif;
}

#leftlinks {
 	float: left;
	width: 20%;
	font: .6em arial, sans-serif;
	text-transform: uppercase;
	margin: 20px 0;
}

#leftlinks a:link, #leftlinks a:visited, #leftlinks a:active  { color: #222; }
#leftlinks a:link.selected , #leftlinks a:visited.selected , #leftlinks a:active .selected { color: #555; }

#content .contact td {
	text-align: left;
	width: 8em;
	font: .8em verdana, arial, sans-serif;
}

#content .projup img, .projdown img {
	float: left;
	margin: 2px;
	padding: 0px;
}

#content .projup img {
	height: 200px;
	width: 102px;
}

#content .projdown img {
	height: 98px;
	width: 300px;
}

#content .heading { 
	font: .85em verdana, sans-serif;
	font-weight: bold;
	color: #222;
	letter-spacing: 2px;
	text-decoration: none;
}

#content .questions { 
	font: bold .9em verdana, sans-serif;
	color: #222;
	text-decoration: none;
}

#content table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


#content .history th {
	color: #222;
	font: bold .8em verdana, arial, sans-serif;
	padding: 8px 50px 8px 20px;
	letter-spacing: 1px;
}

#content .history td, #content .specs td {
	font: .75em verdana, arial, sans-serif;
}

#content .specs  table { border: 1px solid #555; }

#content .specs th {
	background-color: #ddd;
	font: .8em verdana, Arial, sans-serif;
	padding: 4px;
}

#content .specs td {
	text-align: center;
	padding: 4px
}

#content .specs .header {
	font-weight: bold;
}	

#thumbs {
	width: 110px;
	height: 70px;
	padding: 2px 2px 2px 2px;
}


h2 {
	color: #A60000; 
	font: bold 80% verdana, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h2 a:hover, a:active { color: inherit; text-decoration: none; }

.homehead { 
	font: 11px verdana, arial, sans-serif;
	color: #a60000;
	text-transform: uppercase;
}

#hometext {
	float: right;
	text-align: justify;
	width: 410px;
	margin: 9px 0 0 0;
	font: .7em verdana, Arial, Sans-Serif;
}

#trans a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.button1, .button2, .button3 {
	display:block;
	float: left;
	width:110px;
	height:100px;
	margin: 10px 10px 0px 0px;
}

.button1 { background:url('../img/h1.jpg') no-repeat left top; }
.button2 { background:url('../img/h2.jpg') no-repeat left top; }
.button3 { background:url('../img/h3.jpg') no-repeat left top; }

.button1:hover { background:url('../img/h1.jpg') no-repeat left bottom; }
.button2:hover { background:url('../img/h2.jpg') no-repeat left bottom; }
.button3:hover { background:url('../img/h3.jpg') no-repeat left bottom; }

#clear {clear: both; margin: 0px}
