body {
	background: #fff url("/files/ggrad.png") repeat-x top left;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a img { 
  border: 0px; 
}
#topwrap {
	background-color: #fefefe;
	color: #111;
	width: 780px;
  margin: 0px;
  padding: 0px;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
  width: 780px;
  height: 140px; 
  margin: 0px;
  padding: 0px;	
  border-bottom: 3px solid darkred;
}

#middle {
	/*padding-left: 20px;
	padding-right: 20px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff url("/files/ggrad.png") repeat-x top left;
}

  #menu {
    width: 119px;
    float: left;
    border-right: 2px solid darkred;
  }
  
  #content {
    width: 619px;
    margin-left: 121px;
    padding-left: 20px;
    /*padding-top: 1px;*/
  }
  
#foot {
	border-top: 1px solid #eee;
	padding-bottom: 10px;
	color: #333;
	font-weight: normal;
	padding-right: 10px;
	text-align: right;
}

/*
	menu
	----
*/

#menu a {
	color: black;
	text-decoration: none;
	border: none;
	display: block;
	text-align: right;
	padding: 3px;
	padding-right: 15px;
	font-size: 110%;
}
#menu a:hover {
  background-color: darkred;
	color: white;
}
#menu a#shoplink {
	background-color: #fee;
}
#menu a#shoplink:hover {
  background-color: darkred;
	color: white;
}

#menu a.highlight2 {
	color: red;
}
#menu a.highlight2:hover {
	color: white;
}

/*
	main decor
	----------
*/

h1, h3 {
  border-bottom: 1px solid #eee;
  font-size: 160%;
    padding: 0px;
  margin: 0px;
}
h2 {
  font-size: 120%;
  text-decoration: underline;
}
li {
  margin-bottom: 10px;
}

#foot a {
	color: #555;
	text-decoration: underline;
	border: none;
}
#foot a:hover {
	color: black;
	text-decoration: none;
}

.endimage {
  float: right;
}

