@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #99355F;
}
a {
	color: #99355F;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #CC6699;
}
/* CSS Document */

.wrapper {
	height: auto;
	width: 1024px;
	min-height: 768px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	float: none;
	margin-bottom: 50px;
}
.navigation {
	float: left;
	height: auto;
	width: 300px;
	min-height: 768px;
	text-align: center;
	border: medium none #990066;
}
.portfolio {
	float: left;
	height: auto;
	width: 700px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: dashed;
	border-top-color: #99355F;
	border-right-color: #99355F;
	border-bottom-color: #99355F;
	border-left-color: #99355F;
	padding-left: 20px;
	margin-bottom: 50px;
}
.feedburnerFeedBlock {
	height: auto;
	width: 700px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: justify;
	padding: 0px;
	border: thin none #83707A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.feedburnerFeedBlock img {
	border: 2px solid #99355F;
}

.feedburnerFeedBlock ul {
	margin-left:0;
	list-style-type: none;
}

.feedburnerFeedBlock ul li {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99355F;
}

.feedburnerFeedBlock ul li span.headline a {
	color: #666699;
	text-decoration: none;
	display: block;
	font-size: 20px;
}

.feedburnerFeedBlock ul li span.headline a:hover {
	color: #33CCFF;
}

#creditfooter {
display: none;
}
