h3 {
	color: #005e95;
	margin-bottom: 10px;
}

img {
	border: 2px solid #B24324;
	padding: 3px;
}

.image {
        border: 2px solid #B24324;
        padding: 3px;
	margin-right:15px;
}

.main {
	width:635px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width:735px;
	height:69px;
}

.navigation {
	width:700px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #7cbade;
	margin-bottom: 20px;
	list-style: none;
	height:28px;
	text-align: center;
}
	.navigation li.pyramid { float: none; display: block; margin-left: auto; margin-right: auto; }
	.navigation li { color: #92b124; float:left; }
	.navigation li a { font-size:13px; color: #333333; text-decoration: none; padding-left:3px;padding-right: 3px;padding-top: 6px; padding-bottom: 7px; margin-left: auto; margin-right: auto; }
	.navigation li a:hover { color: white; background-color: #92b124; }

.description {
	/*border: 1px solid #92b124;*/
	color: #666666;
	overflow: auto;
}
	.description img { margin-right: 10px; }
	.description h3 { color: #B24324; font-size: 14px; margin-top: 0px; }
	.description a { color: #1a71a1; text-decoration: none; }
	.description a:hover { text-decoration: underline; }

.video {
	background-color: #eee7d9;
	padding: 15px;
	border: 1px solid #b0871b;
	width:350px;
	height:260px;
}

.links {
	list-style: none;
}
	.links li { background-image: url(../images/flower1.gif); background-repeat: no-repeat; border: 1px solid #92b124; margin: 10px auto 10px auto; padding-left:120px; padding-top: 10px; padding-bottom: 10px; }
	.links li a { font-size: 18px; color: #B28A24; font-weight: bold; text-decoration: none; }
	
	.links li.answer { position:relative; background-image: none; border: none; }
	.links li.answer p a { font-weight: 100; font-size: 16px; }
	.links li.answer p a:hover { color: #92b124; }
	.links li.answer h4 { color: #005e95; margin-bottom: 0px; }
	.links li.answer h5 { color: #005e95; margin-bottom: 0px; font-size: 16px; }
	.links li.answer a.listClip { font-size: 14px; }

.volumes { 
	list-style: none;
}
	.movie_volume { font-size: 18px; font-weight: bold; color: #92b124; margin-left: 0px; }
	.volumes li {  }

.footer {
	width:735px;
	height: 60px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	color: #666666;
}
	.footer span.copyright { position: absolute; left:40px; bottom: 0; }
	.footer span.footercontact { position: absolute; right:15px; bottom: 0; }
	.footer span.footercontact a { color: #1970a0; text-decoration: none; }
	.footer span.footercontact a:hover { text-decoration: underline; }
