body{
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	background-color: #183C48;
}

#container{
	width: 800px;
	height: 550px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#topbar{
	width: 800px;
	height: 145px;
	float: left;
}

	#lefttopbar{
		width: 40px;
		height: 145px;
		float: left;
	}
	#centretopbar{
		width: 624px;
		height: 145px;
		float: left;
		font-size: 10px;
	}
		address#address{
			width: 624px;
			padding-top: 44px;
			height: 76px;
			float: left;
		}
			address#address a{
				color: #183C48;
			}
		
		ul#menu{
			width: 624px;
			float: left;
		}
			ul#menu li{
				display: inline;
			}
			ul#menu li a{
				display: block;
				float: left;
				padding: 0 4px;
				color: #666666;
				border-left: 1px solid #666666;
			}		
			
			ul#menu li a.red {
				color: #B32218;
			}
			
			ul#menu li a.firstitem{
				padding-left: 0;
				border-left: none;
			}
			ul#menu li a:hover{
				color: #B32218;
			}		
	#righttopbar{
		width: 136px;
		height: 145px;
		float: left;
	}
	
#middlebar{
	width: 800px;
	height: 380px;
	float: left;
	background-color: white;
}
	#content{
		position: relative;
		background-color: #E7EADE;
		overflow: auto;
		position: relative;	
		width: 350px;
		height: 364px;
		padding: 0px 5px 0 40px;		
		float: left;
		margin-top: 16px;
		background-color: white;
	}

	
		#content h1{
			font-size: 24px;
			margin-bottom: 18px;
			background-color: white;
		}

		#content p{
			font-size: 10px;
			color: #333333;
			margin-bottom: 12px;
		}

		#content p.first{
			font-weight: bold;
			color: #000000;
		}
		
		#content ul{
			margin-bottom: 12px;
			color: #333333;
			font-size: 10px;
		}
			
		
			#content ul li:before{
				content: "\00BB \0020";
			}
	
	#slideshow{
		margin-left: 5px;
		width: 375px;
		height: 380px;
		overflow: hidden;
		float: left;
	}

#bottombar{
		float: left;
		height: 24px;
		margin-top: 12px;
		width: 800px;
		font-size: 10px;
		color: #CCCCCC;
		padding-bottom: 8px
}

#bottombar a{
	color: #CCCCCC;
}
	
.red {
	color: #B32218;
}

