@charset "utf-8";
body {
	background-image: url(web%20components/flower_background.JPG);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: none;
	background-repeat: no-repeat;
	width: 760px;
	background-position: center center;
	height: 30px;
	font-size: 1em;
	text-align: center;
	color: #CCC;
	padding-top: 12px;
	background-color: #312734;
}
#main {
	width: 760px;
	height: 700px;
	background-position: center top;
	text-align: center;
	background-image: url(web%20components/typo_sequence/typo_home.png);
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
#main_top_left {
	float: left;
	height: 320px;
	width: 370px;
	background-image: url(web%20components/index-top.png);
	text-align: center;
}
#main_top_right {
	float: right;
	height: 650px;
	width: 370px;
	background-image: url(web%20components/index-side.png);
}
#main_bottom {
	height: 320px;
	width: 370px;
	float: left;
	margin-top: 10px;
	background-image: url(web%20components/index-bottom.png);
	text-align: center;
}

a:hover {
	color: #9C0;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFF;
	font-size: 0.875em;
}
#wrap #main #main_bottom blockquote p {
	text-align: left;
}
#wrap #main #main_top_right blockquote p {
	text-align: left;
}
#wrap #main #main_top_left blockquote p {
	text-align: left;
}

