/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header {
	height:527px;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:1024px;
	height:527px;
	z-index: 90;
	margin: 0px;
	clear: both;
	position: absolute;
	top: 0px;
}
.header_logo {
	background-position: center center;
	background-repeat: no-repeat;
	width:189px;
	height:189px;
	position: absolute;
	top: 0px;
	margin-top: 236px;
	margin-left: 95px;
	text-align: center;
	color: #323232;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../image/body/logo.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


/* NAVIGATION */
#nav-outer { height:110px; padding-top:11px; position:relative; top:24px; background-image:url("../images/headerbg.png"); }
#navigation {
	height:100px;
	width:960px;
	margin:0 auto;
	background-position:top left;
	background-repeat:no-repeat;
}

/* HEADER TEXT */
#headertxt {
	width:664px;
	clear:both;
	position:relative;
	top:70px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 360px;
	height: auto;
}
#firstline {
	background-image:url(../images/textbg.png);
	color:#333;
	font-size:40px;
	float:left;
	display:block;
	background-repeat: repeat;
	height: auto;
	width: auto;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	background-color: #FFF;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#secondline {
	background-image:url(../images/textbg.png);
	color:#CD2B3A;
	text-decoration:none;
	font-size:60px;
	padding:0 13px 10px;
	float:left;
	display:block;
	clear:both;
	background-repeat: repeat;
	background-color: #FFF;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#secondline:hover {
	text-decoration:underline;
	color:#CD2B3A;
}

.pictured {
	background-color:#CC3333;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	display:block;
	clear:both;
	margin-top:10px;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 16px;
}
.pictured a {
	font-size:16px;
	font-style:italic;
	letter-spacing:0.1ex;
	text-transform:none;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer {
	position:absolute;
	top:492px;
	width:1024px;
	z-index: 98;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#headernav {
	padding-left:845px;
}

/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p {
	font-size:16px;
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C;
}


