body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans_serif;
}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 10px 10px 5px #888;
}

#header {
	position: fixed;
	top: 0px;
}

#logo {
	width: 920px;
	padding: 20px;
	color: #EEE;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/black80.png);
	font-size: 26px;
}

#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	color: #eee;
	padding-bottom: 60px;
}

#content .entry {
	margin-top: 40px;
}

#content .text {
	margin-top: 5px;
	font-size: 13px;
	line-height: 17px;
	background-image: url(images/black80.png);
	padding:  20px;
}

.text img {
	margin-bottom: 20px;
	}

#content .title {
	font-size: 20px;
	line-height: 22px;
	background-image: url(images/small_bull.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #00bcb5;
	padding:  20px 20px 20px 120px;
	color: #333;
}

#content .clear{
	clear:both;
	margin: 30px 0px 30px 0px;
}

#content .title img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: thin white solid;
}

#content .addinfo {
	margin-top: 5px;
	font-size: 12px;
}

#content .addinfo a:link {
	color: #00bcb5;
	display: block;
	text-decoration: none;
	background-image: url(images/black80.png);
	padding:  20px;
}

#content .addinfo a:visited {
	color: #00bcb5;
	display: block;
	text-decoration: none;
	background-image: url(images/black80.png);
	padding:  20px;
}

#content .addinfo a:hover {
	background-color: #EEE;
	background-image: none;
	color: #333;
	display: block;
	text-decoration: none;
	padding:  20px;
}

.addinfo img.link {
	float:  left;
	margin-right: 10px;
	border: none;
}