/* CSS Document */
#top_right_img {
	float:right;
	border-top:1px solid white;
	border-right:1px solid white;
}
#main_2 {
	background-color:white;
}
#head {
	text-align:center;
	background-color:#00562d;
	color:white;
	border-top:1px solid white;
	border-right:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid white;	
	font-size:20px;
	letter-spacing:1px;
	padding:3px 0;
}
#one {
	position:absolute;
	top:50px;
	left:10px;
	width:540px;
	height:130px;
	}
#one .bowl {
	float:left;
}
#one_p_div {
	float:right;
	float:right;
	width:280px;
	height:130px;	
	background-color:white;
}	
#one_p_div p {	
	width:270px;	 
	font-size:11px;
	padding:5px;	 
}
#two {
	position:absolute;
	top:200px;
	left:10px;
	width:540px;
	height:130px;	
}
#two .bowl {
	float:right;
}
#two_p_div {
	float:left;
	width:280px;
	height:130px;	
	background-color:white;
}	
#two_p_div p {	
	width:270px;	 
	font-size:11px;
	padding:5px;	 
}
#three {
	position:absolute;
	top:350px;
	left:10px;
	width:540px;
	height:130px;
	}
#three .bowl {
	float:left;
}
#three_p_div {
	float:right;
	float:right;
	width:280px;
	height:130px;	
	background-color:white;
}	
#three_p_div p {	
	width:270px;	 
	font-size:11px;
	padding:5px;	 
}
#vega_footer {
	position:absolute;
	top:500px;
	left:10px;
	width:540px;
	height:30px;	 
}	
#vega_footer p {
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
#vega {
	border:1px solid #00562d;
}


