@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1D1D1D;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
img{
	border: 1px solid #0B0B0B;
}
a:hover img{
	border: 1px dashed #ff0000;
} 
.wrapper {
	margin: auto;
	height: auto;
	width: 935px;
}
.header-container {
	float: left;
	height: auto;
	width: 935px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.logo {
	float: left;
	height: 60px;
	width: 280px;
}
.header-advert {
	float: left;
	height: auto;
	width: 655px;
	text-align: right;
}
.navigation-container {
	background-image: url(../images/navbg.jpg);
	float: left;
	height: 44px;
	width: 935px;
}
.navlink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 27px;
	width: auto;
	padding-right: 14px;
	padding-left: 15px;
	padding-top: 17px;
}
.navlink a
{
	color: #ffffff;
}
.navlink a, .navlink a:link {
	text-decoration: none;
} 
.navlink a:active, .navlink a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.main-body {
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 935px;
}
.footer-container {
	background-image: url(../images/footer.jpg);
	float: left;
	height: 40px;
	width: 935px;
}
.cage-container {
	float: left;
	height: auto;
	width: 935px;
	margin-bottom: 5px;
}
.cage-header {
	background-image: url(../images/gallery-header.jpg);
	float: left;
	height: 50px;
	width: 935px;
}
.cage-content {
	float: left;
	height: auto;
	width: 930px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thumbpic {
	float: left;
	height: 202px;
	width: 152px;
	text-align: center;
	padding: 1px;
}
.cage-title {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 32px;
	width: auto;
	padding-top: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
.bookmark {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	height: 33px;
	width: auto;
	padding-top: 17px;
	padding-right: 20px;
	padding-left: 15px;
}
.bookmark a
{
	color: #ffffff;
}
.bookmark a, .bookmark a:link {
	text-decoration: none;
} 
.bookmark a:active, .bookmark a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.advert-cage {
	float: left;
	height: auto;
	width: 935px;
	margin-bottom: 5px;
}
.advert-title {
	background-image: url(../images/advertisement-header.jpg);
	float: left;
	height: 50px;
	width: 935px;
}
.advert-content {
	text-align: center;
	float: left;
	height: auto;
	width: 935px;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	height: 25px;
	width: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}.footer-links {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	height: 25px;
	width: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-links a
{
	color: #ffffff;
}
.footer-links a, .footer-links a:link {
	text-decoration: none;
} 
.footer-links a:active, .footer-links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
