	body
	{
	margin: 10px 0 0 0;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #000;
	background: repeat-x #ffffff url('img/bkg_body.jpg');
	text-align: left;
	}
	
		#totalcontainer
		{
		margin: 1px auto;
		width: 800px;
		text-align: left;
		}

			#header
			{
			position: relative;
			clear: both;
			width: 800px;
			height: 120px;
			color: #ff0000;
			}

				#logo
				{
				height: 162px;
				width: 800px;
				text-align: left;
				clear: both;
				}

				#nav
				{
				float: left;
				text-align: center;
				width: 800px;
				font-size: 140%;
				}
				
					#nav a
					{
					color: #000;
					text-decoration: none;
					}
				
					#nav ul
					{
					margin: 0;
					padding: 0;
					}
					
					#nav li
					{
					color: #000;
					display: inline;
					padding: 7px;
					}
					
						.activebullet
						{
						display: inline;
						padding: 7px;
						background: #ff0000;
						}
				
				
				
				
				
		
			#sub
			{
			float: left;
			}

			#content
			{
			padding: 5px;
			float: left;
			width: 800px;
			height: 400px;
			background: no-repeat #ffffff
			overflow: auto;
			}
		
						
			#footer
			{
			padding: 10px 0 0 0;
			text-align: left;
			clear: both;
			width: 800px;
			color: #fff;
			font-size: 90%;
			text-transform: uppercase;
			}
			
			
			
			
			
			
			img
			{
			border: 0px;
			}
			
			a
			{
			color: #000;
			}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover	{ 
	text-decoration: none;
	color : #DD6900;
}
a:active {
	text-decoration: none;
}
.style2 {font-size: 12px}	
.style4 {font-size: 14px}