/* CSS Document */
/*body*/
/*body {
    font-family: Arial;
	text-align:left;
    padding: 0px;
    margin: 0px;
	height:100%;
	max-height:100%;
	overflow:hidden;
    background-color: #555555;
}
* html body {
    padding:129px 0 25px 0;
}*/
/*divs*/
/*#main {
    position: fixed;
    top: 129px;
    left: 0px;
	bottom:25px;
    width: 100%;
    overflow: auto;
	background-image:url(imagese/content.jpg);
	background-repeat:repeat-y;
}
* html #main {
	height:100%;
    width:100%;
}
#top {
    position: ablsolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 129px;
    margin: 0px;
    border: 0px;
	overflow:hidden;
}
#bot {
    position: absolute;
	top: auto;
    left: 0px;
	bottom:0px;
    width: 100%;
	height:25px;
	overflow:hidden:
}*/
#sponsor {
    position: absolute;
    top: 140px;
    left: 110px;
    width: 75px;
    height: 400px;
}
/*tables*/
.all {
	width:1011px;
	height:100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.header {
	width:1011px;
	height:94px;
	background-image:url(images/header.jpg);
}
.navi {
	width:811px;
	height:35px;
	background-image:url(images/button.jpg);
}
.mid {
	width:1011px;
	background-image:url(images/content.jpg);
	vertical-align:top;
	text-align:left;
}
.footer {
	width:100px;
	height:25px;
	background-image:url(images/footer.jpg);
}
.button {
	width:53px;
	height:35px;
	background-image:url(images/button.jpg);
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	cursor:pointer;
}
.title {
	height:30px;
	width:100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	color:#cc0033;
	font-size:18px;
	font-weight:bold;
}
.content {
	width:100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/*font*/
h1 {
    font-weight: bold;
    font-size: medium;
    color: #ffffff;
}
.small {
    font-size: 11px;
    color: #ffffff;
}
.fontNav {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
/*links*/
a {
	color: #000000;
	text-decoration: none;
    font-size: 13px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
/*gallery*/
#gallery {
	background-color: #ffffff;
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #ffffff;
	border-width: 10px 5px 10px;
}
#gallery ul a:hover img {
	border: 5px solid #eeeeee;
	border-width: 15px 5px 5px;
	color: #eeeeee;
}
a.album {
    color: #cc0033;
    text-decoration: none;
}
a.album:hover {
    color: #cc0033;
    text-decoration: underlined;
}
a.album:visited {
    color: #cc0033;
    text-decoration: none;
}
