/* CSS Document */



.menu {
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 14px;
	height: 416px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 4px;
}

.slides {
	margin: 27px 0px 0px 0px;
	position: absolute;
	width: 650px;
	height: 450px;
	background-color: #FFFFFF;
	text-align: center;
}


.bottom {
	width: 792px;
	margin: 428px 0px 0px 0px;
	height: 25px;
	background-color: #990000;
	position: absolute;
}


.caption {
	margin: 225px 0px 0px 477px;
	position: absolute;
	width: 300px;
	height: 150px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #333333;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 5px;
}

.photo1 {
	width:450px;
	height: 426px;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 25px;
	position: absolute;
	text-align: center;
}

.column {
	width: 315px;
	height:225px;
	background-color:#333333;
	margin: 0px 0px 0px 477px;
	position: absolute;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #FFFFFF;
}

.buttons {
	margin: 356px 0px 0px 477px;
	position: absolute;
	width: 300px;
	height: 45px;
	background-color: #006666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: right;
	top: 27px;
	padding-right: 15px;
	vertical-align: middle;
}

.nav {
	margin: 0px 0px 0px 0px;
	position: absolute;
	height: 25px;
	width: 750px;
	background-color: #EEF4F1;
	text-align: center;
}

body {
	background-color: #000000;
	margin-top: 2px;
	margin-left: 2px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.style1 {
	font-size: 14px;
	color: #990033;
	font-weight: bold;
}
