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

body {
	background: #FFF url(bgtile.jpg) center repeat;
}

#stain {
	width: 100%;
	height: 100%;
	margin-top: -20px;
	background: url(stain.png) top center no-repeat;
}

#border {
	height: 600px;
	width: 800px;
	text-align: center;
}

#topspace {
	height: 100px;
	width: 800px;
	float: none;
}

#header {
	height: 107px;
	width: 692px;
	float: left;
}

#menu {
	height: 57px;
	width: 692px;
	float: left;
}

#sidespace1 {
	height: 160px;
	width: 51;
	float: left;
}

#sidespace2 {
	height: 160px;
	width: 57;
	float: right;
}

#cont_gall {
	height: 261px;
	width: 800px;
	float: left;
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
}

#content {
	height: 261px;
	width: 800px;
	padding-left: 100px;
	float: left;
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}

#blog {
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
	float: left;
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}

.p1 {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

.p2 {
	font-size: 22px;
	font-family: "Courier New", Courier, monospace;
}

.p3 {
	font-size: 22px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

#footer {
	height: 33px;
	width: 800px;
	float: left;
}