img, form {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #67371f;
	font-family: Times, serif;
	/* HOLGER: Georgia causes navigation wrap in firefox */
}

h1, h1 a {
	color: #ebebd6;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}

.wrapper {
	background: #ebebd6 url('../images/layout/board.jpg') no-repeat center top;
	width: 890px;
	margin: auto;
	height: 613px;
	padding: 14px 13px 12px;
}

.navigation {
	color: #67371f;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

	.navigation ul {
		list-style: none;
		padding: 0;
		text-align: center;
		height: 37px;
		margin: 0;
	}
		.navigation li {
			display: inline;
			margin: 0;
		}
			.navigation li a {
				color: #300;
				font-style: normal;
				font-weight: normal;
				text-decoration: none;
				font-size: 12px;
			}
				.navigation li a:hover, .navigation li.on a {
					background: url('../images/layout/dim.png');
					background: rgba(103,55,31,0.5);
					color: white;
				}
	.primary {
		text-transform: uppercase;
		line-height: 37px;
		background: url('../images/layout/separator.png') no-repeat 22px center;
	}
		.primary li {
			background: url('../images/layout/separator.png') no-repeat center right;
			padding-right: 7px;
			line-height: 33px;
			display: block;
			float: left;
			margin-top: 2px;
			margin-left: -6px;
		}
			.primary li.first {
				margin-left: 29px;
			}
			.primary li a {
				padding: 11px 22px 12px;
			}
	.programs {
		display: block;
		font-size: 14px;
		height: 10px;
		line-height: 37px;
	}
			.programs li.first {
				margin-left: 10px;
			}
			.programs li a {
				padding: 12px 8px 6px;
			}

	.content {
		position: relative;
		top: -5px;
		width: 890px;
		height: 526px;
		color: #67371f;
		font-family: Arial, sans-serif;
	}
	
		.content object.intro {
			z-index: 0;
		}
		.skip {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1000;
		}
		
			.logo {
				width: 231px;
				height: 175px;
				position: absolute;
				bottom: 0;
				left: 0;
			}
			
			.main {
				width: 531px;
				height: 311px;
				position: absolute;
				top: 15px;
				left: 0;
			}
				.main .video {
					position: absolute;
					top: 30px;
					left: 40px;
				}
			.nowican {
				display: block;
				width: 359px;
				height: 311px;
				position: absolute;
				top: 15px;
				right: 0;
			}
			.thebigpicture {
				display: block;
				width: 300px;
				height: 200px;
				position: absolute;
				left: 231px;
				bottom: 0;
			}
			.whywecare {
				display: block;
				width: 359px;
				height: 168px;
				position: absolute;
				right: 0;
				bottom: 32px;
			}
			
			.moreinfo, .moreinfo_on {
				display: block;
				width: 101px;
				height: 31px;
				position: absolute;
				background: url('../images/programs/moreinfo/moreinfo.jpg') no-repeat;
				right: 22px;
				bottom: 0;
			}
			.moreinfo_on, .moreinfo:hover {
				background: url('../images/programs/moreinfo/moreinfo_on.jpg') no-repeat;
			}


/*** scrollbars ***/
			.scrollup, .scrolldown {
				display: block;
				width: 12px;
				height: 12px;
				background: #7e655d url('../images/layout/up.png') no-repeat;
				font-size: 9px;
				color: #cacaba;
				text-decoration: none;
				position: absolute;
				right: 0;
			}
			.scrolldown {
				background: #7e655d url('../images/layout/down.png') no-repeat;
			}
						.scrollup {
							top: 0;
						}
						.scrolldown {
							bottom: 0;
						}
						.scrollbar {
							position: absolute;
							background: #cacaba;
							width: 12px;
							top: 13px;
							right: 0;
							bottom: 13px;
						}
							.scrollbar .slider {
								position: absolute;
								background: #7e655d;
								width: 12px;
								top: 0;
								right: 0;
								bottom: 0;
							}

.footer {
	text-align: center;
	font-size: x-small;
	font-family: sans-serif;
	color: #300;
}
	.footer a {
		color: inherit;
		text-decoration: none;
	}
	.footer a:hover {
		text-decoration: underline;
	}