﻿#wrapper {
	position:absolute;
	left: 10px;
	top: 5px;
	height:4000px;
	width:974px;
	background-color:white;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	
#news{
position:absolute;
	left:150px;
	top:132px;
	width:380px;
	padding:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;	
	line-height:20px;
	background-color:white;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#news_two{
	position:absolute;
	left:550px;
	top:132px;
	width:380px;
	padding:5px;
	font-family:tahoma;
	font-size:14px;
	letter-spacing:1px;	
	line-height:20px;
	background-color:white;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
img{
	position:relative;
	float:left;
	margin-right:6px;
	margin-bottom:2px;
	margin-top:3px;
}
