html
{
	width: 100%;
}

body
{
	padding: 40px;
	margin: 0px;
	font-family: 'Lucida Grande', Arial, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
	border-top: 4px solid yellow;
}

div#header
{
	float:right;
	width: 37%;
}

div#content
{
	width: 58%;
	float: left;
	padding-right: 2%;
}

div#sidebar
{
	float: right;
	width: 37%;
}

div#sidebar li
{
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

div#sidebar ul
{
	padding: 0;
	margin: 0;
}

#footer
{
	font-size: 0.6em;
	display: block;
	clear: both;
}



a
{
	text-decoration: none;
	color: blue;
}

li a:hover
{
	color: red;
	border-bottom: 1px dotted red;
}


img
{
	border:none;
}

a:hover img
{
	border: none;
}

textarea
{
	width: 400px;
}
