* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #0D3455;
	color: #000;
	padding: 15px 0;
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 3px 0 15px 0;
	font-size: 1.1em;
	}

a:link, a:visited {
	color: #0D3455;
	text-decoration:underline;
	}

a:hover, a:active {
	color:#0D3455;
	text-decoration:none;
	}
	
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

/* Structure */

#page {
	width:800px;
	margin:0 auto;
	font-size:0.7em;
	background:#fff;
	padding: 10px 25px 0 25px;
	}

#branding {
	width:400px;
	padding-bottom:10px;
	float: left;
	height: 120px;
	}

#photos {
	width:400px;
	padding-bottom:10px;
	float: right;
	height: 120px;
	}	

/* Headers */

h3 {
	font: 1.1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#000;
	}
	
/* Content */

#content {
	width:800px;
	margin-top: 10px;
	}

#content .post {
	background: #ffffff url(../images/gradient.gif) repeat-x 0 0;
	border: 1px solid #CFCFCF;
	padding: 15px 0 15px 15px;
	margin-bottom: 10px;
}
#content .post img {
	float: left;
	margin-right: 14px;
	border: 1px solid #CFCFCF;
}

#content .post h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}

#content .post p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#content ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 5px 0;
	font-size: 1.1em;
}

.linksize {
	font-size: 1.1em;
}

.clear-left {
  clear:left;
  padding-top: 10px;
}

#photos ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#photos ul li { 
	display: inline; 
	padding-right: 9px;
	}

/* Float Properties */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}
	
/* Footer */

#footer {
	}
#footer p {
	font-size:0.8em;
	color:#000;
	text-align: center;
	}

/* Bottom */

#bottom {
	width:850px;
	margin:0 auto;
}