@charset "UTF-8";
/* CSS Document */
/*
		DIGITAL SPECTRUM INC. (Toronto)
		www.ds1.ca / 1-800-949-5110
			
*/
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
} 
#logo_block {
	width: 100%;
	height: 100px;
}
#top_nav {
	font-size: 12px;
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #B2C9E6;
	position: relative;
	display: block;
	clear: right;
	margin-right: 10px;
	padding-top: 5px;
	margin-top: 0px;
	text-align: right;
	width: 600px;
}
#top_nav a {
	color: #0048A1;
}
#top_nav a:hover {
	color: #D95600;
}
#splash {
	height: 150px;
	width: 100%;
	background-image: url(splash_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#logo {
	float: left;
	height: 100px;
	width: 240px;
}
#page_title {
	font-size: 24px;
	font-weight: bold;
	color: #396697;
	float: right;
	position: relative;
	margin-top: 32px;
	margin-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear: right;
	display: block;
	margin-bottom: 10px;
}
#contact_group {
	float: right;
	position: relative;
	font-size: 10px;
	margin-top: 12px;
	margin-right: 10px;
}
