body {
	width: 960px;
	margin: auto;
}

ul#menu {
	background-image: url(../images/template/header.jpg);
	width: 960px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 23px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	/* Added to aid frontpage layout */
	clear: both;
}



body#home ul#menu {
	/* background-image: url(../css/header400.jpg); */
	width: 100%;
	margin-left: 0px;
	padding-bottom: 10px;
	/* Added to aid frontpage layout */
	clear: both;
}

ul#menu li {
	display: inline;
}

#main_content {
	width: 53%;
	margin-right: -1px;
	padding-right: 2%;
	margin-bottom: 40px;
	border-right: 1px #d5d5d5 solid;
	float: left;
}

.sidebar {
	width: 18%;
	padding-left: 2%;
	margin-right: 2%;
	margin-bottom: 40px;
	border-left: 1px #d5d5d5 solid;
	float: left;
}

#footer {
	width: 960px;
	border-top: 1px #d5d5d5 solid;
	clear: both;
	padding-top: 15px;
}

#footer_home {
	border-top: 10px solid black;
	clear: both;
}

ul#thumbnails li {
	display: inline;
}

ul#thumbnails img {
	margin-right: 14px;
	margin-bottom: 7px;
	border: 5px solid #d5d5d5;
}

/* Special styling for frontpage */

#masthead {
	width: 960px;
	margin-bottom: 50px;
}

#masthead_text {
	width: 50%;
	float: left;
	margin-bottom: 50px;
}

#masthead_image {
	float: right;
	margin-top: 5px;
	margin-bottom: 50px;
}

.link_list {
	width: 18%;
	margin-right: 2%;
	float: left;
	text-align: bottom;
}

.link_list li {
	margin-bottom: 20px;
	height: 100px;
	border: black 1px solid;
}

.link_list a {
	background-color: black;
	color: white;
}


.link_list a:hover {
	background-color: white;
	color: black;

}

.link_list ul#flickr-thumbnails a {
	text-decoration: none;
}

.sidebar_ad {
	margin-top: 40px;
}

