html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../image/bg_mauve.gif);
}
img {
	vertical-align: top; /* In mozilla there is a space between the images if we dont align them to the top */
	border: 0px;
}
p {
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a {
	color: #003399;
}
a:hover {
	color: #624262;
	text-decoration: underline;
}
#container {
	width: 764px;
	margin: 0 auto;	
	text-align: left;
}
#header-top {
	border-bottom: 2px solid #fff;
	width: 764px;
}
#navigation-main {
	width: 760px;
	height: 28px;
	text-align: left;
	background-color: #624262;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
#navigation-main ul {
	margin: 0;
	padding: 0;
}
#navigation-main ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#navigation-main ul li p {
	margin: 0;
	padding: 0;
	size: 12px;
}
#navigation-main ul li p a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
}
#navigation-main ul li p a:hover {
	background-color: #fff;
	color: #624262;
	border-bottom: 4px solid #CE6B9C;
}
#navigation-sub {
	width: 760px;
	height: 50px;
	text-align: left;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-image: url(../image/background-sub.gif);
	background-repeat: repeat-x;
	position: relative;
}
#body-content {
	position: relative;
	width: 760px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #fff;
	padding: 14px 0 0 0;
}
#body-text {
	margin: 0 0 0 14px;
	width: 450px;
}
#body-text p {
	color: #333333;
}
#body-text h3 {
	margin: 24px 0 0 0;
	padding: 2px 0 0 8px;
	height: 20px;
	background-image: url(../image/background-header.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #993366;
}
#footer {
	margin: 20px auto 0 auto;
	width: 760px;
	border-bottom: 10px solid #fff;
	background-color: #624262;
}
#footer p {
	margin: 0;
	padding: 0.5em 1em;
	color: #fff;
}
#footer p a {
	color: #FFCC00;
}

#quote {
	position: absolute;
	right: 0;
	top: 80px;
	margin: 0 24px 0 0;
}
blockquote {
	padding: 0 0 0 24px;
	background-image: url(../image/quote-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 132px;
}
blockquote div {
	margin: 0;
	padding: 0 14px 0 0;
	background-image: url(../image/quote-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#note {
	position: absolute;
	right: 0;
	top: 250px;
	margin: 0;
	padding: 0;
}
#note img {
	display: block;
}
#note01 {
	position: absolute;
	top: 0;
	right: 50px;
}
#note02 {
	position: absolute;
	top: 115px;
	right: 84px;
}
#note03 {
	position: absolute;
	top: 169px;
	right: 33px;
}