* {
	margin: 0;
	padding: 0;

}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/bg_test_04.jpg);
	background-repeat: repeat;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	width: 960px;
	background-image: url(images/wrapper.jpg);
}
#banner {
	width: 960px;
	height: 200px;
	float: left;
	background-image: url(images/banner.jpg);
}

#nav {
	width: 960px;
	background-image: url(images/nav.jpg);
	list-style-type: none;
	float: left;
	height: 70px;
}
#nav ul {
	list-style-type: none;
	text-decoration: none;
}
#nav ul li {
	text-align: center;
	display: inline;
}
#nav ul li a {
	display: block;
	width: 150px;
	float: left;
	height: 50px;
	padding-right: 20px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
	font-size: 20px;
	color: #069;
	padding-left: 20px;
}
#content {
	height: 381px;
	width: 960px;
	background-image: url(images/top_content.jpg);
	float: left;
}
#content p {
	width: 400px;
	padding-right: 100px;
	color: #9A6F8A;
	text-indent: 10px;
	padding-left: 10px;
}
#content ul {
	padding-left: 30px;
	list-style-type: none;
	text-decoration: none;
}
#content ul li {
	width: 180px;
	float: left;
	padding-top: 10px;
	text-decoration: none;
}


h2 {
	color: #306;
	display: block;
	padding-top: 45px;
	float: left;
	width: 960px;
	text-align: center;
	margin-bottom: 10px;
}
h3 {
	color: #069;
	display: block;
	float: left;
	margin-left: 60px;
	width: 900px;
}
h4 {
	color: #8B77B6;
	padding-left: 50px;
}
#footer {
	height: 189px;
	width: 960px;
	clear: both;
	background-image: url(images/bottom_content.jpg);
	background-repeat: repeat-y;
}
#frame {
	width: 415px;
	margin-left: 100px;
	float: left;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#gallery a {
	position: relative;
	z-index: 10;
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	margin: 10px;
	padding-bottom: 10px;
}
#gallery img {
	width: 100%;
	height: 100%;
	border: 2px solid #75487F;
}
#gallery a:hover {
	z-index: 50;
	top: -45px;
	left: -53px;
}
#gallery a:hover img {
	width: 250px;
	height: 250px;
	background: #ccc;
	border: 2px solid;
	border-color: #7B968D;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
}
#contentgallery a{
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contentgallery img {
	width: 100%;
	height: 100%;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;	
}
#contentgallery a:hover{
	z-index: 50;
	top: -45px;
	left: -53px;
	}
#contentgallery a:hover img{
	width: 300px;
	height: 300px;
	padding: 1px;
	background: #ccc;
	border: 2px solid;
	border-color: #eee #bbb #bbb #eee;

	}	
