/*
 *******************************************
 *                                         *
 * CSS FOR Rikke Gregers			             *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>					 *
 *                                         *
 *******************************************
*/

body, html {margin:0px;padding:0px;height:auto;}

body {	
	padding:0px !Important;
	background:#fff url(../graphics/bg.gif) no-repeat fixed bottom right;
}

#container{
	width:350px;
	margin-top:70px;
	margin-left:70px;
	background-color:#fff;
}

	.dashed{
		position:relative;
		overflow:hidden;
		height:1px;
		width:350px;
		background:#fff url(../graphics/dashed_bg.gif) repeat-x;
		margin-bottom:2px;
		margin-top:2px;
	}
	
	.stretcher, .stretchersub{
		background-color:#fff;
	}
	
	.display a:link, .displaysub a:link, .display a:visited, .displaysub a:visited{
		color: #000;
		text-decoration:none;
	}

	.display, .displaysub{
		cursor:pointer;
	}
	.displaysub{
		margin-bottom:2px;
	}
	
	
	/*IMAGE GALLERY*/
	#thumbs{
		width:360px;
		line-height:normal;
	}
	#thumbs div.thumb{
		float:left;
		margin-right:5px;
		border:1px solid #000;
		margin-bottom:5px;
		text-align:center;
		height:25px;
		width:25px;
		overflow:hidden;
	}
	.thumb img{
		cursor:pointer;
	}