{
	font-size: 100.01%; 
	line-height: 1; 
	margin: 0px; 
	padding: 0px;
	} 
	
	body, html {
		/*background-color: #a0a0a0;*/
		background-color: #444444;
		margin: 0px;
		padding: 0px;
		height: 100%;
	}
	
	html {
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
		font-size: 62.5%; /* 10px */
	}
	
	#container {
		width: 76.0em; /* width: 760px; */
		margin: auto;
		background-color: #000;
		color: #fff;
		height: 100%;
	}
		
	p {
		font-size: 1.2em;
		line-height: 1.4em;
		margin-top: 0.5em;
		}
		
	h1 {
		font-size: 2em;
		line-height: 1.2em;
		font-weight: normal;
		margin-bottom: 1.5em;
		}
	
	h2 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 1.5em 0 0.5em 0;
		}
	
	#header {
			padding: 0 37px 15px 32px;
			height: 9.5em;
		}
	
	#header .dog { width: auto; float: left	}
	#header .dog img { width: 20.5em; height: 9.5em; border: none; }
	#header .makingcreativitywork { text-align: right; }
	#header .makingcreativitywork img { width: 19.8em; height: 9.5em; border: none;  }
		
	#footer {
		clear: both;
		padding: 1.7em 0;
		text-align: center;
		background-color: #000;
		color: #aeaeae;
		}
		
	#footer p {
		margin: 0;
		padding: 0;
		}
		
	#footer a {
		color: #aeaeae;
		text-decoration: underline;
		}
	
	#footer a:hover, footer a:active {
		color: #aeaeae;
		text-decoration: none;
		}
		
	a img {
		border: none;
		}
		
		
	/* --- MAIN NAV --- */
	
	#mainNav {
		clear: left;
		height: 3.2em;
		background: #000 url(../../resources/img/nav/main_bg.gif) repeat-x bottom left;  
		}
	#mainNav ul { 
		padding: 0; 
		margin: 0; 
		list-style: none; 
		border-top: 1px solid #282828;
		height: 3em;
		} 
	#mainNav li { 
		float: left; 
		position: relative; 
		width: 10.75em;
		font-weight: normal;
		text-align: center;
		border-left: 1px solid #282828;
		height: 3em;
		}
	#mainNav li.first {
		border: none;
		} 
	#mainNav li a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 0.72em 0 0.7em 0;
		font-size: 1.2em; 
	}
	
	/* --- END MAIN NAV --- */
	
	
.success {
	text-align: center;
	color: #008F45;
	font-weight: bold;
	font-size: 14px;
}