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


body {
	background-color: #999999;
	}
	
a {color:#fbd00a; text-decoration: none; }
a:hover {text-decoration:underline;}

#content {
	border: 1px solid #707070;
	background-color: #767E81;
	width: 748px;
	margin: 0 auto;
	padding: 0 5px;
	}
	
.content-head {background: url('images/layout/titlebar.gif') repeat-x;
				height: 30px;
				}
.content-head h1 {font-size: 16px; padding-top: 5px;}

.post {background-color: #8B9298; padding: 10px;}

.post h2 {font-size: 14px;}

.links ul{list-style-type: none;}
.links ul li{list-style-type: none; padding:10px;}
.lite {background: #808080;}
.dark {background: #999999;}

.photoHolder{width: 750px; margin:0 auto; text-align: left; background: #767E81; clear:both;}
.photosleft {width: 300px; float:left;}
.photosright {width: 300px; float:right;}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


