body, h1, h2, h3, h4, h5, h6, small, a{
	font-size: 13px;
	line-height: 17px;
	font-family: arial;
	font-weight: normal;
	color: black;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body, html{
	margin: 0px;
	padding: 0px;
}
html{
	background: url(images/logo.png) no-repeat center;
	height: 100%;
	width: 100%;
}
#page{
}
#header{
	position: fixed;
	*position: absolute;
	width: 200px;
	top: 30px;
	left: 30px;
}
#sidebar{
	width: 200px;
	float: left;
	position: fixed;
	*position: absolute;
	top: 51px;
	left: 30px;
}

#content{
	position: absolute;
	left: 250px;
	top: 30px;
	width: 600px;
	position: absolute;
}
#footer{
	margin-top: 34px;
	margin-bottom: 34px;
}

ul, ul li, li{
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px:	
	padding-top: 0px;
}
.widget ul li{
}

hr{
	display: none;
}
h1 a, u, h2 a{
	border-bottom: 1px black solid;
	padding-bottom: 1px;
	text-decoration: none;
}
a{
	border-bottom: 1px #f9aac3 solid;
	padding-bottom: 1px;
}
#sidebar ul ul li a{
	color: #f9aac3;
}
a:hover{
	color: #f9aac3;
}
.widget{
	margin-top: 17px;
}
p{
	margin-bottom: 0px;
	margin-top: 17px;
}
.hentry{
	margin-bottom: 34px;
}
#respond{
	margin-top: 50px;
}
#respond h3{
	border-bottom: 1px black solid;
	display: inline;
	padding-bottom: 2px;
}
textarea{
	width: 350px;
	border: 1px black solid;
}
#submit{
	border: 0px black solid;
	background: #f9aac3;	
}
b, strong{
	font-weight: normal;
	background-color: #f9aac3;
}
em{
	display: block;
	padding-left: 17px;
}
