* { padding: 0; margin: 0; }

body {
	margin: 20px 0; 	
	padding: 0;
	font: normal .8em/1.7em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #fff;
	height: 100%;	
	line-height: 20px;
}

a
{
    color: #044096;
}
a:hover
{
    color: #333333;
}
#container
{
	margin: 0 auto;
    background-color: #fff;
    border:1px solid #404040;
    width:988px;
}
#header
{
    background: url(/images/header_bckg2.jpg) no-repeat;
}
#logo
{
    padding: 0px 0 0 34px;
    color: #FFFFFF;
    font-style: italic;
}
#logo a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
}
#menu
{
   clear: both;
	margin: 0; 
	padding: 0;		
	width: 988px;		
	float: left;
    background: url(/images/menu_bckg.jpg) #297B89;
    height: 30px;
}
#menu ul
{
    margin: 0;
    padding: 0;
}
#menu ul li
{
    display: inline-block;
    float: left;
    width: 145px;
    list-style: none;
    text-align: center;
}
#menu a
{
    display: block;
    float: left;
    width: 145px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding-top: 4px;
    font-style: italic;
}
#menu a:hover
{
    padding-top: 4px;
    height: 22px;
    background: url(/images/menu_bckg_over.jpg);
}

#text
{
    margin: 0 270px 0 20px;
}
#text p
{
    padding: 0 20px 10px 0;
}
#text ul
{
    padding-left: 20px;
}
#text li
{
    list-style: none;
    padding-left: 20px;
    padding-top:10px;
    background: url(/images/li.gif) no-repeat 0px 17px;
}
#sidebar
{
    float: right;
    width: 220px;
	background-color:#f4f4f4;
	display:block;
    padding: 0 20px 0 10px;
    font-size: 14px;
}
h1
{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.8em;
    color: #1B1D1E;
    font-style: italic;
}

#main
{
	width:768px
    float: left;
    background: url(/images/bckg.jpg) no-repeat bottom left;
    padding: 20px 0 0 0;
}
#footer
{
    background: url(/images/footer_bckg.jpg) #424E4F;
    height: 102px;
    clear: both;
    font-style: italic;
}
#left_footer
{
    float: left;
    padding: 40px 0 0 30px;
    background: url(images/c.gif) no-repeat 30px 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}
#left_footer a
{
    color: #FFFFFF;
}
#left_footer a:hover
{
    text-decoration: none;
}
#right_footer
{
    float: right;
    padding: 40px 30px 0 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}
#right_footer a
{
    color: #FFFFFF;
}
#right_footer a:hover
{
    text-decoration: none;
}
