	body {
		margin: 0;
		padding: 0;
		font-family: trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		background-image: url('/images/bg_body.gif');
		background-repeat: repeat-x;
		line-height: 16px;
		overflow:scroll;
		}
		
* html body {
		overflow:auto;
		}

	a {
		color: #333333;
		text-decoration:none;
		}
		
	a:hover {
		color: #000000;
		text-decoration:underline;
		}
	
	p {
		margin: 0;
		padding: 0;
		}
	
	ul {
		margin: 0;
		padding: 0;
		}
		
	li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
	img {
		border: 0px solid;
		}
		
	input, textarea {
		border: 1px solid #909090;
		background-color: #ffffff;
		}
	
	.noListType {
		list-style-type: none;
		margin-bottom: 5px;
		}
	
	#buvagTop {
		margin: 0 auto;
		padding: 0;
		width: 900px;
		position: relative;
		}
		
	#buvagMenu {
		background-image: url('/images/bg_header.png');
		background-repeat: no-repeat;
		width: 900px;
		height: 330px;

		}
	
	* html body #buvagMenu {
		background: transparent;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="/images/bg_header.png");
		background-repeat: repeat-y;
		height: 40px;

	}
	
	#buvagContentField {
		background-color: #d7d7d6;
		width: 550px;
		min-height: 200px;
		float: left;
		text-align: left;
		padding: 10px;
		color: #505050;
		}
		
	#buvagContentField li {
		line-height: 23px;
	}
	
	#buvagNewsField {
		background-color: #909090;
		width: 280px;
		min-height: 100px;
		float: right;
		text-align: left;
		padding: 10px;
		color: #ffffff;
		}
		
	* html #buvagNewsField {
		height: 100px;
		}
		
	* html #buvagContentField {
		height: 200px;
		}	
		
	#buvagNewsField ul {	
		margin: 0;
		padding: 0;
		}
	
	#buvagNewsField ul li {
		margin-left: 18px;
		margin-bottom: 7px;
		list-style-image: url('/images/arrow.gif'); 
		}
		
	#buvagNewsField a {
		color: #ffffff;
		}
	
	.buvagBack {
		margin-top: 10px;
		}
	
	#buvagCreated {
		float: right;
		}
	
	#buvagCreated a {
		color: #909090;
		font-size:10px;
		}