body {
	background-image: url('../images/layout/pagebg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	}
	
a {
	outline: none;
	}
	
#header {
	background-image: url('../images/layout/headerbg.png');
	background-repeat: repeat-x;
	height: 144px;
	width: 700px;
	margin-top: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
	#header h1 {
		width: 171px;
		height: 91px;
		background-image: url('../images/layout/compasslogo.png');
		background-repeat: no-repeat;
		background-position: bottom center;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-top: 20px;
		display: block;
		}
		
		#header a {
			width: 171px;
			height: 91px;
			display: block;
		}
		
		#header img {
			display: none;
			}
		
		#header h1 span {
			display: none;
			}

#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-top: 6px solid #2281ff;
	border-bottom: 6px solid #2281ff;
	background-image: url('../images/layout/contentbg.gif');
	background-color: #000;
	background-repeat: repeat-x;
	background-position: bottom left;
	}	

#navbar {
	width: 642px;
	height: 49px;
	background: url('../images/layout/navbarshadow.png');
	background-repeat: no-repeat;
	background-position: bottom center; 
	margin-left: auto;
	margin-right: auto;
	margin-top: -26px;
	}

#articlephoto {
	/* margin-top: -23px; */
	height: 366px;
	position: relative;
	}
	
	#articlephoto img {
		margin-top: -23px;
		}
		
	span#articlephotocaption {
		font: 10px/10px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		background-image: url('../images/layout/articlebg.png');
		position: absolute;
		bottom: 32px;
		right: 32px;
		color: #ddd;
		padding: 5px;
		}

#bottomsection {
	height: 131px;
	margin-top: 9px;
	display: inline;
	list-style-type: none;
	clear: all;
	}

.bottomitem1, .bottomitem2, .bottomitem3 {
	/* height: 120px; */
	height: 100%;
	width: 220px;
	/* border: 2px solid #2281ff; */
	margin: 1px 6px 0 6px;
	float: left;
	}
	
		.bottomitem1 p, .bottomitem2 p, .bottomitem3 p {
			font: 12px/12px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
			margin: 100px 0 0 5px;
			}
	
		.bottomitem1 a, .bottomitem2 a, .bottomitem3 a {
			border-left: 3px solid #2281ff;
			height: 20px;
			padding-right: 20px;
			padding-left: 3px;
			padding-top: 1px;
			color: #fff;
			text-decoration: none;
			background-image: url('../images/layout/blue-long-linkicon.png');
			background-position: center right;
			background-repeat: no-repeat;
			}

		.bottomitem1 a:hover, .bottomitem2 a:hover, .bottomitem3 a:hover {
			border-left: 3px solid #2281ff;
			height: 20px;
			padding-right: 20px;
			padding-left: 3px;
			padding-top: 1px;
			color: #2281ff;
			text-decoration: none;
			background-image: url('../images/layout/blue-long-linkicon-hover.png');
			background-position: center right;
			background-repeat: no-repeat;
			}
			
		.bottomitem1 a:active, .bottomitem2 a:active, .bottomitem3 a:active {
			color: #812b10;
			}
			
		.bottomitem-image {
			border: 2px solid #2281ff;
			width: 220px;
			height: 120px;
			}
			
		p.bottomitem-caption {
			margin-top: 8px;
			color: #888;
			font-size: 10px;
			text-align: justify;
			text-justify: newspaper;
			word-wrap: break-word;
			}

#caption {
	width: 300px;
	position: absolute;
	bottom: 32px;
	left: 32px;
	background-image: url('../images/layout/articlebg.png');
	}
	
	#caption h1 {
		font: 36px/24px 'Arial Narrow', 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		letter-spacing: 10px;
		text-transform: uppercase;
		color: white;
		margin: 7px 6px 0 6px;
		}
		
	#caption p {
		font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		color: #888;
		margin: 3px 6px 6px 7px;
		text-align: justify;
		text-justify: newspaper;
		}
		
	#caption a {
		color: #aaa;
		text-decoration: none;
		padding-right: 12px;
		background-image: url('../images/layout/graylink8.png');
		background-position: right center;
		background-repeat: no-repeat;
		}
		
		#caption a:hover {
			color: #ccc;
			text-decoration: none;
			padding-right: 12px;
			background-image: url('../images/layout/graylink8-hover.png');
			background-position: right center;
			background-repeat: no-repeat;
			}
		
		#caption a:active {
			color: #888;
			}
			
	a#summary {
		color: #888;
		text-decoration: none;
		background: transparent;
		}
		
		a#summary:hover {
			color: #aaa;
			text-decoration: none;
			background: transparent;
			}
		
		a#summary:active {
			color: #888;
			}
			
#newsticker {
	border: 2px solid #333;
	margin: 5px;
	padding: 5px;
	width: 676px;
	height: 2.6em;
	background: #111;
	font: 12px/14px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
	}

	#newsticker-title {
		height: 2em;
		float: left;
		border-right: 2px solid #333;
		padding-top: 7px;
		}
	
	#newsticker-title a {
		padding: 0 6px 0 0; 
		color: #888;
		text-decoration: none;
		}
		
		#newsticker-title a:hover {
			color: #bbb;
			}
			
	.newsticker-date {
		color: #444;
		font-size: 90%;
		padding-left: 6px;
		}
		
	#newsticker ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		width: 508px;
		}

	#newsticker ul a {
		color: #888;
		padding: 0 12px 0 0;
		text-decoration: none;
		background-image: url('../images/layout/graylink8.png');
		background-position: right center;
		background-repeat: no-repeat;
		}
		
		#newsticker ul a:hover {
			color: #bbb;
			background-image: url('../images/layout/graylink8-hover.png');
			background-position: right center;
			background-repeat: no-repeat;
			}
			
	#newsticker-links {
		float: right;
		}
		
		#newsticker-links img {
			border: 0;
			}
		
#footer {
	height: 25px;
	width: 700px;
	background: url('../images/layout/footer-blue.png');
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	clear: all;
	font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
	}
	
	#footer p {
		font: normal 9px/11px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		color: #333;
		}
	
	#footer ul {
		font: normal 10px/12px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding: 6px 0 0 0;
		}
		
	#footer li {
		display: inline;
		margin: 0 8px 0 8px;
		font: normal 10px/12px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
		}
		
	#footer a {
		color: #2281ff;
		border-bottom: 0;
		text-decoration: none;
		}
		
		#footer a:hover {
			border-bottom: 1px dotted #2281ff;
			}
			
		#footer a:active {
			color: #8e2800;
			}

p.bottomitem-caption {
	font: normal 10px/12px 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
	}
