
body {
	background: #000000;
	color: #7F7F7F;
	font-family: tahoma, arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

* html body {
}

h4 {
	font-size:16px;
	font-weight:bold;
}

img {
	border: 0px;
}

a:link { 
	color:#006;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #006;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: red;
	font-weight: bold;
	text-decoration: underline;
}


#banner {
	clear: both;
	height: 206px;
	width: 776px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 776px;
}

#content {
	clear: both;
	width: 776px;
	background:#FFF;
}

.big-text {
	font-size:18px;	
}

.specials-text {
	font-size:16px;
	color:#060;
}
.specials-box {
	margin:auto; 
	width:400px; 
	border:#771010 solid 1px;
}

#content-text{
	padding:2px 10px 6px 10px;
	color:#000;
}

#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 776px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: red;
}
#nav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0px;
	text-align:center;
}

.nlink, .nlinkend {
	 float:left; 
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	height:28px;
}
.nlink{
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
	background-position:  right top;
}

.nlinkend {
	background-image: none;
}


.title {
	color: #771010;
	font-weight: bold;
	font-size:20px;
}

.small {
	font-size:11px;
}
.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
	background-color:#FFC;
	padding:4px 6px 4px 4px;
	width:300px;
	text-align:right;
}

#footer {
	background: url(images/footer-bg.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 108px;
	padding-top: 20px;
	text-align: center;
	width: 776px;
}
#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}


