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

* {
	margin:0px;
}
a:link,a:visited {
	color:#ffffff;
}
a:hover {
	color:#576773;
}
a:active {
	color:#ffffff;
}
body {
	height:100%;
	background:url('../images/bg.png');
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
}
html {
	height:100%;
}
img {
	border:0px;
}

.centertext {
	text-align:center;	
}
.imgfloatleft {
	margin-right:10px;
	float:left;
}
.imgfloatright {
	margin-left:10px;
	float:right;
}

.gallerybg {
	padding:7px;
	background:url('../images/bg3.png');
}
.gallerycontainer {
	background:url('../images/gallery.png') no-repeat right bottom;	
}
.galleryimage {
	margin:3px;
	padding:5px 5px 15px;
	background:#ffffff;
}
.galleryimage:hover {
	background:#6b8fab;
}

.bannertop {
	margin:0px auto;
	width:780px; height:213px;
	background:url('../images/bannertop.png');
}
.bannerbot {
	width:780px;
	margin:0px auto;
}
.content {
	width:700px;
	min-height:500px;
	margin:0px auto;
	padding:0px 40px;
	background:#aaaaaa;
}
.footblock {
	width:780px; height:100%;
	margin:0px auto;
	background:url('../images/footer.png');
	color:#ffffff;
	text-align:center;
}
.social {
	padding-left:10px;
	text-align:left;
	float:left;
}
.copy {
	padding-left:10px;
	text-align:left;
	float:left;
}
.toTop {
	padding-right:10px;
	text-align:right;
	float:right;
}
.toTop a:hover {
	color:#a9c3d7;
}

.djInfoBox {
	margin:40px -80px 0px 10px;
	float:right;	
}
.inside {
	width:230px;
	padding:0px 10px;
	background:#444444;
	color:#ffffff;
	float:left;
}
.inside a:hover {
	color:#a9c3d7;
}
.inside li {
	list-style-type:none;
	padding-left:15px;
}
.tl {
	background:url('../images/tl.png'); width:10px; height:10px; float:left;
}
.tr {
	background:url('../images/tr.png'); width:10px; height:10px; float:left;
}
.bl {
	background:url('../images/bl.png'); width:10px; height:10px; float:left;
}
.br {
	background:url('../images/br.png'); width:10px; height:10px; float:left;
}
.hfil {
	background:#444444; width:230px; height:10px; float:left;
}
.clear {
	clear:both;
}

.wrapper {
	width:800px;
	min-height:100%; height:auto !important; height:100%;
	margin:0px auto -50px;
	background:url('../images/bg2.png') repeat-y;
}
.footer, .push {
	height:50px;
}