/*
Name: Archer Version 2.0
Author: ICE Design
Author URI: http://www.icei.com.au

*/

/********** HTML elements **********/

body {
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
	padding: 0;
	text-align: center;
	line-height: 20px;
}

h1{
	font-size: 18px;
	color: #666;
	margin: 0px;
	padding: 0px;
	padding-left: 35px;
}

img {
	border: 0;
}

a {
	color: #578CAF;
	text-decoration: none;
	padding: 1px;
}

a:hover {
	color: #0069AF;
}

table {
	border: 0px;
}

table tr td{
	vertical-align: top;
}

/********** User-defined elements **********/

#box {
	width: 600px;
	margin: 0 auto;
	padding: 0px auto;
	text-align: left;
}

#specs table {
	margin-left: 0px;
}

#specs table th{
	text-align: center;
	color: #000;
}

#specs table tr td{
	border: 1px solid #004285;
	text-align: center;
}


#footer {
	height: 40px;
	text-align: center;
}

#footerblue{
	font-size: 12px;
	height: 20px;
	width: 900px;
	color: #FFF;
	margin-top: 40px;
}

#footerblue a {
	color: #004285;
	text-decoration: none;
}

#footerblue a:hover {
	color: #666;
}
/********** Class elements **********/

.hack {
	clear: both;
}

.alnleft {
	float: left;
}

.alnright {
	float: right;
}

