/* CSS Document */

body {
	margin-top: 2px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	background-image:  url(images/dot.gif);
	
}

#page_center {
	top: 50%;
	left: 0%;
	margin-top:-205px;
	height: 400px;
	width: 100%;
	position: absolute;	
	background-image: url(images/stripes.gif);
	}


#top_stripe {
	height: 14px;
	width: 100%;
	background-color: #2b1c02;
	border-bottom: 1.5px solid #acb696;
	border-top: 1.5px solid #acb696;
	position: absolute;
	margin-top: -222px;
	top: 50%;
	left: 0%;
	z-index: 2;
	} 

#mainbody {
	height: 400px;
	width: 750px;
	background-color:#FFFFFF;
	position: absolute;
	margin-left: -375px;
	margin-top:-200px;
	top: 50%;
	left:50%;
}

#header {
	height: 40px;
	width: 673px;
	position: absolute;
	margin-left: -298px;
	margin-top:-197px;
	top: 50%;
	left: 50%;
}

#sidebar {
	height: 390px;
	width: 77px;
	position: absolute;
	margin-left: -375px;
	margin-top:-195px;
	top: 50%;
	left:50%;
}

#flash{
	width: 427px;
	height: 250px;
	position: absolute;
	margin-left: -375px;
	margin-top:-108px;
	/*border-bottom: 1px solid #42332d;
	border-top: 1px solid #42332d;*/
	top: 50%;
	left:50%;
	background-color:#FFFFFF;
}

#text{
	height: 350px;
	width: 250px;
	position: absolute;
	margin-left: 427px;
	margin-top:50px;
	border-left: 1px solid #2b1c02;
	border-right: 1px solid #bed8d8;
	background-color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #412b25;
	line-height: 20px;
	letter-spacing: .5px;
	text-align: justify;
	overflow: auto;
	padding: 10px;
	z-index: 3;
}


#navigation {
	height: 32px;
	width: 100%;
	background-color:#acb696;
	border-bottom: 2px solid #2b1c02;
	border-top: 2px solid #2b1c02;
	position: absolute;
	margin-top: 195px;
	top: 50%;
	left: 0%;
}

