body {
	color: #666;
	font-size: 11px;
	font-family: Georgia, Courier, serif;
	padding: 20px;
	line-height: 18px;
}

a, a:active, a:hover, a:visited {
	color: #5c0b0e;
	text-decoration: none;
	border-bottom: 1px dotted #5c0b0e;
}

a:active, a:hover {
	color: #ED1C24;
	border-color: #ED1C24;
}

#logo a, a:active, a:hover, a:visited {
	border: none;
}

#container {
	position: absolute;
	left: 100px;
}
#sidebar {
	float: 			left;
	margin-right:	15px;
}
#content {
	width:		600px;
	position:	relative;
	top: 		105px;
	left: 		158px;
	padding: 	15px;
	border: 	1px solid #9F9F9F;
	margin-bottom: 200px;
}

#content h1 {
	min-height: 20px; /* for the loaded image */
	margin: 84px 0 15px 0;
	padding-bottom: 15px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px dashed #888;
}

img {
	border: 0;
}

#menu {
	background-color: #E8E7E8;
	height: 240px;
	width: 140px; /* strange bug */
	margin-top: 16px; /* distance to logo */
}

#menu ul {
  margin: 0; padding: 0;
}
#menu ul li {
  list-style: none;
  margin: 0; padding: 0;
  width: 140px;
  height: 23px;
  border-bottom: 3px solid white;
  cursor: pointer;
}

#menu a, a:visited {
  text-decoration: none;
  color: #603A17;
}

#menu a:hover, a:active {
  color: #ED1C24;
}

#active a {
  color: #ED1C24;
}

#menu ul li a{
  padding-left: 3px;
  font-size: 14px;
  text-decoration: none;
  font-family: Courier, Georgia;
  text-transform: uppercase;
  vertical-align: bottom;
  line-height: 25px;
}

#pictures {
	position: relative;
	height: 400px;
	width: 600px;
}

#pictures ul li {
	visibility: hidden;
}

#pictures img {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#headline {
	position: relative;
	float: left;
	border-bottom: 2px dotted #333;
}
#columns {
	margin-top: -10px;
}

#columns-2 {
}

#columns-1 {
	margin-top: -10px;
	width: 190px;
	margin-right: 15px;
	float: left;
}

.column { 
	/* this is used for the columnizer */
	min-width: 190px; /*min width!!!! */
	margin-right: 15px;
	float: left;
}

.last.column {
	margin-right: 0;
}

/* IE6 css fixer v0.7: Sun, 28 Feb 2010 23:44:26 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#sidebar,
#headline,
#columns-1,
.column {display:inline;}

/* convert min height values */
#content h1 {height:20px;}


/* fix negative margins */
#columns,
#columns-1 {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
#content,
#pictures img,
#headline {zoom:1;}
