
body{
	background:					url(images/Background.gif);
	text-align:					center;
	font-family:				Tahoma,sans-serif;
	padding-top:				0px;
	margin-top:					0px;
	height:						100%;
	}

#Container{
	width:						740px;
	margin:						0px auto 0px auto;
	text-align:					left;
	border-color:				#000;
	border-style:				solid;
	border-width:				0px 1px 1px 1px;
	background:					url(images/HeaderBackground.gif) top left repeat-x #FFF;
	}

#ContactInfo{
	padding:					20px 10px 0px 0px;
	float:						right;
	font-size:					11px;
	text-align:					right;
	}
	
#ContactImage{
	float:						right;
	}

#Logo{
	float:						left;
	}
	
#CompanyName{
	position:					absolute;
	width:						200px;	/* IE 5.5 will read this to fix box model differences */
	w\idth:						190px;	/* compliant browsers will read this */
	padding:					72px 5px 0px 5px;
	font-weight:				bold;
	font-size:					12px;
	z-index:					100;
	text-align:					center;
	}

.HeaderImage{
	background:					url(images/HeaderLeft.gif) top left no-repeat;
	}
.HeaderImage .ShadowRight{
	background:					url(images/HeaderRight.gif) top right no-repeat;
	padding:					8px 14px 9px 14px;
	}
	
#Slogan{
	clear:						both;
	background:					url(images/SloganBackground.gif) repeat-x;
	height:						40px;
	line-height:				40px;
	border-style:				solid;
	border-width:				0px 0px 6px 0px;
	font-size:					17px;
	text-align:					center;
	}

#PhotoBanner{
	height:						100px;
	background:					url(images/PhotoBanner.gif);
	border-style:				solid;
	border-width:				0px 0px 1px 0px;
	overflow:					hidden;
	padding:					0px 0px 0px 22px;
	}
	
#PhotoBanner .Photo{
	float:						left;
	background:					url(images/PhotoLeft.gif) top left no-repeat;
	margin-right:				11px;
	}
#PhotoBanner .Photo div{
	background:					url(images/PhotoRight.gif) top right no-repeat;
	padding:					14px 9px 11px 9px;
	}
	
#Slogan, #PhotoBanner{
	border-color:				#5D86A8;
	}
	
#LeftBar{
	width:						180px;
	}
	
#BodyArea{
	border-top:					1px solid #FFF;
	background:					url(images/BodyShadow.gif) top left repeat-x #FFF;
	padding-top:				11px;
	width:						100%;
	}
	
#BodyArea td{
	padding-top:				3px;
	vertical-align:				top;
	}
	
#Content{
	padding:					0px 15px 0px 15px;
	width:						100%;
	font-size:					11px;
	}
	
#Content h1{
	font-size:					14px;
	margin:						2px 0px 6px 0px;
	}


