@charset "utf-8";
/* CSS Document */

body {
	color: #636262;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0 auto;
	background: #fff url(images/westminster_home_09.gif) repeat-y center top;
	line-height: 24px;
}

* {
	padding: 0;
	margin: 0;
}

a { 
	color:#4178AF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* Library Styles */
#container li {
	list-style: none;
	float: left;
}



/* Layout Styles */



#container {
	margin: 0 auto;
	text-align: left;
	width: 944px;
	padding-top: 50px;
}

	#container #header {
		height: 278px;
		overflow: hidden;
		position: relative;
	}
		#container #header h1 {
			background: url(images/westminster_home_03.jpg) no-repeat;
			height: 230px;
			width: 408px;
			text-indent: -9999px;
			position: absolute;
			left: 228px;
		}
		
			
#container #column_one {
	float: left;
	width: 627px;
	position: relative;
}
	#container #column_one h2 {
		position: absolute;
		top: -278px;
		left: 129px;
		width: 100px;
		height: 264px;
		background: url(images/westminster_home_02.gif) no-repeat;
		text-indent: -9999px;
	} 	


#container #column_two {
	float: right;
	width: 308px;
	position: relative;
}
	#container #column_two h2 {
		position: absolute;
		top: -278px;
		left: 0px;
		width: 103px;
		height: 264px;
		background: url(images/westminster_home_04.gif) no-repeat;
		text-indent: -9999px;
	}
	
