/*Better Tiling*/

body  {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 fixed;
	text-align: center;
	color: #fff;
	background-image: url(wimages/bgbody.jpg);
}


#core {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background:  url(wimages/blacktrans.png);
	border-bottom: 2px solid #333;
}
#banner{
	width:980px;
	
	color: white;
	background: black;
}
#banner h1{
	font-size:20px;
	padding:0;
	margin:0;
	padding-top:5px;
	
	color: gray;
	
}
#banner h2 {
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#banner a {
	color: silver;
}
#banner a:hover {
	color: #ff962d;
}
p, ul,li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 160%;
	
}
h1{

	font-size:18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

h2{
	font-size: 18px;
	font-variant: small-caps;
	padding: 0px;
	margin: 0;
	font-weight: bold;
	color: #228B22;
}

#menuh {
	
	width:980px;
	height:35px;
	margin-left:0;
	padding-left:0;
	/*background-color: #000;*/
	background-color: #272727;
	text-align: center;
	/*background: url(wimages/greentrans.png);*/
	border-right:1px solid #eeeeee;
	border-bottom: 1px solid black;
	border-top: 1px solid #636363;
	border-left: 1px solid #636363;
	}
#menuh a {
	padding-right:50px;
	padding-top:10px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	
	color: silver;
	font-weight: bolder;
}
#menuh a:hover {
	color: #ff962d;
}

#content {
	position:relative;
	left:0px;
	top:0px;
	width:880px;
	margin:auto;
	text-align: left;
	
}
#page {
	position:relative;
	left:0px;
	top:20px;
	
	width:980px;
	
	overflow: auto;
	text-align: center;
}
#photothumbs {
	position:relative;
	left:30px;
	top:20px;
	width:920px;
}
#photothumbs a{
	text-decoration: none;
}
#photothumbs img{
	border: 5px solid #fff;
}

#textwide{
	position: relative;
	left:35px;
	top:40px;
	width:800px;
	background-color: #BDB76B;
}
.copyright {
	font-size: 10px;
	color: #44A3FF;
}
#footer {
	position:relative;
	width:980px;
	height:48px;
	clear: both;
	color: Black; 
	background: #CFE658;
	padding-top:5px;
	text-align: center;
	/*background: url(wimages/greentrans.png);*/
}
#footer h2{
	font-variant:normal; 
	font-weight: normal;
	margin:0;
	padding:0;
	color: #0064C4;
}
#cococred{
	padding-top:10px;
	color: #DADADA;
	font-size: 9px;
}
#cococred a{
	
	color: #357eff;
	font-size: 9px;
	text-decoration: none;
}
#cococred a:hover{
	text-align: right;
	color: #FFD700;
	font-size: 9px;
	text-decoration: none;

}
#gallery img{
	border: 2px solid Silver;
}
#gallery a{
	
	color: #D8BEBE;
	text-decoration: none;
}
#debug{
	background-color: #E9E9E9;
}


