body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	background-image:url(img/bg.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents {
	height: auto;
}

#contents {
	background-image:url(img/menu_back.gif);
	background-repeat:repeat-y;
	position: absolute;
	top: 0;
	left: 0;
}

img {
	border: none;
}

a {
	text-decoration:none;
}

/*************************/
/* Header                */
/*************************/

#header {
	background-color: #2c2f70;
	background-image:url(img/top-bg.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #778899;
	height: 4em;
}

#header .strapline {
	font: 120% Arial, Helvetica, sans-serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 15px;
}

#header .logo {
	float: left;
	margin-left: 1.0em;
	margin-top: 0.4em;
	
}

/*************************/
/* Navigation            */
/*************************/

#nav {
	position: absolute;
	top: 5.5em;
	left: 1.2em;
	width: 13em;
}

#nav ul {
	list-style-type:none;
	margin-left: 0;
	padding-left: 0;
}

#nav li a:link, #nav li a:visited  {
	display:block;
	font-weight:bold;
	padding: 3px 3px 2px 0.5em;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ecc274;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

#nav li a:hover {
	display: block;
	background-color: #ffeba5;
	color: #000000;
	background-image:url(img/h1-bg.gif);
	background-repeat:repeat-x;
	text-decoration:none;
}


#nav ul ul {
	list-style-type:none;
	margin-left: 10px;
	padding-left: 0;
	font-size:80%;
}

#nav ul ul a:hover {
	background-color: #fef5d6;
	background-image: url(img/h2-bg.gif);
	background-repeat:repeat-x;
}

#nav h2 {
	font: 110% Verdana, sans-serif;
	color: #2A4F6F;
	background-color: #ffeba5;
	background-image:url(img/footer.gif);
	background-repeat:repeat-x;
}

#logos {
	margin: 2em 3em 3em 0.5em;
}

#address {
	font: 70%, Arial, Helvetica, sans-serif;
	color: #2c3070;
	margin: 3em 3em 1em 1em;
}

.active {
	background-color: #eae8e4;
	background-image:url(img/active.gif);
	background-repeat:repeat-x;
}

/*************************/
/* Content               */
/*************************/

#content {
	margin-top: 1.8em;
	margin-left: 17em;
	margin-right: 2em;
	margin-bottom: 3em;
}

h1 {
	font: 110% Verdana, sans-serif;
	padding: 2px;
	padding-left: 0.8em;
	background-color:#ffeba5;
	background-image:url(img/h1-bg.gif);
	background-repeat:repeat-x;
}

h2 {
	font: 80% Verdana, sans-serif;
	font-weight:bold;
	padding: 2px;
	padding-left: 0.8em;
	background-color:#fef5d6;
	background-image:url(img/h2-bg.gif);
	background-repeat:repeat-x;
}

h3 {
	font: 80% Verdana, sans-serif;
	font-weight:bold;
	padding: 2px;
	padding-left: 0.8em;
}

#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}

.rightimg {
	float:right;
	padding-left: 0.8em;
	padding-bottom: 2em;
}

#address2 {
	font: small, Arial, Helvetica, sans-serif;
	color: #2c3070;
	margin: 3em 3em 1em 1em;
	
}

table, td, tr {
	border: none;
}

.code {
	font:"Courier New", Courier, mono;
}

.clear {
	clear:both;
}

/*************************/
/* Album                 */
/*************************/

#albumlist {
	list-style-type: none;
}

#albumlist li {
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}

#albumlist img {
	display: block;
	border: 1px solid #333300;
}

/*************************/
/* Footer                */
/*************************/

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*border-top: 1px dotted #AAAAAA;*/
	background-color: #b6b6b6;
	background-image:url(img/footer.gif);
	background-repeat:repeat-x;
	color: #626262;
	font-size: 70%;
}

#footer p {
	margin: 0.5em 0 0em 1em;
	padding: 0;
}

#footer .flogo {
	font: 120% Arial, Helvetica, sans-serif;
	color: #778899;
	background-color: transparent;
	float: right;
	margin-right: 7px;
	margin-top: -15px;
