body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/leftColumn.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#container {
	width: px;
	height: 600px;
}
#header {
	height: 158px;
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#leftColumn {
	width: 31px;
	height: 158px;
	background-image: url(../images/leftTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#header #logo {
	height: 125px;
	width: 308px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 28px;
	margin-right: 48px;
}
#header #logo h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}
#header #bar {
	width: 23px;
	height: 133px;
	float: left;
	background-image: url(../images/headerBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 50px;
}
#header #bar2 {
	width: 23px;
	height: 133px;
	float: left;
	background-image: url(../images/headerBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 9px;
}
#header #bar3 {
	width: 23px;
	height: 133px;
	background-image: url(../images/headerBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 33px;
	float: right;
}
#header #quickContact {
	padding-top: 35px;
	float: left;
}
#header #quickContact ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #quickContact li {
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0px;
}
#header #quickContact a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #navBar {
	padding-top: 135px;
	margin-left: 48px;
}
#header #navBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #navBar li {
	float: left;
	margin-right: 35px;
}
#header #navBar li a {
	text-transform: uppercase;
	color: #88001A;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#header #navBar li a:hover {
	color: #999999;
}
#content {
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 675px;
}
#content p {
	padding: 0px;
	font-size: 13px;
	color: #3C3C3C;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content h1 {
	margin: 12px 0px 24px 0px;
	padding: 0px;
	font-size: 20px;
	color: #3C3C3C;
	line-height: 18px;
	text-transform: uppercase;
}

#content a {
	color: #88001A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88001A;
	text-decoration: none;
}

#content a:hover {
	color: #666666;
	border-bottom-color: #666666;
	text-decoration: none;
}
