/* Body */
body {
	background-color: #bbbbbb;
	color: #2b22de;
	font: 80% Verdana, sans-serif;
	width: 728px;
	margin: 0;
}

/* Lists */
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 0 1em;
	padding: 0;
}

/* Header */
#header {
	height: 90px;
	background-image: url('./images/header.jpg');
	background-repeat: no-repeat;
	clear: right;
}

/* Top navigation */
#leftnav {
	float: left;
	margin: 3em 5.5em 0.5em 0.5em;
	background-color: #bcbccf;
	border: 1px solid gray;	
	height: 20em;
}

#leftnav ul {
	margin: 0 0.5em 0.5em 0.5em;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#leftnav a:hover {
	color: red;
}

/* Contents */
#contents {
	float: left;
	width: 70%;
	padding: 0 0.5em 0 0.5em;
	text-align: justify;
}

#leftlist {
	margin: 0;
	float: left;
}

#rightlist {
	margin: 0;
	float: right;
}

#contents img {
	float: left;
	padding-right: 0.5em;
}

#contents hr {
	clear: both;
}

#contents h1 {
	padding-top: 0.5em;
}

#contents h2 {
	border-bottom: 1px solid black;
}

#contents span.footnote {
	font-size: 80%;
}

#contents em {
	font-weight: bold;
}

#contents blockquote {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

/* First panel in services */
#service_1 {
	float: left;
	width: 48%;
}

/* Second panel in services */
#service_2 {
	float: right;
	width: 48%;
}

/* Payment */
#payment {
	clear: both;
	margin-left: 23.5em;
}

#payment img {
	float: left;
	height: 40px;
	display: inline;
	margin: 1px;
}

/* Footer */
#footer {
	clear: both;
	background-image: url('./images/footer.jpg');
	background-repeat: no-repeat;
	padding-left: 0.5em;
	color: #d8d7f1;
	font-weight: normal;
}

#footer a
{
	color: #d8d7f1;
	text-decoration: none;
}