body {
	background-image: url(images/page-bg.jpg);
	margin: 15px 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#001234;
     font-family:Arial, Helvetica;
     font-size:14px;
     line-height:20px;
	}
table {
	background-repeat: no-repeat;
	background-position: center top;

	}
#menu {
	position:relative;
	width:136px;
	height:400px;
	z-index:1;
	left:3px;
	top:3px;
	text-align:center;
	float:left;
}
#menu img {
    margin-top:4px;
}
#content {
    position:relative;
	width:640px;
	top:3px;
    float:right;
}
#copyright {
	position:relative;
	width:100%;
	height:50px;
	z-index:3;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	top:-4px;
}
#phone {
     position:absolute;
     top:10px;
     font-family:Arial, Helvetica;
     font-size:22px;
     z-index:3;
     right:11px;
     font-weight:bold;
     color:white;
}
#phone-shadow {
     position:absolute;
     top:12px;
     font-family:Arial, Helvetica;
     font-size:22px;
     z-index:2;
     right:9px;
     font-weight:bold;
     color:black;
}
#container {
     position:absolute;
     width:100%;
     text-align:center;
}
#topcontainer {
     position:relative;
     width:788px;
}
.regulartable {
     background-color: transparent;
     text-align:left;
}
.title {
     padding-bottom: 1px;
     border-bottom:2px solid black;
     font-weight:bold;
     line-height:28px;
}