/* Defines the styles for Dailey Hobbies */

/* Body */
body, html
	{
	margin: 0;
	padding: 0;
	color: black;
	background-image: url(images/dinstripe.GIF);
	font-family: verdana;
	font-size: 14px;
	}

body
	{
	min-width:800px; 
	}

.wrap
	{
	background: black;
	margin: 0 auto;
	width: 800px;
	}

/*  Header */
.masthead {
	margin-top: 0px;
	height: 150px;
	width: 800px;
	background-color: black; 
	border-top: #99cc00 4px solid;
	border-bottom: #99cc00 4px solid; 
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	font-family: arial;
	font-size: 12px;
	text-align: right;
	color: white;
	}

/* Navigation - Column 1 */	

.nav2 
	{ 
 	background-color: black;
	float: left;	
	width: 200px; 
	height: 100%;
	text-align: center; 
	font-family: verdana;
	font-size: 14px;
	color: #99cc00;
	} 

.nav2 ul	{
	list-style: none;
	margin: 0;
  	padding: 0;

	}

.nav2 li	{
	background-image: url(images/greybtn.jpg);
	border: 1px solid; 
	border-color: #99cc00 #99cc00 #666666 #99cc00;
	width: 198px;
	height: 30px;
	margin: 0;
  	padding: 0;
	}

a:link	{
	color: white;
	}
a:visited{
	color: yellow;
	}
a:active{
	color: red;
	}
a:hover	{
	color: #99cc00;
	}


/* Main - Column 2 */
.main {
	background-color: black; 
	float: right;
	width: 520px;
	padding: 20px;
	font-family: verdana;
	font-size: 14px;
	text-align: left;
	color: white;
	border: #666666 20px solid;
	}

.table {
	background-color: black; 
	float: right;
	width: 560px;
	font-family: verdana;
	text-align: left;
	color: white;
	border: #666666 20px solid;
	}

.gamepage {
	background-image: url(images/bones.GIF);
	background-repeat: repeat; 
	float: right;
	width: 580px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: verdana;
	font-size: 14px;
	color: white;
	}

div.storefront {
	border-left: black 75px solid;
	border-right: black 75px solid;
	margin-left: 10px;
	margin-right: 10px;
	padding-top:  30px;
	padding-left: 150px;
	padding-right: 75px;
	padding-bottom: 30px;
	background-color: #FFFFFF; 
	font-family: arial;
	}


/* Footer */
.footer
	{
	background-color: #000000; 
	clear: both;	
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #99cc00;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: #666666 1px solid;
	}

/* Define styles for the <p> element */
p	{
	font-family: verdana;	
	font-size: 14px;
	}


h2	{
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	}

h3	{
	font-family: arial;
	font-size: 11px;
	text-align: center;
	color: white;
	}

h4	{
	font-size: 9px;
	text-align: right;
	color: white;
	}

h5	{
	font-family: verdana;
	font-size: 14px;
	text-align: center;
	color: white;
	}


.wht	{
	color: white;
	}

.tablebg	{
	background-color: #000000;
	}

