﻿html, body 
{
    height: 100%;
}

body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    background: white url(/images/bg.png) repeat-x left top;
    margin: 0;
    color: #66666a;
}

#page 
{
    width: 942px;
    background: white url(/images/mainbg.png) no-repeat left top;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#logo 
{
    margin: 71px 0 0 40px;
    display: block;
    clear: both;   
}

#content 
{
    margin: 22px 50px 0 41px;
    min-height: 40px;
}

div.title 
{
    padding: 20px 0 70px 40px;
    background: url(/images/border.png) no-repeat left bottom;
}

div.title h1, h2 
{
    margin: 0;
}

div.leftsection 
{
    clear: left;
    float: left;
    padding: 20px 0 20px 10px;
    margin-left: 30px;
    overflow: auto;
}

div.leftsection+div.leftsection  
{
	background: url(/images/border2.png) no-repeat left top;
}

div.leftsection img 
{
    float: left;
} 

div.leftsection p 
{
	width: 400px;
	padding: 14px 0 0 10px;
	float: left;
	margin: 0;
	line-height: 140%;
}

div.title h1 
{
    font-size: 275%;
    font-weight: normal;
    color: #666f8f;
}

div.title h2 
{
    font-size: 140%;
    color: #888890;
    font-weight: normal;
}


div.rightsection 
{
    float: right;
}

a 
{
	color: #2288cc;
}