* {
	margin: 0;
	padding: 0;
}

body {
	float: center;
	width: 100%;
	max-width: 479px;
	font-size: 100%;
	margin: auto;
	background: #3B3B3B url(images/img1.webp) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

h1, h2 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

p, ul, ol {
	line-height: 1.5em;
	margin-bottom: 1em;
}

a:link {
	text-decoration: none;
	color: #90b0cd;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #7d9ab2;
}

/* Logo */

#logo {
	height: 4.5em;
	background: #9BAFCB;
	border: 1px solid #000000;
}

#logo h1 {
	padding: 0.2em 0 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.25em;
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}

/* Menu */

#menu {
	min-width: 25em;
	padding: 0.5em 0;
	text-align: center;
}

#menu a {
	padding: 0.2em 0.9em;
	width: 25%;
	text-decoration: none;
	color: #94b0c8;
}

#menu a:hover, #menu a.active {
	background: #000000;
}

/* Splash */

#splash {
	height: 180px;
	background: url(images/img2.webp) no-repeat center top/auto;
}

/* Page */

#page {
	padding: 0;
}

#page h1 {
	margin-bottom: 1em;
	font-weight: bold;
}

#page h2 {
	margin-bottom: 1em;
	font-weight: bold;
	color: #eeeeee;
}

#page li {
	margin-left: 1em;
}

/* Content */

#content {
	margin: 0 0.3em;
	text-align: justify;
}
