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

/*set border on all images*/
a img {
	border:solid 1px #454545;
}

img:hover {
	border:solid 1px #b5bcc0;
}

/*layout*/
#wrapper {
	width:940px;
	margin: 0 auto 0 auto;
	height:auto;
	padding-bottom:66px;	
}

#header {
	 height: 30px;
	 padding: 40px 0 0 0;
}

#intro {
	width:940px;
	height:auto;
	padding: 40px 0 30px 0;
}

#recently {
	padding:0 0 30px 0;
}


#recently a img.center {
	margin: 0 16px 0 16px;
}

#past a img.pastPad {
	margin: 0 16px 0 0;
}

#footerContainer {
	background:#071d2c;
	height:300px;
	width:100%;
	padding:30px 0 30px 0;
}

#footer {
	height:auto;
	width:940px;
	margin: 0 auto 0 auto;
}

ul.commend,
ul.truly {
	float:left;
	width:220px;
	margin: 0 100px 0 0;
}

#footer ul li a {
	float:left;
	display: inline;
	margin: 0 5px 5px 0;
	padding:1px 5px 1px 5px;
	background:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:auto;
}

#footer ul li a:hover {
	background:#fff;
	color:#000;
}

/*style the footer headings*/
#footer ul li.footerHeading {
	color:#fff;
	font-size:1.7em;
	font-weight:normal;
	margin: 0 0 17px 0;
	padding:0;
	background:0;
}

#footer ul li.other {
	clear:both;
	padding-top:12px;
}

#flickr {
	float:right;
	width:300px;
	height:200px
}

/*set size on flickr images*/
#flickr a img {
	float:left;
	width:58px;
	height:58px;
}

/*space the relevant images*/
#flickr #flickr_badge_image1 img, #flickr #flickr_badge_image2 img, #flickr #flickr_badge_image3 img,
#flickr #flickr_badge_image5 img, #flickr #flickr_badge_image6 img, #flickr #flickr_badge_image7 img {
	margin:0 20px 20px 0;
}

#copyright {
	clear:both;
	padding-top:30px;
}

#copyright img {
	border:0;
	margin-left:5px;
}