* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Bitstream Vera Sans", Verdana, Arial, sans-serif;
}

#page
{
	width: 1024px;
	margin: auto;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #009;
}

a:hover {
	text-decoration: underline;
}

#title {
	float: left;
	background-image: url(title01.gif);
	background-repeat: no-repeat;
	width: 439px;
	height: 77px;
}

#content
{
	clear: both;
}

#content .txt {
	border: 1px solid #cccccc;
	width: 700px;
	margin: 0 auto;
	margin-top: 2em;

	padding: 8px;
}

#txt {
	border: 1px solid #cccccc;
	float: left;
	width: 540px;
	margin: 0 auto;
	margin-top: 5px;

	padding: 8px;
}

.box {
	position: relative;

	border: 1px solid black;
	margin-bottom: 2em;
	/*height: 150px; 

	width: 600px;*/
	width: 500px;

	margin: 1em auto;
}

.box .image_left, .box .image_right {
	width: 140px;
	height: 140px;
}

.box .image_left {
	float: left;
}

.box .image_right {
	float: right;
}


.box .title_left, .box .title_right {
	position: absolute;
	background-color: #cccccc;
	color: black;
	font-weight: bold;
	padding: 4px;
	font-size: 18px;

	/*width: 460px;*/
}

.box .title_left
{
	left: 0px;
}

.box .title_right
{
	text-align: right;
	right: 0px;
	width: 372px;
}

.box .txt_body {
	margin-top: 3em;
	text-align: left;
	padding: 4px;
}

.box .bottom {
	/*position: absolute;*/
	height: 1.3em;
	width: 500px;
	bottom: 0px;
	padding-left: 4px;
}

