/* CSS Document */

html, body {
	margin: 0px;
	background-color: #601500;
}

div { behavior: url("../js/iepngfix.htc"); }

#background {
	position: absolute;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #ed5e04;	
	height: 508px;
	width: 100%;
	top: 50%;
	left: 50%;
	margin-top: -254px;
	margin-left: -50%;
	z-index: 1;
}

#container {
	position: absolute;
	height: 552px;
	width: 920px;
	left: 50%;
	top: 50%;
	margin-top: -276px;
	margin-left: -460px;
	z-index: 2;
}

#content {
	position: absolute;
	height: 552px;
	width: 920px;
	left: 50%;
	top: 50%;
	margin-top: -276px;
	margin-left: -460px;
	z-index: 2;
}

#page_id {
	position: absolute;
	height: 60px;
	width: 220px;
	left: 50%;
	top: 50%;
	margin-top: -231px;
	margin-left: 220px;
	z-index: 3;
}

#page_cnt {
	overflow: auto;
	margin: 0px;
	width: 430px;
	width: 420px !important;
	height: 320px;
	padding-right: 10px;
	z-index: 10;
}

/*#page_cnt {
	margin: 0px;
	height: 320px;
	width: 430px;
}*/

/* ///  CONTENT /// */

.img_border {
	border: 5px solid #FFFFFF;	
}

.text {
	font-family: Arial, Verdana, Helvetica, Geneva;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
}

.text a:link, .text a:visited {
	font-family: Arial, Verdana, Helvetica, Geneva;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
}

.text a:hover {
	font-family: Arial, Verdana, Helvetica, Geneva;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
}


p {
	font-family: Arial, Verdana, Helvetica, Geneva;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
}

.comment {
	font-family: Arial, Verdana, Helvetica, Geneva;
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
	font-style: italic;
}
