@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
html {
	background-image: url(../images/background_1.gif);
	background-repeat: repeat-x;
	
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: .85em;
}
img {
	border-style:none;
}
div#theVCard {
display:none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration:none;
	color: #666666;
}
a:hover {
	text-decoration:underline;
	color: #333333;
}
a:active, a:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
blockquote {
	margin-bottom: 10px;
	margin-left: 20px;
}



div#theWrapper {
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div#theLogo {
	position: absolute;
	left: 20px;
	top: 20px;
}

div#theHeader {
	height: 141px;
	width: 100%;
	background-image: url(../images/rssHeader.jpg);
	background-repeat: no-repeat;
	position: relative;
}
div #homeBtn {
	position: absolute;
	right: 0px;
	bottom: 20px;
}

div#theContent {
	width: 100%;
	margin-bottom: 20px;
}
div#theDiscription {
	width: 410px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
div#theDisHolder {
	width: 370px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

div#theFeeds {
	width: 410px;
	float: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;

}
div#theFeedHolder {
	width: 370px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.feedHolder {
	background-image: url(../images/spaceerCorner.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}



div#theFooter {
	width: 100%;
	text-align: center;
}
