/*Reset the CSS*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*END Reset*/

#wrapper {
	position: relative;
	float:left;
	text-align: center;
}

#wrapper ul.rss {
	background-color: #E4DBCD;
	border:1px solid #DDD4C4;
	width:650px;
	margin-left:40px;
	margin-top:40px;
	display:inline;
	float:left;
	padding:10px;
	-moz-border-radius: 10px;
}


#wrapper .rss li {
	background:transparent url(RSS.png) no-repeat scroll left 0;
	color:#4B3300;
	float:left;
	font-family:georgia, Helvetica,arial;
	font-size:2em;
	font-style: italic;
	letter-spacing:-2px;
	margin-bottom:0;
	margin-left:5px;
	padding-bottom:0;
	padding-left:40px;
	display: inline;
	text-align: left;
	width:100%;
}




#wrapper a:link{
	background:transparent url(images/linking.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #DDD4C4;
	color:#B55F04;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}
#wrapper a:active{
	background:transparent url(images/linking.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #DDD4C4;
	color:#B55F04;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}
#wrapper a:hover{
	background:transparent url(images/linking.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #B55F04;
	color:#B55F04;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}
#wrapper a:visited{
	background:transparent url(images/linking.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #DDD4C4;
	color:#B55F04;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}