/* -- GLOBAL Definitions ------------ */

body {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	background: #b4cdd4 url('/img/all/bg/page_fade_top.gif') repeat-x top;
	text-align: center;
	}

a 			{ text-decoration: none; }
a:link 		{ color: #658f99; }
a:visited 	{ color: #658f99; }
a:hover 	{ color: #87becc; }
a:active 	{ color: #ccc; }

/* -- END GLOBAL Definitions ------------ */

/* -- Structure ---- */

#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #fff;
	}

#banner {
	padding: 10px;
	color: #fff;
	background: #fff;
	}
	#banner #pulldown {
		float: right;
		margin: 32px 0 0 0;
		}

#navbar {
	margin: 0;
	padding: 6px 0;
	background: #fff url('/img/all/bg/navbar_fade.gif') repeat-x bottom;
	border-bottom: 1px solid #fff;
	}
	#navbar #breadcrumbs {
		font-family: 'Lucida Grande', verdana, sans-serif;
		font-size: 10%;
		}
#contentbox {
	padding: 15px 15px 15px 20px;
	background: #fff url('/img/all/bg/content_fade.gif') repeat-x;
	}


/* -- Text ---- */

h1 {
	font-size: 120%;
	font-weight: normal;
	margin: 20px 0;
	padding: 0;
	}
#content {
	font-size: 0.8em;
	}