body#main {
	text-align: center;
	color: #666666;
	font-family: 'Trebuchet MS', sans-serif;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
}

a:link {
	color: #888888;
}



a:visited {
	color: #333333;
}

a:hover {
	color: #AAAAAA;
}

.wrapper {
	width: 650px;
	height: auto;
	text-align: left;
	margin: 50px auto auto auto;
	background-color: white;
}

	.wrapper .row {
		clear: both;
		padding: 1px;
		min-height: 280px;
		height: auto;
	}

		.wrapper .row .photoholder {
			background-image: url('../images/photoshadow.png');
			background-repeat: no-repeat;
			font-size: 0.9em;
			margin: 3px 10px 4px 5px;
			padding: 2px;
			float: left;
			height: auto;
			width: 275px;
			text-align: left;
		}

			.wrapper .row .photoholder .photo {
				border: none;
				padding: 4px 2px 2px 4px;
				height: 140px;
			}

.logo
{
	float: right;
	clear: both;
	margin: 1em 2em 1em 2em;
}

#thispage {
	width: auto;
	height: auto;
	border: 1px solid #666666;
}

#banner {
	background-image: url('../images/backgroundhead.png');
	padding: 10px 0;
	height: auto;
}

#nameBanner {
	margin-left: 10px;
	font-size: 1.5em;
	font-weight: bold;
	float: left;
}

#infoBanner {
	margin-left: 10px;
	font-size: 0.75em;
	font-weight: bold;
	clear: both;
}

.foregroundText {
	background-color: #ffffff;
}

#rssFeed {
	min-height: 40px;
	height: auto;
	margin-top: 5px;
	padding: 2px 2px 0px 2px;
	width: 625px;
	font-size: 0.65em;
	margin-left: 10px;
	background-color: #888888;
	color: white;
	clear: both;
}

#rssFeed img {
	border: none;
}

#rssFeed a:link {
	font-weight: bold;
	color: #CCCCCC;
}


#rssFeed a:visited {
	font-weight: bold;
	color: #FFFFFF;
}

#rssFeed a:hover {

	font-weight: bold;
	color: #FFFFFF;
}

#rssFeed p {
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation {
	width: auto;
	height: auto;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

	#navigation ul {
		list-style: none;
		margin-top: 5px;
		margin-bottom: 5px;
	}

		#navigation ul li {
			font-weight: bold;
			display: inline;
			margin: 0 10px 0 10px;
		}	

		#navigation ul li a:link {
			text-decoration: none;
			color: #666666;
		}

		#navigation ul li a:visited {
			text-decoration: none;
			color: #666666;
		}

		#navigation ul li a:hover {
			text-decoration: none;
			background-image: url('../images/blink.gif');
			background-repeat: no-repeat;
			background-position: bottom right;
			color: #AAAAAA;
		}
		
		#navigation ul li a.active {
			color: #2b7bff;
		}	


#contentarea {
	font-size: 0.8em;
	height: auto;
	margin-bottom: 1em;
	padding: 1em 1em 2em 2em;
	min-height: 340px;
}

#nickPhoto {
	
	float: right;
	display: inline;
	margin: 0 10px 10px 10px;
	padding-bottom: 20px;
	
}



#footer {
	clear: both;
	text-align: center;
	width: 100%;
	height: 20px;
	margin-bottom: 100px;
	font-size: 0.8em;
}



