body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #fdfdfd;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	background-image: url(images/04.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(images/05.jpg);
	background-repeat: no-repeat;
	height: 66px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#top {
	background-color: #FFFFFF;
	background-image: url(images/01.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#contents {
	background-image: url(images/03.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	height: 370px;
}
#contents > #text {
	width: 440px;
	float: left;
	text-align: justify;
	margin-right: 15px;
	margin-left: 55px;
}
#contents > #sidebar {
	float: right;
	width: 220px;
	text-align: justify;
	margin-right: 55px;
	margin-left: 15px;
}
* html #text {
	width: 512px;
	float: left;
	text-align: justify;
	padding-right: 15px;
	padding-left: 55px;
}
* html #sidebar {
	float: right;
	width: 288px;
	text-align: justify;
	padding-right: 55px;
	padding-left: 15px;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
#text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	word-spacing: 1pt;
	text-transform: lowercase;
	background-image: url(images/txtbg.gif);
	color: #75A7BF;
	margin: 0px;
}
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 1px;
	word-spacing: 1pt;
	text-transform: lowercase;
	background-image: url(images/txtbg.gif);
	color: #70B870;
	margin: 0px;
	text-align: right;
}
b {
	font-weight: bold;
	color: #336699;
}
i {
	font-style: normal;
	font-weight: bold;
	color: #99CC00;
}
a {
	color: #FF3366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
a:hover {
	color: #6699CC;
	background-color: #E0F7FE;
}
div.menu {
	top: 240px;
	left: 640px;
	position: relative;
	width: 300px;
	height: 100px;
}
.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border: 0px;
	color: #336699;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	text-transform: lowercase;
	width: 300px;
	font-weight: lighter;




}
.menu a:hover {
	background-image: url(images/txtbg.gif);
	background-position: -2px;
	color: #FF3333;


}
