@charset "utf-8";
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
body {
	background-image: url(../images/righter.gif);
	background-repeat: no-repeat;
	background-position: 975px 0px;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 10px;
}
a {
	color: black;
}
.imgr {
	position: relative;
	display: block;
}
.imgr span {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
a.imgr span, .imgr a span {
	cursor: pointer;
}


#page {
	width: 1000px;
}
#flash {
	background-color: #000000;
	height: 380px;
	width: 955px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#content {
	padding: 10px;
}

.box {

}
.inside {
	margin: 10px;
	width: 300px;
	overflow: hidden;
}
.col {
	float: left;
}
.first {
}
.second, .third {
	position: relative;
}
.second {
	left: 5px;
}
.third {
	left: 10px;
}
.box .inside {
	height: 55px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #000000;
	margin-bottom: 20px;
}
.caption h2 {
	text-align: center;
	padding-top: 18px;
	font-size: 1.3em;
	font-weight: normal;
}
h1 a.imgr {
	text-align: center;
	font-size: 48px;
	color: #FFFFFF;
	text-decoration: none;
	height: 100%;
	width: 100%;
}
h1 a.imgr span     {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#infolink {
	position: absolute;
	height: 55px;
	width: 305px;
	left: 345px;
	top: 365px;
	font-size: 0px;
	color: #000000;
	text-decoration: none;
	display: block;
}
#images img {
	display: block;
	margin-bottom: 0px;
}
#images p {
	height: 17px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}
#splash {
	float: left;
	position: relative;
	left: 15px;
}

#homepage {
	position: absolute;
	top: 20px;
	left: 995px;
}
a img {
	border: none;
}
#foot {
	clear: both;
	padding: 20px;
	padding-top: 50px;
}
