/***************
	 Home page style 
****************/

body{
	background-color:RGB(88,46,35);
	background-image:url(../images/bg/home.jpg);
	background-attachment:fixed;
	background-position: top center;
	
}







/**********************
	MAIN CONTENT HOLDER
******************/

.center_container
{
	position:relative;
	left: 0px;
	width:900px;
	overflow:hidden;
	min-height:450px;
	margin: 2% auto;
	background-image:url(../images/transbg_opacity_70_1.png);
	background-repeat:repeat;
	background-attachment:scroll;

}

.center_container_footer
{
	position:relative;
	left: 0px;
	width:900px;
	overflow:hidden;
	min-height:auto;
	margin: 1% auto;
	background-image:url(../images/transbg_opacity_70_1.png);
	background-repeat:repeat;
	background-attachment:scroll;

}





#col1, #col2 {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}


#col1 { 
	position: absolute;
	margin: 15px 0 0 20px;
}


#col2 { 
	position: relative;
	left: 220px;
	padding: 0px 0 0 0; 
	
}


#topBook
{
	position: relative;
	float: left;
	margin: 0;
	width: 100px;
	height: 210px;

}

#flash {
	float: left;
	margin-bottom: 0px;
}



#quick_links a 
{
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	padding-left:20px;
	background-image:url(../images/arrow_r_out.png);
	background-position:left;
	background-repeat:no-repeat;		
}
#quick_links span 
{
	display:block;
	line-height:20px;
	
}

#quick_links a:hover, #quick_links a:focus 
{
	color:RGB(247,235,205);
	padding-left:25px;
	background-image:url(../images/arrow_r_over.png);
	background-position:left;
	background-repeat:no-repeat;			
		

}



#col3 { 
	position:relative;
	width:870px;
	overflow:auto;
	float:left;
	margin:20px 0 20px 10px;
	padding:10px 2px 10px 10px;
	
}

#col3 p.intro
{
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:top;
	font-size:14px;
	text-align:left;
	border-bottom:1px solid #fff;
}


#col3 p
{
	color:#FFFFFF;
	vertical-align:top;
	text-align:left;
	
}



#col3 div.colPanel, div.colPanel div
{
	margin: 0px;
	padding: 0px;
	color:#fff;
	text-decoration:none;
}

#show_text
{
	float:right;
	clear:both;
	width:100%; 
	border-top:1px solid RGB(247,235,205); 
	text-align:right;
}

#show_text a
{
	text-decoration:none;
	font-weight:bold;
	width:50%;
	color:#fff;
}

#show_text a:hover, #show_text a:focus
{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}


#col3 colPanelTab
{
	margin: 0px;
	padding: 2px;
	color:#fff;
	text-decoration:none;
}


#col3 div.colPanelTab a, div.colPanelTab a:hover
{
	color:#fff;
	text-decoration:none;
}







#col4 { 
	position:relative;
	width:820px;
	overflow:auto;
	float:left;
	margin:20px 0 20px 30px;
	padding:10px;
	
	color:#FFFFFF;
}

#col4 p.intro
{
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
	border-bottom:1px solid #fff;
}


#col4 p
{
	color:#FFFFFF;
	vertical-align:top;
	text-align:left;
	
}

#col4 p a
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	
}

#col4 p a:hover, #col4 p a:focus
{
	color:RGB(247,235,205);
	font-weight:bold;
	text-decoration:underline;
	text-align:left;
	
}



