body {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	z-index: 1;
	background: #000;
	color: #fff;
}



a:link {
	color: #FFCC66;
}
a:visited {
	color: #FF6666;
}

a:hover {
	color: #0099FF;
}
a:active {
	color: #CCCCCC;
}

#container {
	visibility: visible;
	z-index: 2;
	width: 960px;
	margin: 2px auto 0px;
	padding: 0px;
	position: relative;
}
#content-wrap {
	width: 960px;
	background: url(../images/wrap_edge.png) repeat-y center;
	margin: 0px auto;
	padding: 0px;
}
/*Header DIV */

#header {
	background: url(../images/top_bg.jpg) no-repeat center top;
	visibility: visible;
	z-index: 2;
	width: 960px;
	text-align: center;
}

/*Top Navigation CSS */
#topnav {
	z-index:3;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	background: #62000A;
	padding: 5px 0px;

}
#topnav li {
	display: inline;
	margin: 0px 20px;
	list-style-type:none;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
}



#content {
	width: 100%;
	visibility: visible;
	z-index: 4;
	margin-top: 4px;
}





#contact {
	width: 90%;
	margin: 15px auto 0px;
	padding: 0px;
	text-align: left;
	clear: both;
}
#contact h1 {
}
.name {
	margin: 0px;
	padding: 0px;
}
#contact .title {
	margin: 0px;
	padding: 0px;
}
#contact p {
	margin: 0px;
	padding: 5px;
}
#order {
	text-align: center;
}
 .noLine a {
	color: #999999;
	text-decoration: none;
}

#container #contact #name {
	width: 100%;
	text-align: left;
	margin: 0px auto;
}

#name table tr td { text-align: center; }

#footer {
	background: url(../images/footer_bg1.jpg) no-repeat center bottom;
	height: 50px;
	width: 960px;
}


#header img {
	margin: 10px auto;
	padding: 0px;
	height: 67px;
	width: 765px;
}

