body,p,div,h1,h2,h3,img,ul,li {
	margin:0;
	padding:0;
}
div,td {
	font-family:Verdana;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#990000;
}
#site {
	margin:auto;
	width:780px;
	background:url('images/lay_04.jpg') repeat-y;
}
#top {
	height:269px;
	background:url('images/lay_02.jpg') bottom no-repeat;	
}
#top p {
	padding-top:60px;
	padding-right:40px;
	text-align:right;
	color:#660000;
}
#content {
	display:block;
	background:url('images/lay_03.jpg') top no-repeat;	
	padding-left:50px;
	padding-right:50px;
}
#menu {
	float:left;
	width:160px;
	margin-top:25px;
	font-family:Trebuchet MS;
	font-size:18px;
	background:#fff;
	border:1px solid #E95F5F;
	padding:5px;
}
#menu ul {
	list-style:none;
}
#menu a {
	display:block;
	height:30px;
	padding-left:30px;
	background: url('images/p.gif') left no-repeat;
	text-decoration:none;
}
#menu a:hover {
	padding-left:30px;
	background: url('images/p2.gif') left no-repeat;
	text-decoration:underline;
}
#main {
	float:right;
	width:480px;
	padding-top:10px;
}
#main p {
	padding-bottom:10px;
}
#main ul {
	padding-left:25px;
	list-style:square;
}
.space {
	clear:both;
	height:10px;
}
#footer {
	clear:both;
	background:#fff url('images/lay_05.jpg') top no-repeat;	
	text-align:center;
	font-size:11px;
	padding-top:35px;
}
#stat {
	float:right;
}
#links {
	font-size:9px;
}
#links a {
	color:#999999;
	text-decoration:none;
}