body
	{
	margin: 0px;
	background: url('img/background.png') repeat-x;
	}



/* Disposition */

#wrap	
	{
	width: 628px;
	margin: 0 auto;
	background:  url('img/skeppshamn_main.gif');
	}

#topic	
	{
	width: 628px;
	margin: 0 auto;
	height: 222px;
	}

#sidemeny	
	{
	width: 154px;
	float: left;
	line-height: 26px;
	padding: 16px 0px 0px 36px;
	background: url('img/skeppshamn_meny.png');
	background-repeat: no-repeat; 
	background-position: right top;
	}
	
#text	
	{
	width: 370px;
	float: right;
	padding: 0px 40px 0px 0px;
	}

.citatbox 
	{
	width: 140px;
	float: right;
	padding: 0px 0px 4px 4px;
	}

#text-foot
	{
	width: 628px;
	clear: both;
	margin: 0 auto;
	}

#foot
	{
	width: 628px;
	clear: both;
	margin: 0 auto;
	background: url('img/skeppshamn_foot.gif') no-repeat;
	height: 40px;
	padding: 30px 0px;
	font-family: verdana, sans-serif;
	font-size: 9px;
	text-align: center; 
	color: #999;
	}



/* Typografi */

h1, h2	
	{
	font-family: georgia, serif;
	font-weight: bold;
	padding: 8px 0px;
	margin: 0px;
	color: #c49f45;
	}
h1	
	{ 
	font-size: 18px;
	}

h2	
	{ 
	font-size: 14px;
	}

p, .citat, body	
	{ 
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 0px 6px 0px;
	margin: 0px;
	}

p.citattext
	{ 
	line-height: 11px;
	padding: 3px; 
	font-size: 9px; 
	background: #EBDDB4;
	}

.huvudmeny	
	{ 
	font-family: gerogia, serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	padding: 10px 0px 2px 0px;
	margin: 0px;
	}

.italic
	{
	font-style: italic;
	}


a:link,a:active,a:visited { text-decoration: underline; color: #c49f45; }
a:hover { text-decoration: underline; color: #725a1f;}



