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

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	background-image: url(images/texture02.png);
	line-height: 22px;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 00px;
	margin-top: 0px;
	background-color: #CCC;
}
#content {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	float: left;
	width: 980px;
	padding: 10px;
}
.CenterReg {
	font-size: 16px;
	line-height: normal;
	text-align: center;
	color: #333;
}



#container #header {
	height: 228px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#container #button1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 210px;
}
#container #button2 {
	float: left;
	height: 80px;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
#container #button3 {
	float: left;
	height: 80px;
	width: 120px;
}
#container #button4 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 120px;
}
#container #button5 {
	float: left;
	height: 80px;
	width: 140px;
}
#container #button6 {
	float: left;
	height: 80px;
	width: 280px;
}

#container #footer {
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
}
#container #footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #footer ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
}
#container #footer ul li a {
	text-decoration: none;
	color: #000;
}
#container #footer ul li a:visited {
	color: #333;
}
#container #footer ul li a:hover {
	color: #06F;
	text-decoration: underline;
}
#Image01 {
	padding: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Image02 {
	padding: 10px;
	float: right;
}
.CenterLarge {
	font-size: 24px;
	text-align: center;
	line-height: 28px;
	color: #000;
}
.GreyText {
	color: #CCC;
}
