body 					{
						font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
						font-size: 11px;
						color: #555a5d;
						margin:0px;
						background-image:url(images/background.jpg);
						background-repeat:repeat-x;
						background-color:#000000;
						}

div.page				{
	text-align:center;
						}
			
div.topbar 				{
						background-image:url(images/topbar.jpg);
						background-repeat:repeat-x;
						margin:auto; 
						width:902px;
						height:39px;
						}
							
div.header				{
						background-image:url(images/header.jpg);
						background-repeat:no-repeat;
						margin:auto; 
						width:902px;
						height:161px;
						}

div.links				{
						background-image:url(images/linkback.jpg);
						background-repeat:no-repeat;
						background-color:#FFFFFF;
						margin:auto;
						width:902px;
						height:100px;
						padding-top:20px;
						vertical-align:top;
						overflow:visible;	
						
						}

div.news				{						
						background-image:url(images/newsback.jpg);
						background-repeat:no-repeat;
						width:340px;
						height:191px;
						margin-right:50px;
						float:right;
							position:relative;
						}

div.content 			{
						background-color:#FFF;
						margin:auto; 
						width:902px;
						height:auto;			
						}
 
div.content-left		{
						width:570px;
						height:600px;
						margin:auto;
						float:left;
						}
						
div.content-right		{
						width:332px;
						height:600px;
						float:left;
						}
						


div.footer				{
						background-image:url(images/bottombar.jpg);
						background-repeat:no-repeat;
						background-position:center;
						background-color:#000000;
						padding-top:15px;
						margin:auto; 
						width:902px;
						height:120px;
						}
