﻿/*

Copyright (c) 2009, Robert Kovacic. All rights reserved.

*/
html, body, div, h1, h2 {
	margin: 0;
	padding: 0;
}
html {
	background-color: #c0c0c0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 1.25;
}
#container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
#heading {
	width: 820px;
	height: 80px;
	background-color: black;
}
h1 {
	visibility: hidden;
}
#mainHeading {
	width: 400px;
	height: 80px;
	float: left;
	background-image: url("../images/SiteLogo.jpg");
	background-repeat: no-repeat;
	background-position: 10px 22px;
}
h2 {
	visibility: hidden;
}
#subHeading {
	width: 420px;
	height: 80px;
	float: right;
	background-image: url("../images/SiteSubLogo.jpg");
	background-repeat: no-repeat;
	background-position: 160px 46px;
}
#content {
	margin-top: 11px;
	clear: both;
	overflow: hidden;
}
#leftContent {
	width: 390px;
	padding-right: 20px;
	float: left;
}
#computerImage {
	padding-top: 0.5em;
	padding-left: 6em;
}
#rightContent {
	width: 390px;
	padding-left: 20px;
	float: right;
}
#contactInfo {
	font-weight: bold;
	text-align: center;
}
a {
	color: #0066ff;
}
ul {
	color: #0066ff;
}
ul li span {
	color: black;
}
#MicrosoftTranslatorWidget {
	margin-top: 2em;
	margin-left: 1em;
}
