body { 
	margin: 0px; 
	background-color: #5c5c5c;
	background-image: url('images/bg1.gif');
	background-repeat: repeat-x;
}
.table_attrib {
	margin: 0px auto;
	width: 775px;
	text-align: center;
}
.top1 {
	margin: 0px auto;
	height: 100px;
	width: 775px;
	background-image: url('images/top1.jpg');
	background-repeat: no-repeat;
}
.top2 {
	margin: 0px auto;
	height: 100px;
	width: 775px;
	background-image: url('images/top2.jpg');
	background-repeat: no-repeat;
}
.top3 {
	margin: 0px auto;
	height: 100px;
	width: 775px;
	background-image: url('images/top3.jpg');
	background-repeat: no-repeat;
}
.top4 {
	margin: 0px auto;
	height: 85px;
	width: 775px;
	background-image: url('images/top4.jpg');
	background-repeat: no-repeat;
}
.bg {
	margin: 0px auto;
	width: 775px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
}
.content_attrib {
	margin: 0px auto;
	width: 775px;
	height: 458px;
	background-image: url('images/content_bg.jpg');
	background-repeat: no-repeat;
}
.content {
	margin: 0px auto;
	width: 508px;
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
}
.menu {
	margin: 0px auto;
	width: 267px;
	vertical-align: top;
}
.bottom {
	margin: 0px auto;
	width: 775px;
	text-align: center;
	padding: 20px;
	background-color: #000000;
	color: #ffffff; 
	font-size: 10px; 
	font-family: verdana; 
}
a {
	text-decoration: none;
	color: #CCBD03;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #000000; 
	font-size: 18px; 
	font-family: arial;
}
p {
	color: #000000; 
	font-size: 16px; 
	font-family: arial; 
	line-height: 1.5;
}