/* Generic Styling 
*****************************************************/
html 
{ 
	height:100%;
	width:100%; 
} 


body {
	margin:0;
	padding:0;
	background:#9E9493;
	font-size:16px;
}


/* Main Layout 
*****************************************************/
#master{
	width: 805px;
	margin: 0 auto;
	font-family:"Arial";
	position:relative;	
}

#header {
	width: 805px;
	line-height: 40px;
	height:40px;
	margin:0;
	padding:0;
	background-image: url('../images/bg/header.png');
	background-repeat:no-repeat;
	/*background:#000;*/
	margin-top:10px;
}

#content{
	width:815px;
	height:490px;
	background-image: url('../images/bg/body1.jpg');
	background-repeat:no-repeat;
	background-position:fixed;
	float:left;
	margin-top:20px;
	margin-left:1px;
	
}

#strong_content_index{
	width:815px;
	height:490px;
	background-image: url('../images/bg/body2.jpg');
	background-repeat:no-repeat;
	background-position:fixed;
	float:left;
	margin-top:20px;
	margin-left:1px;
	
}

#left_container{
	width:215px;
	float:left;
	margin-left:3px;
	margin-top:0;	
	font-size:12px;
}


.poeple_title{
	width:auto;
	position:absolute;
	left:55px;
	font-size:18px;
	margin-top:30px;
	font-style:italic;
	font-weight:bold;

}

#main_container{
	float:right;
	width:498px;
	height:310px;
	font-size:12px;
	background-image: url('../images/bg/main_container.gif');
	background-repeat:repeat-y;
	padding-left:20px;
	/*padding-top:15px;*/
	overflow:auto;	
	padding-right:10px;
	margin-right:57px;
}


#main_container_top{
	float:right;	
	margin-top:10px;
	width:560px;
	height:2px;
	background-image: url('../images/bg/main_container_top.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-right:25px;
}

/* ie6 hack for main container top frame*/
/**html #main_container_top{float:left;}*/

#main_container_bottom{	
	float:right;
	width:560px;
	height:2px;
	background-image: url('../images/bg/main_container_bottom.gif');
	background-repeat:no-repeat;
	/*margin-bottom:20px;*/
	/*padding-right:30px;*/
	margin-right:25px;
	
}

/*html #main_container_bottom{float:right;margin-right:33px;}*/

#full_container{
	margin-top:70px;
	margin-left:2em;
	float:left;
	width:708px;
	height:345px;
	padding:20px;
	overflow:auto;
	background:#fff;
	font-size:12.5px;
}


#footer{
	float:left;
	width:805px;
	height:30px;
}

#strong_container{
	position:absolute;
	margin-left:220px;
	margin-top:73px;
	height:310px;
	width:500px;
	font-size:12px;
	font-size:12px;
	overflow:auto;
	/*background-image: url('../images/bg/main_container_bottom.gif');
	background-repeat:no-repeat;*/
	background:#fff;
	border:1px solid #AEAEAE;
}



