body {
	background: #ccc;
	color: #333;
	font: normal 62.5% Tahoma,sans-serif;
}

.clearer {
	clear: both;
}

.left {
	float: left;
	border: 1px solid #888;	
}	

.right {
	float: right;
	border: 1px solid #888;	
}

.right h1 {
	margin: 0;
	padding-top: 25px;
}

.spacer {
	padding-top: 15px;
}

.small-spacer {
	padding-top: 5px;
}

.facebook a {
	font-size: 10px;
}

table#rates{
	border: 2px ridge #888;
	background-color: #ccd8e0;
	width: 100%;
	font-size: 74%;
	font-family: Tahoma,sans-serif;
	font-weight: bold;
}
	
table#rates td {
	border: 1px ridge #888;
}

.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

.container h1 {
	margin: 0;
	padding: 0;	
}

.header {
	background: #fff;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .left, .header .right {
	background: #a4a4a0;
	color: #444;
	height: 150px;
}

.header .left {
	background: #ccc url(images/full-range-keyboard.jpg) no-repeat;
	line-height: 150px;
	text-align: center;	
	width: 200px;
	margin: 0;
	padding: 0;
}

.header .right {
	background: #ccd8e0;
	margin: 0;
	text-align: center;
	font: normal 1.5em Arial;
	overflow: auto;
	width: 570px;
}

.content {
	font-size: 1.3em; 
	float: right;
	width: 65%;
	padding-top: 30px;
}

.content h3 {
	margin: 0;
	padding-bottom: 15px;
}

.content h4 {
	margin: 0;
	padding: 0;
}

.content p {
	text-align: left;
	margin: 0;
	padding: 0;
}

.content ul {
	margin: 0;
	padding-left: 15px;
}

.content img {
	border: none;
	padding-left: 35px;
}

.content a {
	text-decoration: underline;
	margin: 0px;
	color: #444;
}

.content a:hover {
	color: #000;
}

.contact-form {
	border: 3px dashed #ccd8e0;
}

.contact-form a {
	text-decoration: none;
	font-size: small;
	margin: 0px;
	color: #444;
}

.contact-form a:hover {
	color: #000;
}

.powered {
	text-align: right;
}

.navigate {
	float: left;
	font: normal 1.5em Arial;
	color: #444;
	width: 240px;
}

.navigate a {
	text-decoration: none;
	margin: 0px;
	color: #444;
}

.navigate a:hover {
	color: #000;
}

.navigate h1 {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.navigate h2 {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.navigate img {
	border: none;
}

.navigate ul {
	margin: 0;
	padding: 0;
}

.navigate li {
	list-style: none;
	border-bottom: 2px solid #ccd8e0;
}

.footer {
	background: #fff;
	color: #444;
	line-height: 15px;
	text-align: center;
}

.footer a {
	text-decoration: none;
	font-size: small;
	margin: 0px;
	color: #444;
}

.footer a:hover {
	color: #000;
}