body {
	background: #FFF;
	font-family: Genova, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(images/back.jpg);
}

* html body {
	line-height: 14px;
}
a:link { 
	color: #0000FF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
}
	
a:visited { 
	color: #C8CEEB;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;	
}
	
a:hover { 
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

#content a:link { 
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#content a:visited { 
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}
	
#content a:hover { 
	color: #000FF;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

#container {
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	width: 845px;
}

#content {
	clear: both;
	margin-top: 10px;
	width: 850px;
}

#footerbg {
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
}

#footer{
	border: 6px solid #0000FF;
	clear: both;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 840px;
	background-color:#1c2f45;
}

#left {
	border: 6px solid #0000FF;
	float: left;
	margin-right: 10px;
	width: 200px;
	
	display:inline;
	overflow:hidden;
}

#nav {
	border: 6px solid #0000FF;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 840px;
	background-color:#1c2f45;
}

#right {
	border: 6px solid #0000FF;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 586px;
	background-color:#E6EEF9;
	
}

#right h1 {
	font-size: 24px;
	padding-top: 5px;
	line-height: 25px;
	text-align: center;
}

#right h2 {
	font-size: 17px;
	color: #1C2F45;
}

#right h3 {
	font-size: 17px;
	color: #545687;
}

#right h4 {
	font-size: 10px;
	color: #999999;
}
#right p {
	color: #333333;
}

#right blockquote {
		color: 1C2F45; 
		font-weight: 600;
		font-size: 12px;
}

.thumbnails {
	margin-left: 120px;
}

.thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbnails li {
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 15px;
	padding: 0;
}