@charset "utf-8";
/* CSS Document */


.body_02
{text-align:center;
 width:792;}

.table_01
{background-color:#000000;
 padding:0px;
 margin:0px;}

.p_01
{padding-top:15px;
 padding-bottom:20px;
 padding-left:0px;
 padding_right:0px;
 margin:0px;
 border:none;}
 
 #holder {
	width: 64em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 0px;	
	}
 
#imageContainer {
	height:370px;
	left:0em;
	z-index:1;
}  
#imageContainer img {
	display:none;
	position:absolute;
	top:0.5em;
	height:400px;
	width:690px;
	opacity: -0.01;
	left: 0.6em;
} 
			

#articleContainer {
	position:relative;
	width:550px;
	top: 0.2em;
	height: 470px;
	overflow:auto;
	border:thin;
	border-style:solid;
	left: 0.3em;
}

#leftarticleContainer {
	position:relative;
	width:550px;
	top: 0.2em;
	height: 450px;
	overflow:auto;
	border:thin;
	border-style:solid;
	left: 11em;
}

#SKContainer {
	position:relative;
	width:700px;
	top: 0em;
	height: 430px;
	overflow:auto;
}

#loginContainer {
	position:relative;
	width:575px;
	height: 300px;
}
