body
{
	background-color: #99cc99;
	background-repeat: no-repeat;
	margin: auto;
	width: 760px;
	height: 300px;
}

#logo
{
	background-image: url("/daga-website4-logo.jpg");
	background-repeat: no-repeat;
	width: 760px;
	height: 300px;
}

ul.navbar
{
	background-color: #708090;
	list-style: none;
	margin-top: -10px;
	width: 700px;
	text-align: center;
	font-family:Arial, sans-serif;
	font-size:11px;
}

ul.navbar li { display: inline; }

ul.navbar a
{
	color: #333;
	text-decoration: none;
	background-position: center 0;
	margin-left: 0px;
	padding: 4px 10px;
	height: 5px;
	background: #F5DEB3;
	font-weight: bold;
	border-top: 4px #FAF0E6 solid;
	border-right: 4px #b6b696 solid;
	border-bottom: 4px #333 solid;
	border-left: 4px #858585 solid;
	
}

ul.navbar a:hover
{	
	color: #F5DEB3;
	background-color: #F4A460;
	border-top: 4px black solid;
	font-weight: bold;
	border-top: 4px #ffdf9f solid;
	border-right: 4px #ffbf7f solid;
	border-bottom: 4px #b06020 solid;
	border-left: 4px #d48430 solid;

}


div.text-box
{
	background-color: black;
	border: solid 0px black;
	height: 250px;
	width: 210px;
	margin-left: 40px;
	float: left;
	clear: left;
	text-align: center;
}

div.text-box a:hover
{	background-color: none;
}

div.text-box a
{
	color: none;
	text-decoration: none;
	background-position: center 0;
	margin-left: 0px;
	background: none;
	border: none;
}

div.text-box2
{
	background-color: black;
	border: solid 0px black;
	height: 250px;
	width: 210px;
	margin-left: 40px;
	float: left;
	clear: left;
	text-align: center;
}

div.image-box img
{
	border: none;
	}
	
div.image-box
{
	color: silver;
	text-decoration: none;
	background-color: black;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: capitalize;
	width: 200px;
	height: 200px;
	float: left;
	clear: left;
	border: solid 0px black;
	margin: 5px;
	margin-top:10px;
}

div.image-box a
{	
	text-decoration: none;
	margin-left: 0px;
	padding: 0px;
	height: 0px;
}

div.image-text { text-align: center; }

#main-text
{
	margin-top: 10px;
	margin-left: 20px;
	width: 450px;
	height: 220px;
	float: left;
}

table.main {
	margin-top: 60px;
	margin-left: -15px;
	font-size: small;
	background-color: #ffff99;
	border-color: #cc9900;
	width: 480px;
	}
	


tr.odd {
	background-color: #ffee66;
	}

td.cartbox 
{	
	background-color:#ffcc99;
	}  /*#f5deb3*/

#footer
{
	background-image: url("/daga-website-footer1.jpg");
	background-repeat: no-repeat;
	text-align: center;
	height: 120px;
	clear: both;
}

