@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 900px;
	background: #FFFFFF;
	height: 620px;
	border: 2px solid #999999;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#head {
	background: url(images/head.png) center;
	width: 650px;
	height: 122px;
	position: relative;
	top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: inherit;
}
body {
	background: #ecf4fd;
}
.thumb {
	float: left;
	left: 120;
	position: relative;
	margin-bottom: 12px;
	margin-right: 12px;
	border-style: none;
	top: 10px;
	border: 1px solid white;
}
#content {
	width: 650px;
	position: relative;
	overflow: auto;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content img {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid white;
}
#content2 {
	width: 656px;
	position: relative;
	overflow: auto;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
a:link {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
#nav {
	float: right;
	width: 130px;
	position: relative;
	right: 11px;
	overflow: hidden;
}
#nav img {
	margin-bottom: 8px;
	float: right;
	border-style: none;
}
.contact {
	position: relative;
	left: 80px;
	top: 100px;
}

