body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Georgia;
	font-size: medium;
	background-image: url(images/1.jpg);
	background-repeat: repeat-x;
	font-style: italic;
	border: 2px solid #000;
}
.head{
	text-align: center;
	background-image: url(images/bg1.jpg);
	height: 50px;
	background-position: bottom;
	padding-bottom: 10px;
}
.head h1{
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}


.top{
	text-align: center;
	background-image: url(images/3.jpg);
	padding: 20px;
	background-repeat: repeat-x;
	background-color: #7D7D7D;
}
.top a, .head a{
	font-size: large;
	width: 19%;
	font-weight: bold;
	text-align: center;
	margin: 3px;
	padding: 5px;
	white-space: nowrap;
	line-height: 26px;
	color: #ECD71A;
}
.top a:hover, .head a:hover{
	color: #FDFAE1;
}
.top h3{	text-align: left;	}
.main{
	height: 100%;
	text-align: center;
}
.main a img{
	padding: 5px;
	margin: 5px;
	height: 165px;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.main a:hover img{
	background-image: url(images/2.jpg);
}
.arc{
	text-align: center;
	font-size: large;
	font-style: normal;
	margin: 5px;
}
.arc a{
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
}
.arc a:hover, .arc a.selected{
	color: #000;
	background-color: #ECD71A;
}

