@charset "utf-8";
body {
	background-color: #F4F4F4;
	font-family: verdana;
	font-size: 0.75em;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

#header {
	height: 192px;
	width: 908px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#header p {
	text-align: center;
	padding-top: 145px;
	font-size: 90%;
	margin: 0px;
	line-height: 15px;
}
#header a {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #666666;
	text-decoration: underline;
}


#container {
	width: 906px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/containerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}
.wrapContent {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

.content {
	width: 430px;
	border: 1px solid #C2C2C2;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	height: 340px;
}
.content ul {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.content li {
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}

.content p {
	margin: 0px;
	text-align: justify;
	font-size: 95%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h1  {
	color: #007FBF;
	font-size: 125%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thumbsHolder {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #C2C2C2;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow: hidden;
}
.thumb {
	width: 162px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	height: 210px;
}
.thumb p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
.thumb img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumb a {
	color: #666666;
	text-decoration: none;
	width: 160px;
	font-size: 90%;
}
.thumb a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #C2C2C2;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	overflow: hidden;
}
.footer p {
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 95%;
	color: #666666;
}
.mmV {
	text-align: center;
	font-size: 90%;
	color: #666666;
}
.mmV a {
	color: #666666;
}

