/*
For:


Av:
Fredrik Sørlie
Sørlie Communications
www.s-com.no
*/

/* General */

* {
	margin						: 0;
	padding						: 0;
}

body {
	width						: 100%;
	font-family					: Garamond, Times New Roman, Sans-Serif;
	font-size					: 12pt;
	color						: #000000;
	text-align					: left;
	background					: #ffffff;
}

h2 {
	font-size					: 16pt;
	font-weight					: bold;
}

h3 {
	font-size					: 14pt;
	font-weight					: bold;
}


img {
	display: none;
	visibility: hidden;
}

#wrap {
	width: 680px;
	text-align: left;
	padding: 40px;
}

.left {
	float: left;
}

.right {
	float: right;
}
