html{	
	height:		100%;
}

/* Wrappers */

body {	
	text-align:center;	
	height:100%;	
	background-color:#E0F1FF; 
	color:#843531;	
	margin: 0px; 
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif;
}

#body2 {
	background-image: 	url(../c_images/bg-intro.gif);
	background-color: 	#E0F1FF;
	background-position:top;
	background-repeat: 	no-repeat;
}

p {
	margin: 0px;
}


#content {	
	margin:0 auto;	 
	margin-top:40px;
	border:4px solid #A5D1F4;	
	position:relative; 
	height:550px;	
	width:700px;
	clear:left;	
	background-color: #E8E8E8;  
	background-repeat:no-repeat
}

#right_fl{	
	position:absolute; 
	top:60px; 
	z-index:50;  
	right:0px; 
	width:240px; 
	text-align:center; 
}

#right_fl_alpha{	
	position:absolute; 
	top:0px;  
	z-index:5; 
	right:0px; 
	width:240px; 
	height:550px; 
	overflow:hidden;  
	text-align:center; 
}

img{	
	border:0px solid black;
}

#left_fl{
	position:absolute; 
	left:10px;
	z-index:100; 
	top:10px;
}

.clicker{
	width:20px; 
	height:20px; 
	line-height:20px; 
	cursor:pointer; 
	color: black; 
	border:1px solid black; 
	font-weight:bold; 
	background-color:#EEE; 
	font-size:14px; 
	text-align:center; 
	float:left; 
	clear:both; 
	margin:0 0 10px 0;
}

#content a{
	font-weight:normal; 
	font-family:Helvetica,Verdana, Arial, sans-serif; 
	text-decoration:none; 
	text-align:left; 
	display:block; width:220px; 
	padding:0 0 0 20px; 
	line-height:65px; 
	height:65px; 
	font-size:25px; 
	color:#000;
}

#content a:hover{ 
	background-color:#A5D1F4;
}

h1{
	color:#843531; 
	font-size:28px; 
	font-weight:bold; 
	text-align:left; 
	padding: 0 0 0 20px;
}