body {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #74727C;
	}

h4 {
	margin-bottom: -1em;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: blue;
	}

#container 
	{
	background: white;
	margin: 15px;
	width: 900px;
	
	}

.navigation, .crumbs, .footer {
	background: #E6E9E9;
	
	}

.header {
	background: url(images/sky2.jpg) no-repeat;
	text-align: center;
	border-bottom: 5px solid black;
	}


.crumbs {
	font-size: 10pt;
	font-weight: bolder;
	text-align: right;
	padding: 5px 15px;
	}
	
.navigation { 
	float: left;
	width: 25%; 
	padding: .5em;
	margin-right: 15px;
	}

.navigation a {
	display: block;
	margin: 2px;
	padding: 0 5px;
	}

.navigation a:hover {
	background: white;
	border-left: 2px solid blue;
	}

.content {
	background: white;
	float: right;
	width: 65%;
	margin-bottom: 15px;
	padding-right: 15px;
	} 


.footer {
	clear: both;
	padding: 3px 15px;
	text-align: right;
	}

.blog {
	font-size: 1.25em;
	font-weight: bold;
	}
	
.current_page {
	background-color: white;
	}
	
	
