* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	width: 100%;
	font-size: 62.5%; /*set everything else in 'em'; 1em=10px 1.2em=12px et cetera*/
	font-family: Arial;
	line-height: 180%;
	background: url(../images/body_background.gif) repeat;
}
img {
	vertical-align: middle;
	border: none;
}
ol, ul {
	margin-left: 15px;
	margin-bottom: 20px;
}
ul ul, ol ol, ol ul, ul ol {
}
li {
}
p {
	font-size: 1.6em;
	margin-bottom: 20px;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}

/*Default page DIVS*/
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#header {
	padding-top: 40px;
	height: 65px;
	border-bottom: 5px solid black;
}
	h1.company_name{
		float: left;
		text-transform: uppercase;
		font-size: 3.5em;
		line-height: 1em;
	}
	h1.company_name a{
		color: black;
		text-decoration: none;
	}
	h1.company_name a:hover{
		text-decoration: underline;
	}
	ul.contact_information{
		float: right;
		font-weight: bold;
		font-size: 1.3em;
		list-style-type: none;
	}
	ul.homepage_navigation{
		list-style-type: none;
		margin-left: 0px;
	}
		ul.homepage_navigation a{
			font-size: 2.0em;
		}
	img.circuit{
		padding-left: 90px;
	}
#navigation {
}
#content {
	padding-top: 20px;
}
	ul.image_list{
		margin-left: 0px;
		list-style-type: none;
	}
	.image_list li{
		float: left;
		margin-right: 25px;
		margin-bottom: 10px;
	}
#footer {
	clear: both;
	margin-top: 20px;
	border-top: 5px solid black;
	text-align: center;
}
	#footer p{
		clear: both;
		font-size: 1.1em;
	}
ul.page_navigation{
	width: 800px;
	height: 30px;
	padding-top: 10px;
	margin: 0 auto;
	font-size: 1.6em;
}
.page_navigation li{
	float: left;
	width: 19%;
	list-style-type: none;
	text-align: center;
}
