* { margin: 0; padding: 0; }

body
{
		background: #fff url(images/page-bg.png) 50% 0% repeat-y;
		margin: 0;
		font: normal 72.5%/155% 'trebuchet ms', verdana, arial, san-serif;
}

#header-wrap
{
		height: 123px;
		background: url(images/header-wrap-bg.png) repeat-x;
}

#header
{
		width: 790px;
		margin: 0 auto;
		padding: 0 15px;
		height: 123px;
		background: url(images/header-bg.png) no-repeat;
}

#header h1
{
		width: 255px;
		height: 123px;
		background: url(images/logo.gif) no-repeat;
}

#header h1 a
{
		display: block;
		width: 255px;
		height: 123px;
		background: url(images/logo.gif) no-repeat;
		text-indent: -9999px;
}

#wrapper
{
		width: 780px;
		margin: 0 auto;
		padding: 0 5px;
		background: url(images/wrapper-bg.png) no-repeat;
		overflow: auto;
}

#sidebar
{
		float: left;
		width: 245px;
		padding-top: 18px;
}

.nav li
{
		list-style: none;
		background: #0166ff url(images/nav-bg.jpg) repeat-x;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin: 0 0 1px;
		font-weight: bold;
		/*font-size: 90%;*/
}

.nav li.active
{
		background: #0166ff url(images/nav-bg-a.jpg) repeat-x;
		color: #fff;
}

.nav li.active a
{
		color: #fff;
}

.nav li a
{
		text-decoration: none;
		display: block;
		width: 245px;
		height: 35px;
		color: #0166ff;
}

#content
{
		float: right;
		width: 514px;
}

.post
{
		color: #5f5f5f;
		padding: 0 0 20px;
}

.post h3
{
		color: #1070ff;
		font-family: 'lucida grande', arial, san-sereif;
		font-weight: normal;
		font-size: 1.8em;
		margin: 0 0 5px;
}

.post p
{
		margin: 0 0 5px;
}

.post a
{
		text-decoration: none;
		color: #0066ff;
}

.post .align-left
{
		float: left;
		margin-right: 10px;
		border: 1px solid #d1d1d1;
		padding: 2px;
}

#footer-wrap
{
		clear: both;
		background: url(images/footer-wrap-bg.png) repeat-x;
		height: 72px;
}

#footer
{
		width: 820px;
		margin: 0 auto;
		background: url(images/footer-bg.png) no-repeat;
		height: 57px;
		padding: 15px 0 0;
		text-align: center;
		color: #fff;
}

#footer p
{
		margin: 0 0 3px;
}

#footer p.subnav
{
		font-weight: bold;
}

#footer a
{
		color: #fff;
		text-decoration: none;
}


