
html, body { background: url('images/background.jpg') repeat-x #FFFF00;
  margin: 0px; 
}

a:link,
a:active {
color:#666666;
text-decoration:none;
}

a:visited {
color:#666666;
text-decoration:none;
}

a:hover {
color:#CC0000;
text-decoration:none;}

h1	{font-size: 16px;
		color: #4F8B99;}

p			{margin-top: 0px;
			margin-bottom: 0px;}
			
#container {margin: auto;
		padding: 0px;
		width: 781px;
		height: auto;}
		
#banner {background-image: url('images/banner.jpg');
		text-align: right;
		margin: auto;
		width: 749px;
		height: 165px;} 	
			
#nav {margin: auto;
		width: 749px;
		height: 32px;
		text-align: left;}
		
#content {margin: auto;
			padding: 0px;
			width: 749px;
			height: auto;
			background-image: url('images/back.jpg');
			color: #333333;
			text-align: justify;}

#content .left {
				color: #333333;
				font: 10pt arial;
				width: 340px;
				height: auto;
				line-height: 21px;
				margin-right: 240px;
				text-align: justify;
				padding-left: 75px;}

#content .right {float: right;
				font: 12pt arial;
				width: 300px;
				text-align:left;
				height: auto;
				}

#content .full {
				color: #333333;
				font: 10pt arial;
				width: 600px;
				height: auto;
				line-height: 21px;
				text-align: justify;
				padding-left: 75px;}
				
#bottomnav {background-image: url('images/bottom.jpg');
		text-align: center;
		font: 8pt arial;
		margin: auto;
		width: 749px;
		height: 95px;}

#footer {text-align: center;
		font: 8pt arial;
		margin: auto;
		color: #990000;
		padding: 0px;
		width: 749px;
		height: 25px;}
		
#newstop {background-image: url('images/newstop.jpg');
		text-align: right;
		margin: auto;
		width: 749px;
		height: 197px;}

#newscontent {  background-image: url('images/back.jpg');
				margin: auto;
				color: #333333;
				font: 10pt arial;
				width: 749px;
				height: auto;
				line-height: 21px;
				text-align: justify;}