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

#content_main {
	float: left;
	height: 310px;
	width: 500px;
	margin-right: 10px;
	background-image: url(images/content_main.png);
	padding: 15px;
	padding-top: 5px;
}
#content_main2 {
	float: left;
	height: 491px;
	width: 603px;
	margin-right: 10px;
	background-image: url(images/content_main2.png);
	padding: 15px;
	padding-top: 5px;
}
#content_large {
	float: left;
	height: 491px;
	width: 833px;
	margin-right: 10px;
	background-image: url(images/content_large.png);
	padding: 15px;
	padding-top: 5px;
}
#content_side {
	float: left;
	width: 293px;
	height: 310px;
	margin-bottom: 10px;
	background-image: url(images/content_side.png);
	padding: 15px;
	padding-top: 5px;
}
#content_side2 {
	float: left;
	width: 190px;
	height: 491px;
	margin-bottom: 10px;
	background-image: url(images/content_side2.png);
	padding: 15px;
	padding-top: 5px;
}
#content_bottom {
	height: 151px;
	width: 833px;
	background-image: url(images/content_bottom.png);
	padding: 15px;
	padding-top: 5px;
}
#content_bottom2 {
	height: 302px;
	width: 833px;
	background-image: url(images/content_bottom2.png);
	padding: 15px;
	padding-top: 5px;
}
#title {
	font-size: 17px;
	font-weight: bold;
	color: #CCC;
	height: 20px;
}
#text {
	font-size: 14px;
	color: #000;
	margin-top: 7px;
	margin-bottom: 7px;
	overflow: hidden;
	height: 93%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#sub {
	float: left;
	height: 137px;
	width: 276px;
	text-align: center;
}
#submit {
	margin-left: 10px;	
}
a {
	color: #4E020A;
}
#indent {
	padding-left: 10px;
}

