@charset "UTF-8";
/****************************************************** BASIC/GLOBAL */
html, body {
	font-size: 100%;
}

body {
	background: #88B9D4 url(../images/background.png) 0 0 fixed;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
}
p {
	margin: 0;
	padding: 5px;
}
#container {
	width: 100%;
}
/****************************************************** HEADER */
#header {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	line-height: 1.5em;
}
#header h1 {
	font-family: Georgia, Times, Times New Roman, serif;;
	font-size: 3.25em;
	line-height: 1em;
	padding-top: 10px;
	margin: 0;
	color: #E23077;
	letter-spacing: -1px;
}
#header a:link, #header a:active, #header a:visited {
	font-family: Georgia, Times, Times New Roman, serif;;
	line-height: 1em;
	padding-top: 10px;
	margin: 0;
	color: #E23077;
	text-decoration: none;
}
#header p {
	padding-left: 150px;
	line-height: 2px;
	font-size: 1.5em;
	color: #909090;
	font-family: Georgia, Times, Times New Roman, serif;;
}
/****************************************************** NAVIGATION */
#navigation {
	display: none;
}
/****************************************************** CONTENT */
#content {
	width: 880px;
	float: left;
	clear: both;
	display: block;
	background-color: #ffffff;
	color: #333;
	line-height: 1.5em;
	padding: 10px;
	text-align: justify;
	font-size: 1em;
}
#content a:link, #content a:active, #content a:visited {
	color: #E23077;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
#content a:hover {
	color: #909090;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px dashed #2187CF;
}
#content img {
	border: 0;
}
#content h1 {
	font-size: 1.75em;
	font-weight: bold;
	border-bottom: 1px dotted #5FCA18;
	color: #51B42A;
}
#content h2 {
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px dotted #909090;
	color: #2187CF;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px dotted #c0c0c0;
	color: #909090;
	margin: 0;
}
#content li {
	list-style-type: none;
	border-bottom: 1px dotted #ECECEC;
}
#content .sig {
	text-align: right;
}
#content .list-left {
	width: 49%;
	float: left;
}
#content .list-right {
	width: 49%;
	float: left;
	padding-left: 2%;
}
/****************************************************** FOOTER */
#footer {
	display: none;
}
