/* CSS Document */

#container {
	background: #FFFDE2;
	width: 700px;
	overflow: visible;
	text-align: center;
	border-top: thin none #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: thin none #FFFFFF;
	height: auto;
	padding: 10px 20px;
	margin: 10px auto;
}
#content-left {
	float: left;
	width: 100px;
	background: #FFFFFF;
	color: #A3D5F5;
	position: 300px;
	padding: 5px;
	margin: 5px;
}

#content-right {
	float: right;
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	font: 0.8em/1.8em "Times New Roman", Times, serif;
	color: #7A523B;
	letter-spacing: 0.05em;
	padding: 5px;
	margin: 5px;
}
#content-horizontal {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #886B56;
	background: #1B0A07 url(../images/pattern.gif) repeat-x;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.font_sm {
	font-size: 0.8em;
}
.font_normal {
	color: #6C503D;
	font: 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
}

