/* LAYOUT BEGIN */

#page {
	width: 760px;
	margin: 0 auto;
}

#header {
	padding: 0;
	margin: 0 auto;
	margin-top: 1em;
	height: 100px;
	width: 100%;
}
#wrapper {
	
}
#menubar {
	float: left;
	width: 140px;
}
#content {
	float: left;
	width: 460px;
}
#sidebar {
	float: left;
	width: 160px;
}

/* EQUAL HEIGHT BEGIN */
#menubar, #content, #sidebar
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	}
#wrapper
	{
	overflow: hidden;
	}
/* EQUAL HEIGHT END */

#footer
	{
	clear: both;
	margin: 0 auto;
	margin-bottom: 1em;
	padding: 0.25em 0;
	}
#header, #footer
	{
	width: 760px;
	}
p {
	margin: 1.5em 1em; }
/* LAYOUT END */

/* TYPOGRAPHY BEGIN */
body {
	background-color: #467cbf;
	font-size: 62.5%;
}
div {
	text-align: justify;
}
#header, #footer {
	background-color: #65c7f4;
	text-align: center;
}
#header h1 {

	letter-spacing: 0.5em;
	text-decoration: none;
	font-family: Haettenschweiler, Monospace;
	font-variant: small-caps;
	font-weight: bold;
	font-size: xx-large;
	padding: 0;
	padding-top: 12px;
	margin-bottom: 0;
}
#header h2 {
	text-decoration: none;
	font-family: Haettenschweiler, Monospace;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-large;
	padding: 0;
	margin: 0;
}
#menubar, #content, #footer {
	font-family: Verdana;
}
#menubar, #sidebar {
	background-color: #D9F2FD;
	font-size: 1.1em;
}
#menubar {

}
#content {
	background-color: #f5fcff; /*#EBF9FF;*/
	font-size: 1.2em;
}

#footer {
	font-size: 1em;
}
ul {
	list-style-type: disk;
	margin: 0em 01em;
}	
ul.nav {
	padding-left: 0em;
}
ul.nav > li {
	margin-left: 2em;
}

ol.lettered {
	list-style-type: upper-latin;
}

a {
	text-decoration: none;
	color: #ca434a;
}
/* TYPOGRAPHY END */

/* IMAGES BEGIN */
img {
	border-width: 2px;
	border-color: black;
	margin: 0.25em 0.5em;
}
img.floatright {
	float: right;
}
div.gallery {
	padding: 0px;
	margin: 5px;
	float: left;
}
div.gallery img {
	border-width: 0px;
}
/* IMAGES END */