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

body {
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wrapper {
	background-repeat: repeat;
	width: 800px;
    margin: 0 auto;
}

.main {
	margin: 0 auto;
}

#main_text {
	width: 315px;
	margin-left: 15px;
	background-repeat: repeat-y;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #FFF;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}

#main_photo {
	width: 450px;
	margin: 0 auto;
	background-repeat: repeat-y;
	float: right;
}


.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 15px;
}
