html,body,img {
  margin: 0;
  padding: 0;
  }
body {
  text-align: center;
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #696969;
  background: url(http://www.dominictancredi.com/images/redbgfade.jpg) no-repeat;
	background-position:top center;
	background-attachment:fixed;
	background-color: #000000;
  }
body h1 {
  font-size: 10px;
	font-style: bold;
	padding: 0 0 10px;
	margin: 0;
	}
body p {
  font-size: 10px;
	padding: 0 0 10px;
	margin: 0;
	}
a {
  color: #808000;
	font-size: 10px;
	}
a:link {
	text-decoration: none
  }
a:visited {
	text-decoration: none
  }
a:active {
	text-decoration: underline;
  }
a:hover {
	text-decoration: underline;
  }
#container {
  background: #fffe0;
  text-align: center;
  width: 680px;
  margin: 0 auto;
  }
#header {
  width: 680px;
	background: #ffffe0;
  }
#header .header {
  width: 680px;
	}
#header .header #logo {
  text-align: left;
  }
#header .header #recommend {
  text-align: right;
	}
#wrapper {
  border: solid #8b0000;
	border-width: 0 2px 2px;
	float: left;
	width: 680px;
	background: #fff;
	}
html>body #wrapper {
  width: 678px;
  }
#menu {
  border: solid #8b0000 ;
	border-width: 2px;
	border-bottom: 2px solid #808000;
  }
html>body #menu {
  width: 678px;
  }
#content {
	text-align: justify;
  background-color: #fff;
	padding: 0 0 0;
	height: 278px;
  border-bottom: 2px solid #ccc;
	}
#content img {
  margin: 0 0 0;
	}
#about{
	margin: 0 0 0;
	padding: 10px 5px 0;
        text-align: justify;
	float: left;
	background: #f4f4f4;
	width: 226px;
	height: 190px;
	}
html>body #about {
	width: 216px;
	height: 190px
	}
#products {
	margin: 0 0 0 ;
	padding: 10px 5px 0;
	text-align: left;
	float: left;
    width: 226px;
	height: 300px;
	background: #f4f4f4;
	}
html>body #products {
	width: 216px;
	height: 160px
	}
#products img {
  padding: 0;
	margin: 0;
	}
#news {
	margin: 0 0 0;
	padding: 10px 5px 0px;
	text-align: left;
    float: right;	
	color: #8b0000;
	background: #ffffff;
	width: 226px;
	height: 300px;
	}
html>body #news {
	width: 216px;
	height: 150px;
	}
#news h1 {
  font-size: 10px;
	font-style: bold;
	padding: 0 0 10px;
	margin: 0;
	}
#footer {
  clear: both;
  color: #808000;
  width: 680px;
  }
#footer a {
  font-size: 9px;
	}
#footer p {
  text-align: center;
	font-size: 9px;
	letter-spacing: 2.15px;
	}

/* New Styles */
    
#menu_top_left_spacer_1
{
    margin: 0;
	padding: 0 0 0;
    text-align: justify;
	float: left;
	width: 226px;
}

#top_bar_spacer
{
    margin-top: 15px;
}

#menu_recommend
{
    font-size: 10;
    margin-top: 3px;
    margin-right: 8px;
}  
    
#menu_links_spacer
{
     margin-left: 12px;
     margin-right: 12px;
}

#menu_links a 
  {
	text-decoration: none; 
    color: #808000; 
    font-family: Century Gothic; 
    font-size: 16;
    font-weight: normal;
  }
     
#menu_links a:link {
	color: #808000;
	}

#menu_links a:visited 
   {
	color: #808000;
	}

#menu_links a:active 
    {
	color: #808000;
	}

#menu_links a:hover 
  {
	color: #8b0000;
    text-decoration: none;
	}

ul
  {
	 text-decoration: none; 
   font-family: verdana, sans-serif;
	 color: #696969;
	 font-size: 9;
	 list-style-type: circle;
	 padding: 0;
	 margin-left: 1.25em;
   }

li
  {
	margin: 1em 0;
	}










