@import url(nav.css);
@import url(formating.css);

* {margin:0; padding:0; border:0;}/*Sets all margins padding borders to 0*/

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background:#061e4c url(../images/interface/bg.jpg) repeat-x;
	}
	
div#wrapper {
	width:750px;
	margin:0px auto;
	}

div#header {
	position:relative;
	height:56px;
	padding:10px;
	background:#1a1818;
	}

div#tollFree {
	position:absolute;
	left: 386px;
	top: 34px;
	width: 400px;
	height: 16px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.3em;
	}
		
div#nav {
	height:31px;
	background:#070606;
	}

div#menu {
	position:relative;
	width:702px;
	z-index:2;
	}	

div#menu span{
	display:none;
	}	
		
div#contentTop {
	height:20px;
	margin-top:8px;
	background:#FFFFFF;
	}
	
div#content {
	position:relative;
	width:750px;/*So IE 6 Will display the background*/
	min-height:534px;
  	height:auto !important;
  	height:534px;
	background-image:url(../images/interface/inbg.gif);
	z-index:1;
	}

div#contentNav {
	width:156px;
	height:473px;
	float:left;
	background:url(../images/interface/inctl.gif) top no-repeat;
	}
	
div#contentWrapper {	
	width:594px;
	float:left;
	background:#FFFFFF;
	}
	
div#contentHeader {
	height:247px;
/*	background:#00FF00;*/
	}
	
div#contentText {
	padding:10px;
	min-height:290px;
  	height:auto !important;
  	height:290px;
	}
		
div#contentFooter {
	height:20px;
	clear:both;
	background:url(../images/interface/infooter.gif);
	}
	
div#contentBottom {
	height:20px;
	margin-bottom:13px;
	background:#FFFFFF;
	}
	
div#footer {
	height:64px;
	background:#0f0e0e;
	}
	
div#footerText {
	width:702px;
	margin-top:15px;
	text-align:right;
	}

div#footerNav {
	width:627px;
	height:20px;
	margin:10px auto;
	text-align: center;
	padding-left: 100px;
	}

.floatLeft {
	float:left;
	width:24px;
	}
	
.floatRight {
	float:right;
	width:24px;
	}
	
.contentimage {
	float:right;
	margin:5px;
	border:solid 1px #000000;
	clear:both;
}	