body {
	background: url('images/body-bg.jpg') no-repeat white;
}

a:link, a:hover, a:visited {
	text-decoration: underline;
	color: black;
}

img {
	border: 0px;
}

h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-family: 'georgia', 'verdana', 'arial', 'times new roman', serif;
	font-size: 23px;
	line-height: 1.6;
	text-decoration: underline;
}

#content-wrapper {
	background: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
	height: 620px;
	font-family: 'georgia', 'verdana', 'arial', 'times new roman', serif;
	font-size: 18px;
	overflow: hidden;
}

#top-wrapper {
	background: url('images/trans.png') repeat;
	margin-left: auto;
	margin-right: auto;	
	width: 900px;
	height: 120px;
}

#top-logo {
	background: url('images/top-bg.png') no-repeat top;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 900px;
	height: 120px;
	z-index: 100;
}

#menu {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	width: 900px;
	height: 70px;
	text-align: center;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 19px;
	z-index: 500;
}

#menu a:link {
	text-decoration: none;
	color: black;
}

#menu a:hover {
	text-decoration: underline;
	color: black;	
}

#menu a:visited {
	text-decoration: none;
	color: black;	
}

.nav {
	margin-left: auto;
	margin-right: auto;	
}

#menu  ul {
	list-style: none;
}

#menu ul li {
	display: inline;
	list-style: none;
	padding-right: 20px;
}

#mask {
	background: none;
	width:500%;
    height:100%;
}
 
.item {
    width:20%;
    height:100%;
    float:left;
	background: url('images/trans.png') repeat;
}     
     
.content {
	background: none;
	width:100%;
    height:100%;
    top:70px;
    margin:0 auto;
    position:relative;
}

.content-text {
	background: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	padding: 20px;
	width: 800px;
	height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
}

.content-text2 {
	background: none;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 800px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.vid{
	float: left;
	text-align: left;
	margin-left: 7px;
	padding-bottom: 20px;
}

div.vid img{
	display: inline;
}

div.desc{
	font-family: "times new roman";
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
}
     
.selected {
    background:none;
	font-weight: bold;
	text-decoration: underline;
}
 
.clear {
    clear:both;
}

.welcome {
	position: relative;
	display: inline;
}

.left {
	float: left;
	width: 350px;
	height: 450px;
}

.right {
	float: right;
	margin-left: 50px;
	width: 350px;
	height: 450px;	
}

#footer {
	position: relative;
	font-size: 15px;
	color: black;
	text-align: center;
	z-index: 1000;
}




