* {
	margin:0px;
	padding:0px;
	font-size:1em;
}

html, body {
	height:100%;
	width:100%;
}

body {
	background:url('../img/background.png') top center repeat-x #eee;
	font-size:16px;
	font-family:Arial, 'Gill Sans', Verdana, sans-serif;
}

div#container {
	height:100%;
}

div#left {
	width:13.143em;
	min-height:100%;
	float:left;
	color:#eee;
	background:#003173;
	font-size:0.875em;
}

div#logo {
	margin-top:2em;
	text-align:center;
}
	
div#left img {
	border:0;
}

div#navigation {
	margin-top:2em;
}

div#navigation ul {
	margin-left:1em;
	list-style-type:none;
}

div#navigation li {
	margin:0.75em 0;
}

div#navigation a:link, div#navigation a:visited {
	color:#eee;
	text-decoration:none;
}

div#navigation a:hover, div#navigation a:focus {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

div#navigation a.active {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

div#button {
	margin:2em 0 1em;
	padding-top:2em;
	text-align:center;
}

div#button img#button-hover {
	display:none;
}

div#button:hover img#button-normal {
	display:none;
}

div#button:hover img#button-hover {
	display:inline;
}

div#contact-navi {
	text-align:center;
}

div#contact-navi a {	
	color:#eee;
	text-decoration:none;
}

div#contact-navi a:link, div#contact-navi a:visited {
	border-bottom:1px solid #eee;
}

div#contact-navi a:hover {
	border-top:1px solid #eee;
}

div#contact-navi p#address {
	margin-top:0.5em;
	font-size:0.875em;
}

div#right {
	padding-left:11.5em;
	background:url('../img/left.png') repeat-y left center;
	min-height:100%;
}

div#top {
	background:url('../img/corner.png') no-repeat left center;
	height:4.125em;
	margin-left:11.5em;
}

div#strip {
	margin-left:62px;
	height:29px;
	background:url('../img/top.png') repeat-x top center;
}

div.content {
	padding:0 3em 5em;
	line-height:1.5;
	color:#333;
}

div.content ul, div.content ol {
	list-style-position:inside;
}

div.content h1 {
	font-size:1.375em;
	color:#003173;
	font-weight:bold;
	position:relative;
	top:-0.5em;
}

div.content h2 {
	font-size:1em;
	font-weight:bold;
	display:block;
	background:url('../img/shadow.png') repeat-y left center #003173;
	padding:0.1em 0 0.1em 3.063em;
	color:#eee;
	margin:1.5em 0 0.5em -3.063em;
	clear:right;
}

div.content h1 + h2 {
	margin:0 0 0.5em -3.063em;
}

div.content h3 {
	font-style:italic;
	margin:1em 0 0.5em;
	font-size:0.9375em;
}

div.content p, div.content ul, div.content ol {
	font-size:0.875em;
}

div.content p {
	margin:1em 0;
}

div.content h3 + p {
	margin-top:0em;
}

div.content a {
	color:#003173;
	border-bottom:1px solid #003173;
	text-decoration:none;
}

div.content a:link, div.content a:visited {
}

div.content a:hover {
	border-top:1px solid #003173;
}

div.content a img {
	border:2px solid #003173;
}

div.content a.no-border {
	border:0;
}

div.content img {
	border:2px solid #003173;
}

div.content img.float-right {
	float:right;
	margin:0.813em 0 1em 1em;
}

div.content img.float-left {
	float:left;
	margin:0.813em 1em 1em 0;
}

div#footer {
	text-align:center;
	padding-bottom:3em;
	clear:right;
}

div#footer p {
	color:#333;
	font-size:0.75em;
}

b {
	font-weight:bold;
}