body {
font-family: Arial, Helvetica, sans-serif;
background:#cccccc;
}


a:link    
{
    color: white;
}

a:visited 
{
    color: white;
}

h1  {   background:#330000;
	margin-left:auto;
	margin-right:auto;
	}

h3  {	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	text-decoration:underline;
}

h4  {	margin-left:auto;
	margin-right:auto;
	text-align:center;
	text-decoration:underline;
}

span#redT {color:#FF2222;
	   background:#FF3388;
	   padding:10px;	 	
}

nav {
	list-style:none;
	display: block;
	margin-bottom: 20px;
	margin-right:auto;
	font-weight: bold;
	
}




nav ul {
	text-align:center;
	font-size: 14px;
	color:#ffffff;
	z-index:2;
}
nav ul li {
	display: inline;
	float:left;
}
nav ul li a {
	display: block;	
	padding: 5px 10px;
	color:#ffffff;
	text-decoration: none;

	
}
nav ul li a:hover {
	background: #663300;
	color:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0;
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc00) to(#ffcc00)); /*old webkit*/
    	background: -webkit-linear-gradient(top,  #e19f20, #ffcc00); /*newer webkit*/
    	background: -moz-linear-gradient(top, #e19f20, #ffcc00); /*old gecko*/
    	background: -o-linear-gradient(top,  #e19f20, #ffcc00); /*opera 11.10+*/
    	background: linear-gradient(to bottom,  #e19f20, #ffcc00); /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
}

nav ul li ul {
		position:absolute;
		width:130px;
		font-weight:600;
		background: #663300;
	color:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0;
	text-decoration: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc00) to(#ffcc00)); 
    	background: -webkit-linear-gradient(top, #e19f20, #ffcc00); 
    	background: -moz-linear-gradient(top, #e19f20, #ffcc00); 
    	background: -o-linear-gradient(top,  #e19f20, #ffcc00); 
    	background: linear-gradient(to bottom,  #e19f20, #ffcc00);
}

}



nav ul li ul li a 	{display:block;float:left;}

nav ul li ul li:hover a {background:#883333;color:#ffffff;}

nav ul li ul.fallback {display:none}
nav ul li:hover ul.fallback {display:block}




/* page core */

header  {
	display: block;
	width: 910px;
	padding:10px;
}

footer   {
		display:block;
		font-family:Verdana, Geneva, sans-serif;
		margin-left:40px;
		margin-right:auto;
			
		background: #43ee23;
		padding:20px;
		width: 90%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
		box-shadow: 6px 6px 6px #999999;
}

div#master {
	display: block;
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	background:#608260;
	padding: 10px;

}

div#footer {
		display:block;
		background:#99FFDD;
		border-width:1;
		border-color:#FFFFDD;
		padding-left:50px;
		padding=bottom:50px;

}

div#core {
	display: block;
	clear: both;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

div#Items {
	display: inline-block;
	
	margin-bottom:10px;
	margin-left:20px;
	margin-right:80px;
}

div#top {background-color: rgb(#fae3ba,.2);
	padding:5px;
	width:auto;
	height:100px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div#hpic {background-color: #826060;
	padding:5px;
	width:auto;
	height:260px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div#sep1 {font-weight: bold;
	width:100%;
	background: #f6cb46;
}


div#sepC {font-weight: bold;
	width:100%;
	background: #72bee5;
}


div#sepS {font-weight: bold;
	width:100%;
	background:  #88f9aa;
}

section#left {
	display: block;
	width: 540px;
	float: left;
	margin: 50px 15px;
	padding:5px;
	background: #826060;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 5px 5px 5px #999999;
}

section#left2 {
	display: block;
	width: 540px;
	float: left;
	margin: 5px 15px;
	padding:5px;
	
	background: #826060;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 5px 5px 5px #666666;
}
section#right {
	display: block;
	float: left;
	width: 390px;
	padding:5px;
	padding-top: 20px;		
}

section#right2 {
	display: block;
	width: 390px;
	float: right;
	font-size:smaller;
	padding:5px;
	
	background: #7777aa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 5px 5px 5px #666666;
}


section#full {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 70%;
	padding:5px;
	background: #826060;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 5px 5px 5px #663344;
}

 
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


