/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 background: #000 url(http://gekkofoto.dk/images/fade.jpg) repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 700px;
 height: 100%;
}

#header {
 background: url(http://gekkofoto.dk/images/header.jpg) no-repeat top;
 width: 700px;
 height: 344px;
 position: relative;
 float: right;
 margin: 0px 13px;
 padding: 0px;
}

#menu {
	width: 190px;
	height: 120px;
	float: left;
	margin: 20px 0px 0px 13px;
	font-size: 26px;
	line-height: 18px;
	color: #d8d8d8;
}

#menu a img {
	color: #d8d8d8;
	text-decoration: none;
	border: none;
}

#menu a:hover {
	color: #fff;
}

#content { 
 text-align: center;
 float: left;
 color: #fff;
 width: 420px;
 margin: 18px 0px 0px -10px;
}

#content a img {
	text-decoration: none;
	border: none;
}

#content img {
	margin: 0px 0px 0px 0px;
}

#content a {
	text-decoration: none;
	color: #fff;
}

#content a:hover {
	color: #777;
}


#textcontent { 
 text-align: justify;
 float: left;
 color: #fff;
 width: 420px;
 margin: 18px 0px 0px -10px;
}

#textcontent a img {
	text-decoration: none;
	border: none;
}

#textcontent img {
	margin: 0px 0px 0px 0px;
}

#textcontent a {
	text-decoration: none;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#textcontent a:hover {
	color: #777;
}
