body {
	margin: 0px;
	padding: 0px;
	color: #002740;
	background-color: #ffffff;
	font-family: "Tahoma", "Geneva", "sans-serif";
	font-size: 12px;
}
h1 {
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	margin-top: 4px;
}
h3 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin-top: 6px;
}
td {
	vertical-align: top;
}
ul, ol {
	padding-left: 30px;
	margin-left: 0px;
}
ul li {
	list-style-image: url(images/bullet.png);
	margin-left: 0px;
	padding-left: 0px;
}
a {
	color: #006cb0;
}
a:visited {
	color: #7a297b;
}
.fade_down {
	height: 50px;
	background-image: url(images/navi.png);
	background-repeat: repeat-x;
}
.col_1_of_3 {
	padding-right: 12px;
	border-right: 1px dotted #666666;
}
.col_2_of_3 {
	padding-left: 12px;
	padding-right: 12px;
}
.col_3_of_3 {
	border-left: 1px dotted #666666;
	padding-left: 12px;
}
.center {
	text-align: center;
}

#google_right {
	position: absolute;
	left: -175px;
	top: 15px;
    width: 160px;
    height: 600px;
}

#background {
	position: relative;
	width: 800px;
	margin: auto;
	padding: 0px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
#page {
	position: relative;
	width: 768px;
	margin: auto;
	padding: 0px;
} 
#top {
	height: 100px;
}
#logo {
	position: absolute;
	left: 12px;
	top: 0px;
}
#edges {
	position: absolute;
	left: 300px;
	top: 0px;
}
#contact {
	position: absolute;
	right: 32px;
	top: 32px;
	
	font-size: 12px;
	color: #666666;
}
#contact a {
	
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#jotain_net {
	position: relative;
	left: 717px;
	top: 0px;	
}

#navigation {
	
	font-size: 11px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 4px 15px 5px 15px;
	background-color: #ffffff;
    
}
#navigation li {
	display: inline;
	list-style: none;
	margin: 5px;
	padding: 0px;
}
#navigation a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #666666;
    text-decoration: underline;
}
#navigation .current {
	color: #666666;
    text-decoration: underline;
}
#content {
	margin: 0px 16px 0px 16px;
}
#bottom {
	position: relative;
	
	height: 6px;
	margin: auto;
	padding: 0px;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
}
