body
{
	background: #aaa url(../images/background.gif) fixed center bottom repeat-x;
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	margin: 0;
	padding: 10px;
}

#page
{
	background: url(../images/page.gif) repeat-y;
	width: 760px;
	margin: 0 auto;
}

#header
{
    background: url(../images/header.gif) no-repeat;
    height: 125px;
}

#title a
{
    color: #fd5;
    font: bold 20px arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 120px;
    text-decoration: none;
}

#subtitle
{
    color: #fd5;
    font: bold 13px arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 120px;
    text-decoration: none;
    padding-left: 10px;
}

#main
{
    float: left;
    width: 470px;
    padding: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
    padding-right: 0px;
    text-align: left;
    line-height: 1.5;
    color: #444;
    background: transparent;
}

#main h2
{
    font: bold 14px arial, sans-serif;
    padding-bottom: 10px;
}

#main p
{
}

#sidebar
{
    float: right;
    width: 200px;
    min-height: 400px;
    padding: 15px;
    line-height: 1.55;
    color: #444;
    background: transparent;
}

#sidebar h3
{
    color: #fd5;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 1px 5px;
    background: url(../images/header.gif) no-repeat center center;
}

#sidebar ul
{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#sidebar li
{
	text-align: left;
    line-height: 1.6;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
}

#sidebar a
{
	color: #933;
    text-transform: lowercase;
    text-decoration: none;
}

#sidebar a:hover
{
	text-decoration: underline;
}

#clear
{
    clear: both;
    padding: 0 15px;
}

#hr
{
	color: #ccc;
}

#footer
{
	color: #999;
	font-size: 11px;
	padding-bottom: 2px;
}
