body, html {
	margin:0;
	padding:0;
	color:#000;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	width:100%;
	height:100%;
}

body {
		background-image:url(pics/bg.jpg);
	background-repeat:no-repeat;
}

#header {
	height:125px;
}

#header h1 {
	margin:0px;
	padding:0px;
}

#header h1 a {
	display:block;
	width:450px;
	height:100px;
	position:relative;
	top:10px;
	text-indent:-3000px;
}

#sidebar {
	width:150px;
	background-color:#F8F6FB;
	height:377px;
	float:left;
}

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

#sidebar li {
	background-image:url(pics/navi.jpg);
	background-repeat:no-repeat;
}

#sidebar li a  {
	display:block;
	height:40px;
	width:150px;
	text-indent:-3000px;
}

#n1 {	background-position:0px 0px;}
#n2 {	background-position:0px -40px;}
#n3 {	background-position:0px -80px;}
#n4 {	background-position:0px -120px;}
#n5 {	background-position:0px -160px;}
#n6 {	background-position:0px -200px;}

#n1:hover, #n1sel {	background-position:0px -240px;}
#n2:hover, #n2sel {	background-position:0px -280px;}
#n3:hover, #n3sel {	background-position:0px -320px;}
#n4:hover, #n4sel {	background-position:0px -360px;}
#n5:hover, #n5sel {	background-position:0px -400px;}
#n6:hover, #n6sel {	background-position:0px -440px;}

#main {
	float:left;
	padding:10px;
	width:540px;
}

#main h2 {
	margin-top:0px;
}	

.opa {
	background-image:url(pics/trans.png);
	width:100%;
	padding:20px;
	margin-bottom:10px;
}