/* CSS Document */
body{
	background: url(messyBG.jpg) center top no-repeat;
	color:#000000;
}
#header {
	width:800px;
	top: -1px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	background: url(color-top.jpg) no-repeat top center;
}
h1#logo {
	text-indent: -9999px;   /*replacing header with image */
	/* background: url(logo.gif) <--to replace*/
	width: 800px;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow:hidden;
	/*alternative: adding "overflow: hidden;" indstead */
}
div#menu{
	background-color:#000000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size:15px;	
}
a:link.m, a:visited.m{
	color: #fee0aa;
	text-decoration: none;
}
a:hover.m, a:active.m{
	color: #ffffff;
	/*text-decoration:underline;*/
}
a.active.m{
color:#ffffff;
}
div#content {
	text-align: left;
	width:800px;
	margin: 0 auto;
	background:url(color-c-bg.jpg);
	/*div class: "clearfix: auto-clearing-float"*/
}
div#main-content{
	text-align: left;
	width:650px;
	min-height:300px;
	margin: 0 auto;
	padding:10px;
	background-color:#FFFFFF;
}
div#footer{
width:800px;
height:50px;
padding-top:10px;
text-align:center;
vertical-align:middle;
margin:0;
background: url(color-bottom.jpg) no-repeat top center;


}
 a:link, a:visited{
	color:#BBBBBB;
	text-decoration: none;
}
 a:hover, a:active{
	color:#fee0aa;
	/*text-decoration:underline;*/
}
a.active{
	color:#ff0000;
	}
.m a:link, a:visited{
	color:#fee0aa;
	text-decoration: none;
}
.m a:hover, a:active{
	color:#ffffff;
	/*text-decoration:underline;*/
}
.m a.active{
	color:#ffffff;
	}
#ti{
color: #FF0000;
}
blockquote#bl{
width:301px;
height:100px;
background:url(order.jpg) no-repeat;
}
iframe, .tdftdiv, .tdftad, .tdftpr, .tdftlink{
display: none;}
