/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: url('../images/bg.gif');
	background-repeat: repeat-y;
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Tahoma, Verdana, sans-serif; 
}

.clear{
	clear:both;
}
/**************
 	Site Container Box
*/
#Container { 
	padding-bottom: 15px;
	}
#Layout {
	float:left;
	margin: 10px 20px;
	width: 730px;
}
img {
	border:0;
	}
	img.banner {
		position:absolute;
		top: 112px;
		left: 190px;
		
	}
	img.logo {
		position:absolute;
	}
/** Header **/
#Header { 
	height: 217px;
	background: #ECEEF5;
	}
 	#Header h1 { 
	  	color: #eee; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		}

#tagline {
	padding-left: 520px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	color: #3A4F95;
}

/*** Main Nav ***/
#Navigation {
        float: left;
	width: 170px;
	padding-left: 20px;
	padding-top: 45px;
	font-size: 16px;
}
#Navigation ul {
	list-style: none;
	}
#Navigation ul li {
	margin-bottom:3px;
	}
#Navigation a {
	font-size: 1.2em;
	color: white;
	text-decoration: none;
}    
#Navigation a:hover {
	color: #ff3;
	text-decoration: none;
}    

#Footer {
	margin-left:210px;
}
  
