body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #1a2d58;
	background: #e3e5e9 url(../images/bg.jpg);
	text-align:center;
	margin:0;
	padding:0 0 30px 0;
}
img {
	border:0;
}

	.column_image{
		border:5px solid #FFFFFF;
	}
	
	.center {
		width: 920px;
		margin: 0 auto;
		text-align:left;
	}
	.left {
		width: 225px; /* 245px */
		margin: 10px;
		float:left;
		display: inline;
	}
	.right {
		width: 655px; /* 675px */
		margin: 0 10px;
		float:left;
		display: inline;
	}
/* clearfix hack */
	.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}
	
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}
/* clearfix hack - end */
/* containers */
#header {
	height: 60px;
	position: relative;
}
	#header #feed {
		position: absolute;
		width: 116px;
		height: 44px;
		right: 30px;
		top:0;
	}
#top {
	height: 276px;
	border: 4px solid #eff0f2;
	margin: 0 auto 10px auto;
	position: relative;
	background: #f5f5f5;
	z-index: 1;
}
	#top img {
		z-index: 2;
		position: relative;
	}
	#top div {
		z-index: 3;
	}
	#top #tape-1 {
		position: absolute;
		width:123px;
		height:102px;
		background:url(../images/tape-1.gif) no-repeat;
		top: -43px;
		left: -33px;
	}
	#top #tape-2 {
		position: absolute;
		width:132px;
		height:76px;
		background:url(../images/tape-2.gif) no-repeat;
		top: -28px;
		right: -36px;
	}
	#top #tape-3 {
		position: absolute;
		width:104px;
		height:70px;
		background:url(../images/tape-3.gif) no-repeat;
		bottom: -16px;
		left: -45px;
	}
	#top #tape-4 {
		position: absolute;
		width:119px;
		height:107px;
		background:url(../images/tape-7.gif) no-repeat;
		bottom: -51px;
		right: -57px;
	}
#content {
	background: #f5f5f5;
	border: 4px solid #eff0f2;
	position: relative;
	z-index: 0;
}
	#content .border {
		border: 5px solid #f0f0f1;
		background: #e3e5e9 url(../images/bg.jpg);
		margin-left: -12px;
		position: relative;
	}
		.border .column {
			float: left;
			padding: 10px;
			width: 30%;
		}
		
		.column_img_container{
			text-align:center;
		}
		
		#content .border #splash-1 {
			position: absolute;
			width:117px;
			height:43px;
			background:url(../pics/splash-1.gif) no-repeat;
			top: -48px;
			right: 20px;
		}
		#content .border #splash-2 {
			position: absolute;
			width:117px;
			height:31px;
			background:url(../pics/splash-2.gif) no-repeat;
			bottom: -36px;
			left: 5px;
		}
	#content #tape-5 {
		position: absolute;
		width:131px;
		height:97px;
		background:url(../images/tape-5.gif) no-repeat;
		bottom: -45px;
		left: -45px;;
	}
	#content #tape-6 {
		position: absolute;
		width:133px;
		height:66px;
		background:url(../images/tape-6.gif) no-repeat;
		bottom: -30px;
		right: -50px;
	}
	
	#breadcrumb_container {
		margin-top:6px;
		margin-bottom:-10px;
	}
#footer {
	background: #669900;
	width: 645px;
	margin: 10px auto;
	position: relative;
	left: 123px;
	text-align: left;
	padding: 7px 15px;
	background-color: #004881;
}
	#footer p {
		color: #fff;
	}
/* containers */

/* lists, paragraphs, links, etc ... */
p, h1, h2, ul {
	margin: 1em 0;
}

.align-center { text-align: center; }
.align-right { text-align: right; }
.align-left { text-align: left; }
h1 {
	font-size: 1.45em;
	font-weight:normal;
}
	h1 span {
		color: #ab9712;
	}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #ab9712;
}
#menu {
	margin:0;
	padding:10px 10px 40px 10px;
	list-style: none;
	background: #669900 url(../images/bg-menu.gif) no-repeat bottom;
}
	#menu li {
		
	}
		#menu li a {
			display: block;
			background: #669900;
			color: #fff;
			font-size: 1.1em;
			text-decoration: none;
			margin:0;
			padding: 4px 10px;
			border-bottom: 1px solid #1a5387;
		}
			#menu li a:hover {
				background: #1a2f58;				
			}
.breadcrumb {
	font-size:1em;
	line-height:1em;
	margin-top:50px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-decoration:none;
	color:#ab9712;
}

.breadcrumb:hover {
text-decoration:underline;
color:#1a2f58;
}

.content_list{
	margin-left:20px;
}

/* lists, paragraphs, links, etc ... - end */

