@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#main {
	background-color: #FFF;
	border: thin solid #999;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
}
a img {
	border: none;
}
.img-right {
	float: right;
	padding-left: 10px;
}
.img-left {
	float: left;
}
#head {
	overflow: auto;
}
#content {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
}
#menu {
	padding: 10px;
	text-align: center;
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-width: 1px;
	border-color: #999;
}
#menu p {
	margin: 0;
	padding: 0px;
	text-transform: uppercase;
}
#menu p a {
	color: #00F;
}
#menu p a:hover {
	color: #F00;
}
#footer {
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}
#content p {
	margin-top: 0px;
}
.quotation {
	font-style: italic;
}
.text-center {
	text-align: center;
}

