/* CSS Document */

#indextop {
	background-image: url(img/index_01.gif);
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#indexdark {
	background-color: #000;
	float:left;
	width:500px;
	height:400px;
	margin: 0px;
	padding: 0px;
}

#indexlight {
	background-color: #FFF;
	float:left;
	width:500px;
	height:400px;
	margin: 0px;
	padding: 0px;
}

#indexlogo {
	background-image: url(img/index_02.gif);
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#index_darkbg {
	background-image: url(img/index_darkbg.gif);
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#lightlogo {
	background-image: url(img/menu_light_01.gif);
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#splatter_bg {
	background-color:#000;
	background-image: url(img/splatter_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 500px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 450px;
	padding-bottom: 100px;
	padding-left: 50px;	
}

#darkbg {
	background-color:#000; 
	width:1000px;
}

#lightbg {
	background-color:#FFF; 
	width:1000px;
}

#gallery {
	width: 800px;
	margin-top: 20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-bottom: 30px;
}

#gallery img {
	border:none;
	margin:20px;
	padding:0px;
}

#menu {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	text-align:center;
	width:160px;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #999;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	text-decoration:line-through;
}

#sitecredit {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #999;
	margin: 10px;
	padding: 0px;
}

#sitecredit a {
	color: #999;
	text-decoration: none;
}

#sitecredit a:hover {
	color: #333;
	background-color: #FFF;
}

body {
	background-color: #333;
	margin-top:20px;
}

p {
	font-family:Verdana, Tahoma, sans-serif;
	font-size:12px;
	line-height: 16px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0px;
}

h1 {
	font-family:Georgia, serif;
	font-size: 21px;
	text-align:left;
	margin:0px;
	padding:0px;
}

.grey {
	color:#666;
}

.redbackground {
	background-color: #600;
}

.white {
	color:#FFF;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration:line-through;
}
