body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #e4e4e4;
	margin: 0;
}
h1 {
	margin-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #19587c;
	font-size: 20px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #666666;
	font-size: 16px;
}

a:link {
	color: #0065A8;
	text-decoration: none;
}
a:visited {
	color: #0065A8;
	text-decoration: none;
}
a:active {
	color: #0065A8;
	text-decoration: none;
}
a:hover {
	color: #0065A8;
	text-decoration: underline;
}

textarea {
	margin: 0;
}

#container {
	width: 100%;
	padding: 0;
}

#header {
	background: url('_img/headerBg.jpg');
}

#crop {
	background: url('_img/menuBg.jpg') repeat-x;
	font-size: 0;
}


#menu {
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #2b2b2b;
	text-align: right;
	margin-left: 70px;
	margin-bottom: 0;
	width: 720px;
}
div.menuObj {
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 8px;
	float: left;
}
a.menuObj {
	color: #2b2b2b;
	text-decoration: none;
}
a.menuObj:link {
	color: #2b2b2b;
	text-decoration: none;
}
a.menuObj:visited {
	color: #2b2b2b;
	text-decoration: none;
}
a.menuObj:active {
	color: #2b2b2b;
	text-decoration: none;
}
a.menuObj:hover {
	text-decoration: underline;
}

#main {
	background: url('_img/mainboxBg.jpg') repeat-y;
	width: 740px;
	margin-top: 0;
	margin-left: 50px;
	font-size: 0;
}

#topImg {
	margin-left: 22px;
}

#leftBlock {
	float: left; 
	width: 450px;
	margin-right: 30px;
	margin-left: 40px;
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}

#content {
	margin-left: 40px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}	

.box {
	width: 200px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#footer {
	margin-top: 10px;
	margin-left: 70px;
}


#foot {
	clear: both;
	position: relative;
	bottom: 0;
	background: url('_img/bgBlomma.jpg') no-repeat;
	width: 204px;
	height: 189px;
}

.info {
	width: 420px;
	padding-left: 20px;
	border-style: dashed;
	border-color: #666666;
	border-width: 0 0 0 1px;
}

.innerBox {
	background-color: #f9efbd;
	border: 1px #e9be28 solid;
	width: 410px;
	padding: 20px;
	margin-top: 30px;
}

.colLeft {
	float: left;
	width: 120px;
}

.portf {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;	
}
.portf img {
	border: 1px #CCCCCC solid;
	padding: 2px;	
}

.clear {
	clear: both;
}