body {
	background-color: #3D4043;
	margin: 0px;
	background-image: url(images/layout/background_gradient.png);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:140%;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center; /* IE 5.x center bug fix */
}
#wrap {
	width: 770px;
	margin:0 auto;
	text-align: left; /* IE 5.x center bug fix */
}
img {
	border:none;
}


/* Navigation */
#navigation {
	float: right;
	height: 350px;
	width: 82px;
	background-image: url(images/layout/navigation_background.png);
	position: relative;
}
a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
ul#list1a li a {
	font-size: 10px;
}
ul#list1 {
list-style: none;
margin :0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
ul#list1 {
	padding-top: 54px;
	padding-left: 12px;
}
ul#list1a {
list-style: none;
margin :0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
h3{
	cursor:pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.feed {
	padding-top:4px;
}
/*End Navigation */

h2 {
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.errortext {
	color: #FF0000;
}

