﻿body {
    background-color: #5a1b1b;
    background-image: url(images/base_body_bg.png);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
}

#HeaderContainer {
    width: 100%;
    background-image: url(images/header_container_bg.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    z-index: 1;
}

#Header {
    width: 100%;
    height: 445px;
    background-image: url(images/header_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

#PageContainer {
    position: relative;
    z-index: 2;
    width: 773px;
    margin: 138px auto 0 auto;
    padding: 14px 29px;
    background-image: url(images/page_container_bg.png);
    background-repeat: repeat-y;
}

#Page {
    background-color: #FFFFFF;
    background-image: url(images/george_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 1px 0px;
    height: 715px;
    
}

#ColumnLeft {
	margin: 0 403px 0 0;
	padding: 20px 0 0 12px;
	/*background-color: Purple;*/
}

#ColumnRight {
	float: right;
	width: 180px;
	padding: 0 0px 0 0;
	margin-top: 405px;
}

#Footer {
    width: 831px;
    margin: 0 auto;
    padding-top: 5px;
    padding-right: 52px;
    min-height: 60px;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: right;
    font-size: 7pt;
    color: #c77f7f;
}

p {
    color: #565656;
    font-size: 12pt;
    font-weight: normal;
}

img {
    border-style: none;
}

.clearer {
	clear: both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

.Contact {
    font-size: 8pt;
    line-height: 11pt;
    color: #000000;
}