BODY {
	background-image: url('img/sky.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-bottom: 0px;
}

DIV.frame {
	position: relative;
	width: 1000px;
	text-align: left;
	min-height: 800px;
	z-index: 1;
}

DIV.bal {
	float: left;
	width: 220px;
	height: 50%;
	border-right: 1px dashed gray;
}

DIV.jobb {
	background-image: url('img/bg_alpha_white.png');
	float: right;
	width: 750px;
	height: 50%;
	border: 1px solid gray;
	z-index: 1;
}

DIV.main {
	padding: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 22px;
	z-index: 1;
	-moz-box-shadow: 5px 5px 5px #555;
	-webkit-box-shadow: 5px 5px 5px #555;
}

* A {
	text-decoration: none;
	color: gray;
}
* A:hover {
	text-decoration: underline;
	color: black;
}

* H1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

* H2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

UL LI {
	margin-top: 5px;
}

DIV.services {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	width: 100%;
	height: 29px;
	text-align: center;
	z-index: 1;
}

DIV.menu {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 175px;
	float: left;
	margin-right: 10px;
	padding: 6px;
	background-image: url('img/bg_alpha_blue.png');
	border: 1px solid gray;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black;
}	DIV.menu:hover {
		background-image: url('img/bg_alpha_yellow.png');
		border: 1px solid black;
		-moz-box-shadow: 3px 3px 3px #333;
		-webkit-box-shadow: 3px 3px 3px #333;
	}	DIV.menu:hover A {
			color: black;
		}

DIV.menu_magunkrol {
	width: 175px;
	margin-bottom: 10px;
	background-image: url('img/bg_alpha_white.png');
	border: 1px solid gray;
	padding: 6px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}	DIV.menu_magunkrol:hover {
		background-image: url('img/bg_alpha_blue.png');
		border: 1px solid black;
		-moz-box-shadow: 3px 3px 3px #333;
		-webkit-box-shadow: 3px 3px 3px #333;
	}	DIV.menu_magunkrol:hover A {
			color: black;
		}

DIV.foot {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid gray;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	background-image: url('img/bg_alpha_blue.png');
	font-family: Verdana, sans-serif;
	font-size: 11px;
}	DIV.foot TABLE {
		width: 100%;
	}
	DIV.foot A {
		color: #4C4C4C;
	}


DIV.bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url('img/grass.png');
	background-position: bottom;
	background-repeat: repeat-x;
}	DIV.bg TABLE {
		width: 100%;
		height: 100%;
	}	DIV.bg TABLE #main {
			text-align: center;
		}
		DIV.bg TABLE #bal_black {
			background-color:black;
		}
		DIV.bg TABLE #bal_board {
			width: 14px;
			background-image: url('img/cakk_bal.png');
			background-repeat: repeat-y;
		}
		DIV.bg TABLE #jobb_board {
			width: 14px;
			background-image: url('img/cakk_jobb.png');
			background-repeat: repeat-y;
		}
		DIV.bg TABLE #jobb_black {
			background-color:black;
		}

DIV.blog_post {
	padding: 5px;
	cursor: pointer;
	font-size: 11px;
}	DIV.blog_post:hover {
	border: 2px solid #60636B;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-image: url('img/bg_alpha_yellow.png');
}
DIV.blog_post_title {
	width: 100%;
	border-bottom: 1px solid black;
}	DIV.blog_post_title A {
		color: #414349;
	}