﻿#header_row
{
    height: 100px;
    background: url(Images/head_bg.gif) top left repeat-x;
    text-align: center;
}

#header
{
    height: 100px;
    width: 740px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 10px;
}

#header_logo
{
    width: 50%;
    height: 100%;
    float: left;
    padding-top: 10px;
}

#header_content
{
    width: 50%;
    height: 100%;
    float: right;
}

#livechat
{
    float: right;
}

#navigation_row
{
    height: 32px;
    background: url(Images/nav_bg.gif) repeat-x;
    text-align: center;
    border-top: solid #fff 5px;
    border-bottom: solid #fff 5px;
}

#navigation
{
    width: 740px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

#body_row
{
    text-align: center;
    background: url(Images/body_bg.gif) repeat-x;
    background-color: #EBEBEB;
}

#body
{
    width: 740px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#footer_row
{
    clear: both;
    color: #fff;
    text-align: center;
}

#footer
{
    width: 740px;
    height: 142px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #333333;
}

#copyright
{
	font-size: 10px;
	padding: 0 30px 0 30px;
}

div.content_panel
{
    padding: 20px;
}

div.right
{
	text-align: right;
}

div.lightbox
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

table.twocolumn
{
	width: 100%;
}

td.main
{
	vertical-align: top;
	width: 66%;
}

td.sidebar
{
	vertical-align: top;
	width: 33%;
	background-color:#FFDC7C;
}