body {
	background-color: #333;
	margin: 0px;
}
div {
	position: relative;
	margin: 0px;
}

/* general link layout */
a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #600;
	text-decoration: none;
}

/* link layout for the nav-bar */
#nav a:link, #nav a:active, #nav a:visited {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #600;
	text-decoration: none;
}

/* link layout for the footer 'back to top' */
#f_title a:link, #f_title a:active, #f_title a:visited {
	color: #FFF;
	text-decoration: none;
}
#f_title a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* text bla fuckage h1 etc. */
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
.infos {
	font-family: Georgia, serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 15px;
}
h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 15px;
}
h2 {
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 15px;
}
p {
	margin: 0px;
	margin-bottom: 15px;
}

/* image layouting */
a img, img {
	border: 0px;
}
div.post img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.postimg {
	float: left;
}
div.post #heart {
	margin: 0px;
}

/* enhanced blog link list */
div.line {
	height: 0px;
	font-size: 0px; /* IE bug */
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #000;
}
#nav ul {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 5px;
	list-style: none;
}
#nav ul li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
}

/* comments list */
#main ol li {
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
}

/* main div layout */
/*******************/

/* the divs for blog */
div.post { 
	margin-bottom: 15px;
	text-align: justify;
}
div.meta {
	font-size: 10px;
	text-align: right;
}

/* a center div, used for the photo-gallery */

div.center {
	text-align: center;
}

/* form layout for the comment and contact section */
#commentform input, #commentform textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: transparent;
	border: 1px solid #000;
}
#commentform textarea {
	width: 450px;
	height: 200px;
}

/* site layout divs */
/********************/

/* main page */
#container {
	background-color: #333;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}
#m_container {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 548px;
}
	#m_head {
		background: url(../imgs/main_head.jpg) no-repeat;
		text-align: left;
		width: 548px;
		height: 127px;
	}
		#m_title {
			text-align: center;
			left: 347px;
			top: 70px;
			width: 120px;
			font-family: Tahoma, Courier New, monospace;
			font-weight: bold;
			font-size: 13px;
			color: #FFF;
			z-index: 2;
		}
	#m_content {
		background: url(../imgs/main_cont.jpg) repeat-y;
		text-align: left;
		width: 548px;
		padding-bottom: 40px;
	}
		/* and this is the content-div */
		#main {
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: normal;
			text-align: justify;
			width: 450px;
			left: 63px;
			top: 20px;
			margin-bottom: 10px;
		}		

/* nav-bar div layout */
#n_container {
	position: absolute;
	top: 0px;
	left: 549px;
	text-align: left;
	width: 218px;
}
	#n_head {
		background: url(../imgs/nav_head.jpg) no-repeat;
		text-align: justify;
		width: 218px;
		height: 110px;
	}
	#n_content {
		background: url(../imgs/nav_cont.jpg) repeat-y;
		width: 217px;
		padding-bottom: 20px;
	}
		/* and heres the final navigation div */
		#nav {
			text-align: justify;
			text-transform: lowercase;
			color: #000;
			font-family: Georgia, serif;
			font-size: 17px;
			font-weight: normal;
			width: 100px;
			top: 10px;
			left: 57px;
		}
	#n_foot {
		background: url(../imgs/nav_foot.jpg) no-repeat;
		width: 217px;
		height: 100px;
	}

/* footer div layout */
#footer {
	background: url(../imgs/main_foot.jpg) no-repeat;
	text-align: left;
	margin: 0px;
	width: 588px;
	height: 155px;
	z-index: 1;
}
	#f_title {
		text-align: center;
		left: 86px;
		top: 30px;
		width: 90px;
		font-family: Courier New, monospace;
		font-weight: normal;
		font-size: 12px;
		z-index: 2;
	}

/* the splash */
#splash {
	background: url(../imgs/splash.jpg) no-repeat #333;
	width: 222px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 100px;
}
#bla {
	font-family: Georgia, serif;
	font-size: 50px;
	text-align: center;
	width: 200px;
	height: 60px;
	top: 96px;
	left: 7px;
}
#bla a:link, #bla a:active, #bla a:visited {
	color: #000;
	text-decoration: none;
}
#bla a:hover {
	color: #600;
	text-decoration: none;
}

.fetfotos {

 border-width: 1px;
 border-style: dashed;
 border-color: #000000;

}