body {
	text-align: center;
	font-family: Arial, "MS Trebuchet", sans-serif;
	background-image:url(bg.jpg);
	color: #555;
		
}
a {
	text-decoration:none;
	color: #555;
}
a:hover {
	color: #000;
}
a:active {
	color: #fff;
}


.main {
	margin-left: auto;
	margin-right: auto;
	width:820px;
}
.header {
	background-image: url(header.png);
	width:800px;
	height:150px;
	padding:10px;
}
.right_menu_item {
	float:right;margin-right:1px
}
img {
	border:none;
}
li {
	background-image: url(button.png);
	font-family: Futura, "MS Trebuchet", sans-serif;
	display:inline;
	float:left;
	margin-right:-1px;
	width:100px;
	height:35px;
	padding-top:15px;
}
li:hover {	
	cursor:pointer;
	cursor:hand;
	color: #000;
}
li:active {
	background-image: url(buttondown.png);
	color: #fff;
}
ul {
	margin:0;list-style-type:none;
	background-image: url(menu.png);

	width:800px;
	height:50px;
	padding:10px;
	padding-bottom:0px;
	margin-bottom:-1px;
}
.menu a {
	display:block;
	width:100px;
	height:50px;
	text-align:center;
	text-decoration:none;
	color: #555;
}

.content {
	width:800px;
	max-height:1200px;
	padding:10px;
	padding-top:0px;
	background-image: url(content.png);
	text-align:left;
}
.footer {
	width:800px;
	padding:10px;
	padding-top:0px;
	height:50px;
	background-image: url(footer.png);
}
.puff {
	float:right;
	width:200px;
}
.puffleft {
	text-align:right;
	font-weight: bold;
	padding-right:10px;
	height:30px;
	vertical-align: top;
}
.puffright {
	vertical-align: top;
	text-align:left;
}
.text {
	width:560px;
	padding-left:20px;
	padding-right:20px;
	
	margin-top:-21px;
}
.text table {
	width:580px;
	border:0px;
	padding:10px;
}
.text h1 {
	padding-top: 20px;
}
.app {
 	width:200px;
	margin-right:auto;
	margin-left:auto;
	height:300px;
}
.app p{
	padding-left:12px;padding-right:10px;
}
.bread p {
	width:400px;
}
