body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 10px;
	background: #eec;
  /*  url(images/bg.png) */
}

#header {
	width: 100%;
 	background: #652640 url(images/header_07.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
 	border-bottom: .1em #000 solid;
 	color: #fff;
 	padding: 6em 0 .1em 0;
 	text-align: center;
}

#header h1 {
	font-size: 3em;
	margin: 0;
}

#container {
	padding: 0;
}

#navigation {
 	background: #fff;
	width: 12em;
	float: left;
	margin: 0 0 0 1em;
  padding: .5em 0;	
 	font-size: 1.4em;
  -moz-border-radius: 0 0 1em 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	display: block;
	color: #aa3366;
	text-decoration: none;
	padding: .25em 0 .25em .5em;
}

#navigation a:hover {
  color: #fff;
	background: #cc3366;
}

#content {
 	background-color: #fff;
	margin: 0 1em 1.5em 14em;
	padding: 1em;
	font-size: 1.4em;
}

#content .post {
  margin: 0 0 2em .5em;
  border-bottom: 1px #ccc solid;
}

#content .post p {
	text-align: left;
	padding: 0 0 0 15em;
}

#content .postheader {
	position: relative;
	z-index: 1;
	float: left;
	width: 15em;
	text-align: right;
}

#content h2 {
	font-size: 1.2em;
	margin: .3em 1em 0 0;
}

#content h2 a {
	display: block;
	color: #600;
	text-decoration: none;
}

#content h2 a:hover {
	background: #def;
}

#content .postheader h3 {
	font-size: 1em;
	margin: 0 1em 0 0;
	font-style: italic;
}

#footer {
 	background: #cc3366;
 	color: #fff;
 	font-size: 1em;
 	margin: 1.5em 0 0 0;
 	padding: .5em;
 	text-align: center;
 	clear: both;
}
 
a {
 	color: #33d;
 	text-decoration: none;
}
 
a:hover {
 	text-decoration: underline;
}

.dir_photo {
  float: right;
  padding: 0 0 1em 1em;
}