body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x;
}
#container{
	width:800px;
	margin:0 auto;
	padding:0;
	background:url(../images/bg.jpg) repeat-x;
}
#header{
	margin:0;
	width:800px;
	height:60px;
}
h1{
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	text-indent:-9999px;
}
#top{
	background:url(../images/bodyhead.gif) no-repeat;
	width:800px;
	height:20px;
}
#middle{
	background:url(../images/bodymiddle.gif) repeat-y;
	width:800px;
	padding:20px 0;
}
#bottom{
	background:url(../images/bodybottom.gif) no-repeat;
	width:800px;
	height:40px;
}
h2.subtitle{
	margin-bottom: 1em;
	padding: 5px 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #f3f3f3;
	border-left: 3px solid #66cc99;
	background-color: transparent;
	font-size: 14px;
	color:#999999;
	}
.content{
	width:720px;
	margin: 0 auto;
}
.pict{
	padding:5px;
	border: solid #ccc 1px;
	margin:10px;
	background-color:#fffff;
}
p.txt{
	border: 1px dotted #f4f4f4;
	border-left:3px solid #f2f2f2;
	padding:0.8em;
	margin:10px;
	background-color:#f8f8f8;
    font-size:12px;
}
p.copy{
	font-size: 11px;
	font-family:"Century Gothic",Times New Roman, Times, serif;
	text-align:center;
}
