/* Header */
#header {
	margin: 0 0 10px 0;
	padding: 10px;
	border:1px solid #FFF;
}

#header h1 {
}

#header h1 a {
	height : 30px;
	display : block;
	background : url(images/header-image.jpg) no-repeat left top;
}
#header h1 a span {
	display : none;
}

#header a:link, #content a:link, #footer a:link {
	text-decoration : underline;
	color : #000;
	background-color : transparent;
}

#header a:visited, #content a:visited, #footer a:visited {
	text-decoration : underline;
	color : #000;
	background-color : transparent;
}

#header a:hover, #content a:hover, #footer a:hover {
	color : #999;
}

/* Content */
#content {
	float: left;
	width: 54%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #FFF;
}

#content h1, #content h2, #content h3 {
	font-size : 100%;
	text-align : justify;
	color : #000;
}

/* Side2 */
#side2 {
	float: right;
	font-size : 90%;
	width: 36%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #FFF;
}

#side2 a:link, #side2 li a:link, #side2 ul ul a:link {
	text-decoration : underline;
	color : #000;
	background-color : transparent;
}

#side2 a:visited, #side2 li a:visited, #side2 ul ul a:visited {
	text-decoration : underline;
	color : #000;
	background-color : transparent;
}

#side2 a:hover, #side2 li a:hover, #side2 ul ul a:hover {
	text-decoration : underline;
	color : #000;
	background-color : transparent;
}

/* Footer */
#footer {
	clear: both;
	padding: 10px;
	border-top : 1px dotted #000;
	background-color: #FFF;
}

#footer a:link, #footer li a:link, #footer ul ul a:link {
	text-decoration : underline;
	color : #000;
	background-color : transparent;
}

#footer a:visited, #footer li a:visited, #footer ul ul a:visited {
	text-decoration : underline;
	color : #000;
	background-color : transparent;
}

#footer a:hover, #footer li a:hover, #footer ul ul a:hover {
	text-decoration : underline;
	color : #000;
	background-color : transparent;
}

/* Feedburner */
div.feedburnerFeedBlock ul {
	margin-left : 0;
	padding-left : 0;
	list-style-type : none;
}