body {
	background: #415EAA url(./themes/site_themes/default/body_bg.jpg) no-repeat fixed top center;
}

/* ----- STRUCTURE ----- */

#header {
	position: relative;
	width: 692px;
	height: 181px;
	margin: 50px auto 0;
	background: transparent url(./themes/site_themes/default/header_bg_txt.png) no-repeat;
}

#container {
	position: relative;
	width: 780px;
	margin: 25px auto 0;
	background: transparent url(./themes/site_themes/default/content_bg.png) repeat-y;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin: -25px 0;
	padding: 25px 0;
	background: transparent url(./themes/site_themes/default/sidebar_clouds.png) repeat-y top right;
	z-index: 100;
}
#content {
	padding: 0 10px 10px 200px;
}
#footer {
	width: 700px;
	margin: 0 auto;
	padding: 35px 40px 10px 40px;
	background: transparent url(./themes/site_themes/default/content_bg_bottom.png) no-repeat;
}
#content-top {
	position: relative;
	margin: -10px auto -25px;
	width: 780px;
	height: 35px;
	z-index: 50;
	background: transparent url(./themes/site_themes/default/content_bg_top.png) no-repeat;
}

/* ----- LINKS ----- */

#header a {
	position: absolute;
	top: 35px;
	left: 290px;
	width: 370px;
	height: 110px;
	display: block;
	text-indent: -9000px;
/*	font: small-caps 7.2em/.833em Perpetua, Georgia, serif;
	text-decoration: none;
	color: #0d1055;
	letter-spacing: -.04em;
	text-align: center;*/
}

#content a {
	text-decoration: none;
}
#content a:link {
	color: #0d1055;
	border-bottom: 2px solid #f7f564;
}
#content a:visited{
	color: #0d1055;
	border-bottom: 1px solid #0d1055;
}
#content a:hover, #content a:active {
	color: #415EAA;
}
#content a.imgLink {
	border-bottom: 0;
}

/* ----- NAVIGATION ----- */

#navigation ul
{
	list-style: none;
	margin-left: 10px;
}
#navigation li {
	margin: 2em 0;
}
#navigation a {
	text-decoration: none;
	color: #422822;
	font: small-caps 1.8em/1em Perpetua, Georgia, serif;
	padding: 0 5px 0 20px;
}
#navigation a:hover {
	border-bottom: 2px solid #f7f564;
}

/* ----- TYPOGRAPHY ----- */

#content {
	font: 1.4em/1.4em arial, sans-serif;
}
#content h1 {
	font: small-caps 2.3em/2em Perpetua, Georgia, serif;
}
#content h2 {
	font-size: 1.5em;
	font-weight: normal;
}
#content p {
	margin: 1em 0;
}
#footer {
	text-align: center;
	color: #0d1055;
	font: 1.2em arial, sans-serif;
}

/* ----- LISTS ----- */

#content ul {
	list-style: disc inside;
	margin-left: 1.5em;
}
#content li {
	margin: .3em 0;
}

/* ----- IMAGES ----- */

#header img {
	margin: 2px 0 0 2px;
}