/*************************************************************************************
*
*	Template by: 	Data4Decisions
*	Author:			Mark de Kiewit
*	Version:		1.0
*	Date:			September 2009
*
**************************************************************************************/

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	min-width: 770px;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#content {
	width: 750px;
	margin: 0px auto;
}

#top {
	position: relative;
	width: 750px;
	height: 100px;
}

#logo {
	float: left;
	width: 245px;
	height: inherit;
}

#menu {
	float: right;
	width: 495px;
	height: inherit;
}

#menu a {
	background-image: url(menu-background.jpg);
	margin: 70px 0px 0px 1px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #FAFAFA;
	text-decoration: none;
	width: 100px;
	height: 20px;
	float: left;
}

#main {
	position: relative;
	width: 750px;
	background: url(main-background.jpg) repeat-y;
}

#main-top {
	width: inherit;
	height: 15px;
	margin: 0px 0px 0px 0px;
	background: url(main-background-top.jpg) no-repeat;
}	

#main-left {
	float: left;
	width: 200px;
	margin: 0px 0px 10px 30px;
	padding-top: 195px;
	background: url(eye.jpg) no-repeat;
	text-align: left;
}

#main-left h2 {
	margin: 15px 5px 10px 20px;
	font-size: 14px;
	color: #266BDB;
}

#main-left p {
	margin: 5px 15px 5px 15px;
}

#main-left #left-bottom {
	font-size: 8px;
	background: url(main-left-bottom.jpg) no-repeat;
}

#main-right {
	float: right;
	width: 475px;
	margin: 0px 30px 10px 0px;
	background: url(main-right-top.jpg) no-repeat;
	text-align: left;
}

#main-right h1 {
	margin: 15px 5px 10px 20px;
	font-size: 24px;
	color: #266BDB;
}

#main-right h2 {
	margin: 15px 5px 10px 20px;
	font-size: 18px;
	color: #266BDB;
}

#main-right p {
	margin: 0px 10px 0px 15px;
	color: #333333;
}

#main-right a {
	color: #266BDB;
	text-decoration: none;
}

#main-right a:hover {
	color: #266BDB;
	text-decoration: blink;
}

#main-right ul {
	margin-top: 20px;
	margin-left: 15px;
	font-weight: bold;
	list-style: none;
}

#main-right ul li {
	background: top left url(list-bullet.jpg) no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	color: #666666;
}

#main-right #right-bottom {
	font-size: 8px;
	background: url(main-right-bottom.jpg) no-repeat;
}

#main-bottom {
	width: inherit;
	height: 25px;
	margin: 0px 0px 0px 0px;
	background: url(main-background-bottom.jpg) no-repeat;
}

#footer {
	width: 750px;
	height: 30px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}


