html, * {
	font-family: Verdana;
	font-size: 8pt;
}
a {
	text-decoration: none;
	color:#0066cc;
	}
h1 {
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	}
h2 {
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	}
hr {
	border: 0px;
	width: 98%;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	}
img {
	border: 0;
	}
#body {
	margin: 0px;
	padding: 0px;
	height:100%;
	}
#main {
	margin: 0px auto;
	padding: 0px;
	width: 720px;
position: relative;
	}
	#header {
		margin: 0px;
		padding: 0px;
		height: 70px;
		background-image: url(/images/head.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		}
		#logo {
			margin: 0px;
			padding: 0px;
			float: left;
			height: 70px;
			width: 100px;
			top: 5px;
			left: 5px;
			position: relative;
			background-image: url(/images/omnilogo.gif);
			background-position: top left;
			background-repeat: no-repeat;
			}
		#links {
			margin: 0px;
			padding: 0px;
			float: right;
			height: 70px;
			width: 500px;
			position: relative;
			}
			#links div {
				margin: 0px;
				padding: 0px;
				width: auto;
				bottom: 12px;
				right: 10px;
				position: absolute;
				}
				#links div a {
					color: #333333;
					}
	#navigation {
		margin: 0px;
		padding: 0px 12px 0px 10px;
		width: auto;
		background-image: url(/images/content.jpg);
		background-repeat: repeat-y;
		color: #333333;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		}
		#navigation a {
			text-decoration: none;
			color: #000000;
			}
	#content_wrapper {
		margin: 0px;
		padding: 0px;
		position: relative;
		padding-top: 87px;
		}
		#content {
			margin: 0px;
			padding: 7px 12px 3px 10px;
			width: auto;
			min-height: 300px;
			background-image: url(/images/content.jpg);
			background-repeat: repeat-y;
			color: #333333;
			}
	#quote {
		margin: 0px;
		padding: 0px 12px 0px 10px;
		width: auto;
		min-height: 20px;
		text-align: center;
		background-image: url(/images/content.jpg);
		background-repeat: repeat-y;
		color: #333333;
		}
	#footer {
		margin: 0px;
		padding: 0px;
		min-height: 50px;
		background-image: url(/images/foot.jpg);
		background-position: top;
		background-repeat: no-repeat;
		}
		#details {
			margin: 0px;
			padding: 0px;
			float: left;
			height: 50px;
			width: 330px;
			top: 10px;
			left: 10px;
			position: relative;
			font-size: 7pt;
			color: #c0c0c0;
			}
		#logos {
			margin: 0px;
			padding: 0px;
			float: right;
			height: 50px;
			width: 370px;
			top: 10px;
			right: 10px;
			position: relative;
			text-align: right;
			font-size: 5pt;
			color: #c0c0c0;
			}
