/* ---< DesignPool.ca layout & font stylesheet >---------------- */
/* ---< developed by Steven Joniak - www.joniak.com >-------- */
/* ---< updated April 5, 2011 - copyright 2011 >-------- */

/* -( Background and Body Definitions )---------------------- */

body {
	background-color: #1b84ba;
	margin: 0;
	padding: 0;
	background-image: url(../images/waterline-v2.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center top; 
  }


/* -( Main Cols Styles )----------------------------- */

#content {
	margin: 0 auto;
	padding: 0 1em 1em 1em;
  }

#logo {
	width: 752px;
	text-align: center;
	margin: 0 auto;
	padding: 26px 224px 0 0;
}


/* -( Special Link Styles )----------------------- */


li a {
	padding: 0;
	margin: 4px 0 0 0;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

li a:hover {
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #620016;
	text-decoration: none;
	border-bottom: 1px solid #620016;
	}


/* -( Footer Styles )----------------------------- */

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 130px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#footer {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 15px 0;
	width: 100%; 
	height: 25px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: #0e5b83;
}

#footer a:hover{
	text-decoration: underline;
 	color: #620016;
	font-size: 10px;
	font-weight: bold;
}
#footer a{
	text-decoration: none;
 	color: #898989;
	font-size: 10px;
	font-weight: bold;
}

