/*---------------------------------- 
project:	www.popcard.se
version:	1.0 
author:   	Unik Grafik 
web:    	www.unikgrafik.se
-----------------------------------*/ 

* { 
margin: 0;
padding: 0;
}

html, body {
	font: 80% verdana, helvetica, sans-serif;
	background-color: #2b4671; 
}

a {
	color: #2b4671;
	text-decoration: none;
}

a:hover {
	color: #f00415;
	font-weight: bold;
	text-decoration: none;
}

#container {
	margin:0 auto;
	position: relative;
	width: 1100px;
	height:772px;
	background: url(images/jul2007/bg.jpg) no-repeat;
}

#main {
	width: 100%;
	float:left;
	margin:205px 0 0 240px;
}

.thumbnail-row {
	clear:both;
}

#main-content {
	position: absolute;
	top: 540px;
	left: 255px;
}

#main-content p {
	font-size: 1.1em;
	color: #2b4671;
	padding-bottom: 7px;
}

.thumbnail a img { 
	border: 4px solid #fff;
	float: left;
	margin:0 15px 15px 0;
}

.thumbnail a:hover {
	color: #fff;
}

#author {
	position: absolute;
	top: 770px;
	left: 450px;
	color: #5b78a7;
	font-size: 1em;
	margin: 15px 40px 0 0;
	padding-bottom: 20px;
}

#author a {
	color: #5b78a7;
	text-decoration: none;
}

#author a:hover {
	color: #f00415;
	text-decoration: none;
}
