body{ 
	background-color: #000000;
	background-image: url(bk_wine.gif);
	background-repeat: repeat-x; 
}

ul { list-style-type: circle; }

div.main{
	border: 2px solid #330000;
	background-color: #663333; 
	color: black;
}

h1{
	font-family: times new roman;
	font-size: 32px;
}
	

div.content{
	background-color: white; 
}

div.content_bordered{
	border: 1px solid #330000;
	background-color: white; 
}

div.sidebar{
	border: 2px solid #330000;
	background-color: white; 
}


a:link{
	color: #993333;
		text-decoration:underline;
}
a:visited {
	color: #993333;
	text-decoration:underline;
} 
a:hover { 
	color: black;
	text-decoration:none;
} 

table.main {
  border: 2px solid #996;
  color: #333;
  background: #fffff0;
  }
 
table.main th {
  background: transparent;
  color: #72724c;
  border-bottom: 1px dotted #cc9;
  }
 
table.main td, th {
	border: 1px solid #cc9;
	}



ul.menu li {
	color: #ffffcc;
}

ul.menu li a {
	color: #993333;
}

ul.menu li a:visited {
	color: #993333;
}

ul.menu li a:hover {
	color: #660000;
}