@charset "UTF-8";
/* CSS Document */
/*
		DIGITAL SPECTRUM INC. (Toronto)
		www.ds1.ca / 1-800-949-5110
		
			
*/

body  {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	margin-top: 22;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	border: 1px solid #000000;
} 
#nav_bar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100%;
	background-color: #FFCC66;
}
#header_image {
	margin: 0px;
	padding: 0px;
}
#sidebar {
	margin-top: 20px;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer_content {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer2 {
	background-color: #386595;
	height: 28px;
	bottom: 0px;
	position: fixed;
	text-align: center;
	background-image: url(bg_1_blue.jpg);
	background-position: -100px;
	width: 100%;
	left: 0px;
	clear: both;
}
.content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width: 600px;
	padding-top: 12px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 29px;
	margin: 0px;
}
