#outerwrapper {
	margin: 0px auto;
	width: 800px;
}
#header, #content, #footer {
	width: 100%;
}
#header {
	background: url(/images/tempuleito/banner.jpg) no-repeat;
	height: 145px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
#content {
	line-height: 160%;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
}
#footer {
	font-size: 10px;
	color: #333333;
	background: url(/images/tempuleito/fotter.jpg) no-repeat;
	height: 80px;
	padding-top: 10px;
	float: left;
	position: relative;
}
#nav {
	padding: 10px;
	float: left;
	width: 200px;
}
#mainContent {
	padding: 10px;
	float: left;
	width: 559px;
	border-left: 1px dashed #CCCCCC;
}
body {
	font-family: "MS Mincho";
	letter-spacing: 2px;
	word-spacing: 1em;
}
.Ltpic {
	margin: 8px 8px 8px 0px;
	float: left;
	border: 1px solid #666666;
}
.Rtpic {
	margin: 8px 0px 8px 8px;
	border: 1px solid #999999;
	float: right;
}
.title {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
	border-bottom: 1px solid 009900;
}
