﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page
{
	margin: auto;
	text-align: center;
	width: 780px;
}

#header
{
	text-align: center;
	width: 780px;
	height: 152px;
	float: left;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
}

#main
{
	text-align: center;
	width: 780px;
	float: left;
	background-image: url('images/bg.png');
	background-repeat: repeat-y;
}

#footer
{
	text-align: center;
	width: 780px;
	height: 90px;
	float: left;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}

#head1
{
	width: 739px;
	text-align: left;
	padding-left: 41px;
	padding-top: 6px;
	padding-bottom: 25px;
	float: left;
}

#head1 a
{
	color: #808080;
	text-decoration: none;
}

#sidebar
{
	width: 180px;
	float: left;
}

#mainpage
{
	width: 600px;
	float: left;
}

#mainpage h3
{
	font-size: 17px;
}

#sidebar h2
{
	color: #999999;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 50px;
}

#sidebar ul
{
	list-style: none;
	margin: 0px;
	margin-bottom: 35px;
	padding: 0px;
}

#sidebar ul li
{
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
}


#sidebar ul li, #sidebar ul li a
{
	color: #999999;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

a
{
	color: #808080;
	text-decoration: none;
}

#sidebar ul li a:hover, a:hover
{
	color: #ff6600;
	text-decoration: underline;
}

.post, .commentlist, #mainpage p
{
	padding-left: 25px;
	padding-right:50px;
}
