html, body {
	margin: 0px;
	font-family: Times, "Times New Roman", Serif;
	min-width: 950px;
	background: url('../layout/bodybg.jpg') bottom center no-repeat;
	height: 1150px;
}

.hide {
	display: none;
}

#blooddrops {
	position: absolute;
	z-index: 6;
	margin-top: 590px;
	margin-left: 610px;
}

#footer {
	position: absolute;
	z-index: 7;
	margin-top: 959px;
	margin-left: 610px;
	width: 311px;
	text-align: right;
	font-size: 10px;
	color: #333;
}

#footer a {
	color: #333;
}

#container {
	width: 950px;
	margin: 0px auto;
	min-width: 950px;
}

#fade {
	width: 100%;
	height: 750px;
	background: url('../layout/background.jpg') repeat-x top;
}

#outerbox {
	position: absolute;
	margin-left: 120px;
	margin-top: 350px;
	z-index: 6;
	background: url('../layout/outercontentbg.jpg') top repeat-x #333;

}

#contentbox .bigger {
	font-size: 14px;
	color: #8D000B;
}

#contentbox {
	width: 400px;
	font-size: 13px;
	padding: 10px;
	background: url('../layout/contentbg.jpg') top repeat-x #CCCCCC;
	margin: 10px;
	color: #333;
	line-height: 130%;
	
}

#contentbox h1 {
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	color: #8D000B;
}

#contentbox p {
	padding-bottom: 5px;
}

#contentbox strong {
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}

#contentbox a {
	color: #333;
}

#introtxt {
	position: absolute;
	z-index: 6;
	font-size: 17px;
	color: #8D000B;
	margin-left: 500px;
	margin-top: 280px;
	text-align: right;
	white-space: nowrap;
}

#contact {
	margin-left: 695px;
	margin-top: 460px;
	color: #DDDDDD;
	font-size: 18px;
	text-align: right;
	position: absolute;
	z-index: 6;
}

#contact a {
	color: #DDDDDD;
	text-decoration: none;
}

#contact a:hover {
	color: #8D000B;
}

#contact strong {
	font-weight: normal;
	font-size: 34px;
}

#contentbg {
	width: 950px;
	height: 396px;
	position: absolute;
	z-index: 5;
	margin-top: 328px;
}

#contentbg .part1 {
	background: url('../layout/part1.png') no-repeat;
	width: 100%;
	height: 102px;
}

#contentbg .part2 {
	background: url('../layout/part2.jpg') no-repeat;
	width: 100%;
	height: 163px;
}

#contentbg .part3 {
	background: url('../layout/part3.jpg') no-repeat;
	width: 100%;
	height: 131px;
}


#flashheader {
	position: absolute;
	z-index: 1;
}

.warning {
	padding: 20px;
	font-size: 14px;
	color: red;
	background: white;
	z-index: 10;
	border: 5px solid red;
	text-align: center;
	position: absolute;
	margin-top: -600px;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}

.notice {
	text-align: center;
	background: white;
	padding: 20px;
	color: red;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}

div.warningcontainer {
	width: 950px;
	margin: 0px auto;
	z-index: 10;
	position: relative;
	margin-top: 20px;
}

