body{
	background-image: url(../images/back.gif);
	margin: 0px;
	font-family: Arial;
	font-size: 13px;	
}

p{
	margin: 0px;
	padding: 4px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
}

.prop{
    height: 700px;
    float: right;
    width: 1px;
}

div.clear{
	clear: both;
}

ul, li{
	margin: 0px;
	padding: 0px;
}

ul{
	margin: 0px 0px 0px 20px;
	list-style: square;
}

ul.cat{
	margin: 3px 0px 3px 20px;	
}

#sitecontainer{
	width: 800px;
	height: auto;
	background-color: #262626;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;	
	background-image: url(../images/mainback.gif);
	border-top: 5px solid #525050;
}

.innercontainer{
	width: 800px;
	height: auto;
	float: left;
	background-image: url(../images/contentback.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 15px;	
}

html>body .innercontainer{
	padding-bottom: 7px;
}

.navbar{
	float: left;
	width: 197px;
	color: #FFFFFF;
}

.navbar img{
	float: left;	
}

.navitem{
	float: left;
	width: 196px;
	height: auto;
	margin-bottom: 10px;
	color: #FFFFFF;
}

img.navtitleimage{
	margin-bottom: 5px;
}

img.centerimage{
    float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.flickr{
    margin-left: 18px;
}

.flickr img{
	border: 0px;
	margin: 2px;	
}

.content{
	float: left;
	width: 602px;
}

.content img{
	float: left;
}

.contentitemtitle{
	float: left;
	width: 570px;
	height: 26px;
	margin: 7px 0px 0px 5px;
	border-bottom: 1px solid #a10000;
	background-color: #000000;
}

.contentitem{
	float: left;
	width: 570px;
	height: auto;	
	margin: 0px 0px 7px 5px;
	padding-bottom: 4px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-color: #000000;
	color: #FFFFFF;
}

.contentitemnotrans{
	float: left;
	width: 570px;
	height: auto;	
	margin: 0px 0px 7px 5px;
	padding-bottom: 4px;
	background-color: #000000;
	color: #FFFFFF;
}

.contentitemnotrans a{
	font-weight: bold;
	color: #FF0000;
}

html>body .contentitemtitle, .contentitem, .contentitemnotrans{
	margin-left: 15px;
}

.contentitem p{
	width: 550px;
}

.blogtitle{
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.blogdate{
	color: #ff2525;
}

.blogpreview{
	margin: 2px 0px 5px 4px;
	width: 560px;
}

.whotitle{
	color: #FF0000;
	font-weight: bold;
}

.comment
{
	margin: 10px;
	background-color: #171717;
}

.commentauthor{
	color: #bd0000;
}

.commenttext
{
	font-size: 8pt;
}

.footer{
	width: 800px;
	float: left;
	background-color: #525050;
}

