body {
	background-color: #666699;
	margin: 0;
	padding: 0;
}
a:link {color: #330066}
a:visited {color: #330066}
a:hover { color:#CCCCFF}
a:active {color: #FFFFFF}

#header {
height: 183px;
width: 100%;
}

#menu {
width: 235px;
height: 180px;
float:left;
margin-top: 65px;
}

.img_menu {
	display:block;
}

#nav {
	width: 185px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	list-style:none;
	background:url(images/menu.jpg) no-repeat left top;
	overflow:hidden;
}

#nav li a {
	display: block;
	width: 185px;
	height: 32px;
	text-decoration: none;
	text-indent: -1000000000px;
	overflow: hidden;	
}

#nav_about a:hover {
	background:url(images/menu.jpg) no-repeat -185px 0px;
}
#nav_download a:hover {
	background:url(images/menu.jpg) no-repeat -185px -32px;
}
#nav_documents a:hover {
	background:url(images/menu.jpg) no-repeat -185px -64px;
}
#nav_videos a:hover {
	background:url(images/menu.jpg) no-repeat -185px -96px;
}
#nav_links a:hover {
	background:url(images/menu.jpg) no-repeat -185px -128px;
}

#content {
margin-left:235px;
padding-top: 35px;
padding-right:20px;
padding-bottom: 20px;

}
#nokia80 {
float: right;
width: 211px;
margin-right: 10px;
}

h1 {
font-size:18px;
text-decoration:underline;
}

img {
	border:none;
}

.spacer_right {
	clear:right;
}