* {
	margin: 0;
	padding: 0;
}
/* text, headers, links and header image */


body {
	margin-top: 220px;
	background: #000000 url(Images/header.jpg) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.blueText {
	color: #0166ff;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #0166ff;
}

a:hover {
	text-decoration: underline;
}


/* Navigation Bar Image */

#navbar {
	height: 61px;
	background: url(Images/navbar.jpg) repeat-x;
}

/* You are here */

#destination {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	color: #FFFFFF;
}

#destination h1, #destination h2 {
	font-size: 10px;
}

#destination h1 {
	float: left;
}

/* Navigation */

#navigation {
	width: 700px;
	height: 27px;
	margin: 0 auto;
}

#navigation ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(Images/button.jpg) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation a:hover {
	background-image: url(Images/button_over.jpg);
	text-decoration: none;
}
#navigation .active a {
	background-image: url(Images/button_over.jpg);
}

/* Wrapper */

#wrapper {
	background: url(Images/content_bg.jpg) repeat-x;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Main */

#main {
	float: left;
	width: 600px;
}

/* Content > Main > Title of page */

#welcome {
	padding-top: 10px;
}

/* Image holder and Text*/

#wrapperholder {
	width: 600px;
	height: 145px;
}

#leftimg1 {
	width: 140px;
	height: 140px;
	border: 2px solid #0166ff;
	float: left;
	
}

#leftimg2 {
	width: 140px;
	height: 140px;
	border: 2px solid #0166ff;
	float: left;
	
}

#leftimg3 {
	width: 140px;
	height: 140px;
	border: 2px solid #0166ff;
	float: left;
	
}

#leftimg4 {
	width: 140px;
	height: 140px;
	border: 2px solid #0166ff;
	float: left;
	
}

#leftimg5 {
	width: 140px;
	height: 140px;
	border: 2px solid #0166ff;
	float: left;
}

#leftimg6 {
	width: 140px;
	height: 140px;
	border: 2px solid #0166ff;
	float: left;
	
}
#info1 {
	width: 400px;
	float: right;
	
}

#info2 {
	width: 400px;
	float: right;
	
}

#info3 {
	width: 400px;
	float: right;
	
}
#info3 {
	width: 400px;
	float: right;
	
}

#info4 {
	width: 400px;
	float: right;
	
}
#info5 {
	width: 400px;
	float: right;
	
}
#info6 {
	width: 400px;
	float: right;
	clear: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #418dff;
	background: #0166ff;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Details */

#details {
}

/* Footer > Links */

#links {
}