/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.
*/

body {
	background: #EEFFFF;
	font: 14px Georgia, Times, Serif;
	line-height: 1.5;
	color: #000;
	background-color: #EEFFFF;
}

#navigation {
	text-transform: uppercase;
	font-size: 11px;
	background-color: #666666;
}

#top_navigation a:link, #top_navigation a:visited {
	display: block;
	z-index: 100;
	padding: 12px 20px 0 0;
	line-height: 10px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #CCFFFF;
}

#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 0px;
	margin: 50px 0 0px 0;
	padding: 19px 0 19px 0;
	background-color: #666666;
	color: #fff;
	text-transform: uppercase;
}

.code {
	background-color: #EFEFEF;
	font-weight: normal;
	margin: 10px;
	padding: 5px;
	font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
	font-size: small;
	line-height: 1.2em;
	}
