body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696868;
	background-color:#fff;
	background-image:url(../img/bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:left;
}
body {
	margin: 0px;
}
a:link {
	color: #696868;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #696868;
}
a:hover {
	text-decoration: none;
	color: #696868;
}
a:active {
	text-decoration: underline;
	color: #696868;
}
h1 {
	margin-bottom:0;
	padding-bottom:0; 
	margin-top:0;
	padding-top:0; 	
}

/* ID Styles */
#shadowbox{
	background-image:url(../img/shadowboxwhite.png); 
	width:100%; 
	height:100%; 
	position:fixed;
	left:0;
	bottom:58;
	z-index:1000;
}
#wrapper {
	position:relative;
	width: 915px;
	margin: 0 auto;
	text-align: left;
}
#rightcolumn {
	top:0px;
	position:absolute;
	z-index:10;
	width:255px;
	text-align:right;
	right:0;
}
#menu {
	top:0px;
	position:fixed;
	z-index:25;
	width:915px;
	height:123px;
	text-align:left;
}
#contentArea {
	top:123px;
	position:absolute;
	z-index:10;
	width:600px;
	text-align:left;
}
#container {
	z-index:20;
}
#footerPhone {
	bottom:10px;
	position:fixed;
	z-index:25;
	width:915px;
	height:58px;
	text-align:right;
}
#footerbackground {
	position:fixed;
	bottom:0px;
	width:100%;
	height:58px;
	background-image: url(assets/img/footer_bg_notrans.png);
	z-index:24;
}
/* chat section */
#talkopen {
	bottom:19px;
	position:fixed;
	z-index:1000;
	width:915px;
	height:100px;
	text-align:left; 
}
#talkclosed {
	bottom:19px;
	position:fixed;
	z-index:25;
	width:915px;
	height:39px;
	text-align:left; 
}
#talkopen {
	bottom:29px;
	position:fixed;
	z-index:1000;
	width:186px;
	height:265px;
	text-align:left;
	display:none;
	border-style:solid;
	border-color:#333;
	border-width:thin;
}
#chatclose {
	width:186px;
	position:relative;
	background-color:#666;
}
#chatroom {
	position:relative;
	background:#FFF;
}
#chatenter {
	width:186px;
	position:relative;
	background-color:#666;
}