/**** Optiman Default Style ****/
/**** Copyright Optiman ****/

body{
	background-color: #F4E8FF;
	color: #000066;
	font-family: verdana arial;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

pre {
	background-color: #EEDDFF;
	border: 1px solid #663399;
	padding: 3px;
}

hr {
	color: #9228A2;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: #008fbb;
	font-family: verdana;
	text-decoration: none;
	}

a:hover {
	color: #00FFFF;
	}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
        height: 120px;
	width: 100%;
	color: black;
	background: transparent url(/skin/MenuLofoSky2.jpg) no-repeat ;
	background-position: 0px 34px;
}

	#header h1 {
		margin-left: 150px;
		text-align: center;
		font-size: 32px;
		padding-top: 35px;
	}


	#logo {
		position: absolute;
		top: 36px;
		left: 25px;
		height: 75px;
		width: 150px;
	}
	

#content{
	clear: both;
	margin-top: 120px;
	margin-left: 170px;
	margin-right: 10px;
}

	.tricol {
		float: left;
		width: 28%;
		padding: 10px;
	}


#menu{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	margin-top: 110px;
	padding-top: 5px;
	border-style: none solid none none;
	border-color: #9228A2;
	border-width :1px;
	background-color: #E8D0FE;
	font-size: 12px;
	font-weight: bold;
	color: #008fbb;
	font-family: verdana;
	text-decoration: none;
}

	#menu a {
		font-size: 12px;
		font-weight: bold;
		color: #008fbb;
		font-family: verdana;
		text-decoration: none;
	}

	#menu ul{
		margin-left: 0px;
		list-style: none;
		padding: 0px;
	}

	#menu li{
		margin-left: 10px;
		margin-right: 10px;
		text-align: left;
		border-style: none none dashed none;
		border-color: #9228A2;
		border-width: 1px;
		padding: 5px;
	}

	#menu a:hover {
		color: #00FFFF;
	}


#altmenu {
	position: absolute;
	right: 5px;
	top: 10px;
	text-align: right;
	text-decoration: none;
	color: black;
	}


#footer {
	clear: both;
	margin-left: 170px;
	padding-top: 10px;
	}


#global_footer {
	position : fixed;
	width : 100%;
	height : 19px;
    left : 0px;
    bottom : 0px;
	padding-top : 1px;
	padding-left : 8px;
	padding-right : 8px;
	background-color : #666;	/* fallback color if gradients are not supported */
	background-image : -webkit-linear-gradient(right, #333, #666); /* Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
	background-image :    -moz-linear-gradient(right, #333, #666); /* Firefox (3.6 to 15) */
	background-image :      -o-linear-gradient(right, #333, #666); /* Old Opera (11.1 to 12.0) */ 
	background-image :         linear-gradient(to right, #333, #666); /* Standard syntax; must be last */
	}

