@charset "utf-8";
/* vaxus.net CSS style sheet 	*/
/* Draft:  vaxus.net/test3	   */
/* created by: mike kurtz      */
/* contact:  mkurtz@vaxus.net  */


body
{
	background-color: #ffffff;
	font-family: "Verdana, Tahoma";
	font-size: 14px;
}
.header-table
{
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 590px;
	border-spacing: 0px;
}
.top-table
{
	background-color: #ffffff;
	font-family: "Courier New";
	color: #ffffff;
	font-size: 10px;
	width: 100%;
	height: 48px;
	border-spacing: 0px;
}
.top-start
{
	background-image:url(images/3d_top_start.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 48px;
	padding: 0px 0px 0px 0px;
}
.top-repeat
{
	background-image:url(images/3d_top_repeat.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 48px;
	padding: 0px 0px 0px 0px;
}
.top-clockstart
{
	background-image:url(images/3d_top_clockstart.jpg);
	width: 22px;
	height: 48px;
	padding: 0px 0px 0px 0px;
}
.top-clock
{
	background-image:url(images/3d_top_clockbg.jpg);
	width: 240px;
	height: 48px;
	text-align: left;
	padding: 8px 0px 0px 18px;
}
.top-clockend
{
	background-image:url(images/3d_top_clockend.jpg);
	width: 22px;
	height: 48px;
	padding: 0px 0px 0px 0px;
}
.top-end
{
	background-image:url(images/3d_top_end.jpg);
	background-repeat:no-repeat;
	width: 20px;
	height: 48px;
	padding: 0px 0px 0px 0px;
}
.banner-table
{
	background-color: #ffffff;
	font-family: Courier New;
	color: #ffffff;
	font-size: 10px;
	width: 100%;	
	height: 193px;
	border-spacing: 0px;
}
.banner-start
{
	background-image:url(images/3d_middle_start.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 193px;
	padding: 0px 0px 0px 0px;
}
.banner-logo
{
	background-image:url(images/3d_middle_logo.jpg);
	background-repeat: no-repeat;
	width: 506px;
	height: 193px;
	padding: 0px 0px 0px 0px;
}
.banner-repeat
{
	background-image:url(images/3d_middle_repeat.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 193px;
	padding: 0px 0px 0px 0px;
}
.banner-end
{
	background-image:url(images/3d_middle_end.jpg);
	background-repeat:no-repeat;
	width: 30px;
	height: 193px;
	padding: 0px 0px 0px 0px;
}

<!-- css for bottom banner area, USING <TABLES> NOW!!! 
.bottom-table
{
	background-color: #ffffff;
	height: 49px;
	width: 100%;
	border-spacing: 0px;


}
.bottom-start
{
	background-image:url(images/3d_bottom_start.jpg);
	width: 31px;
	height: 49px;
	padding: 0px 0px 0px 0px;
}
.bottom-repeat
{
	background-image:url(images/3d_bottom_repeat.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 49px;
	padding: 0px 0px 0px 0px;
}
.bottom-end
{
	background-image:url(images/3d_bottom_end.jpg);
	width: 31px;
	height: 49px;
	padding: 0px 0px 0px 0px;
}
-->