body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	outline:none;
}
a {
	text-decoration:none;
	color:#fff500;
}	
a:hover {
	color:#e5e5e5;
}
#header {
	background-color:#fff500;
	background-image:url(../images/bg_header.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:153px;
	margin:7px 0 15px 0;
}
a.home {
	display:block;
	width:800px;
	margin:auto;
	height:153px;
}
#footer {
	height:153px;
	background-image:url(../images/bg_scroll_bar.jpg);
	text-align:center;
	clear:both;
}
#scrollbar {
	width:920px;
	margin:auto;	
	padding-top:14px;
}
#page_content {
	width:920px;
	margin:auto;
	padding-bottom:5px;
}
#left {
	width:150px;
	float:left;
}
#navigation {
	margin:5px 0 15px 5px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	margin:0;
	padding:0;
	width:135px;
	height:35px;
}
#navigation li a {
	display:block;
	width:125px;
	height:27px;
	background-image:url(../images/bg_nav_button.gif);
	background-repeat:no-repeat;
	text-align:left;
	margin:0;
	padding:8px 0 0 10px;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color:#000000;
}
#navigation li a:hover {
	display:block;
	width:135px;
	height:35px;
	background-image:url(../images/bg_nav_button_hover.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding:8px 0 0 10px;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color:#ffffff;
}
#main_content {
	float:left;
	text-align:center;
}
.narrow {
	width:600px;
}
.wide {
	width:770px;
}
#right {
	width:170px;
	float:left;
}
#right_col_top {
	width:162px;
	height:23px;
	float:right;
	background-image:url(../images/bg_right_col_top.gif);
}
#right_col_mid {
	width:162px;
	float:right;
	text-align:center;
	background-image:url(../images/bg_right_col_mid.gif);
}
#right_col_bottom {
	width:162px;
	height:28px;
	float:right;
	background-image:url(../images/bg_right_col_bottom.gif);
}
.boldp {	
	font-weight: bold;
	font-size: 12px;
	padding:0 13px;
	color:#000000;
}
.phone {
	text-align:center; 
	color:#fff500; 
	font-size:16px; 
	background-image:url(../images/bg_phone.jpg); 
	background-repeat:no-repeat; 
	font-weight:bold;
	padding:5px 0 0 0;
	margin:0 0 0 6px;
}
.phone2 {
	text-align:center; 
	color:#fff500; 
	font-size:18px; 
	background-image:url(../images/bg_phone.jpg); 
	background-repeat:no-repeat; 
	font-weight:bold;
	width:165px;
	padding:5px 0 0 0;
	margin:auto;
}
#copyright {
	margin-top:25px;
	font-size:10px;
}
#contact {
	padding-top:10px;
	font-size:10px;
}

