
/* Global configs */

body {
	behavior: url(functions/csshover.htc);
	margin: 0;
	padding: 0px;
	color: #ffffff;
	font-size: 0.7em;
	line-height: 1.6em;
	background: url(../static_images/wrapper.gif) top center no-repeat #1E75B9;
	text-align: center;
	z-index: -1;
}

body, input, textarea {
	font-family: trebuchet ms, sans-serif;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		line-height: 2.72em;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		line-height: 2.56em;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		line-height: 2.4em;
	}
	
p {
	font-size: 1em;
	font-weight: 100;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #F7E401;
}



/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 600px;
	z-index: 1;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	z-index: 0px;
}

















#content {
	width: 600px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	height: auto;
	text-align: justify;
	z-index: 1;

}


#navigation {
	margin: 0px;
	width: 240px;
	float: left;
	padding: 235px 0px 0px 0px;
	line-height: 1.6em;
	display: inline;
}



#navigation * {
	padding: 0;
	margin: 0;
}

#navigation ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 4px 22px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	background: url(../static_images/arrow.gif) left no-repeat;
	padding: 6px 0px 6px 20px;
	height: 18px;
	width: 218px;
	display: block;
	color: white;
	font-weight: 800;
	font-size: 14px;
}

#navigation ul li a:hover {
	background: url(../static_images/arrow_hover.gif) left no-repeat;
}






#body {
	margin: 0px;
	width: 360px;
	float: right;
	padding: 0px;
	line-height: 1.6em;
	display: inline;
}

#body h1 {
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	border-bottom: 2px solid #F7E401;
	padding: 2px;
}

#body h2 {
	color: white;
	font-weight: 800;
	border-bottom: 2px solid #F7E401;
	text-transform: uppercase;
}

#body ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#body ul li {
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	border-left: 14px solid #F7E401;
	border-bottom: 2px solid #F7E401;
	margin: 0px 0px 4px 0px;
	padding: 2px;
	list-style: none;
}












#footer {
	width: 584px;
	padding: 8px;
	margin: 15px 0px 0px 0px;
	background: url(../static_images/shading.gif);
	border-top: 2px solid white;
}

#footer p {
	font-weight: 800;
}



?>