/*
	Design and Code by Derek Kleinfeldt for Design Loft.
	http://www.designloft.ca  :: derek@designloft.ca
	
	(c) 2009 Derek Kleinfeldt :: All Rights Reserved.
	
*/





/*--------------------------------------------------------
			GLOBAL RESETS
  -------------------------------------------------------- 
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}





/*--------------------------------------------------------
			GLOBAL FORMATTING
  -------------------------------------------------------- 
*/


body {
	color: #0094DE;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: #006699;
}

h1 {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
}

a:link {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:focus {
	outline: none;
}






/*--------------------------------------------------------
			LAYOUT FORMATTING
  -------------------------------------------------------- 
*/


#title {
	position: absolute;
	top: 140px;
	left: 0;
	width: 320px;
	height: auto;
	text-align: right;
	line-height: 50px;
	padding-right: 10px;
	background: #0094DE;
	border-top: 2px solid #0094DE;
	border-right: 2px solid #0094DE;
	border-bottom: 2px solid #0094DE;
	border-left: 0;
}

