﻿html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../skins/skin_1/images/BGgrad2.png);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color: #888888;
	font-family: Verdana, Arial, Sans-Serif;
	color:#062748;
	font-family:Verdana;
	}
#pagecontainer {
	width:800px;
	margin: auto;
	margin-top:0px;
	}
#rightFooter {
    position:fixed;
    bottom: -50px;
    z-index:3;
    right:0px;
} 

#leftFooter {
    position:fixed;
    left: 0px;
    top: 50%;
    overflow: auto;
    margin-top: -300px;
}
#shadow{
    width:900px;
	margin: auto;
	margin-top:0px;
	background-image:url(../../skins/skin_1/images/ShadowBG.png); 
	background-repeat:repeat-y; 
	background-position:25px;
}
#header {
	margin: auto;
	background-image: url(../../skins/skin_1/images/Headder4.jpg);
	width:800px;
	height:100px;
	}
#imageDiv {
	margin: auto;
	width:800px;
	}

#headercontact {
	margin: 0px;
	width:800px;
	height:100px;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	color: #ffffff;
	}

#leftcontact {
	float:left;
	text-align:left;
	margin: 25px 5px 5px 25px;
	}

#rightcontact {
	float:right;
	text-align:right;
	margin: 25px 25px 5px 5px;
	}
/*	
#content {
	background-image: url(../../skins/skin_1/images/ContentBG.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width: 800px;
	margin: auto;
	padding: 15px 25px 0px 25px;
	background-color:#000000;
	}
*/
.rightLogo{
    width:100%; 
    height:100%;
    background-image:url(../../skins/skin_1/images/bglogo2.png); 
    background-repeat:no-repeat;
}
.leftLogo{
    width:100%; 
    height:100%;
    background-image:url(../../skins/skin_1/images/leftLogo.png); 
    background-repeat:no-repeat;
}