@charset "utf-8";
#container {
	height: 100%;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-image: url(../images/bghead.gif);
	background-repeat: repeat-x;
	height: 170px;
	width: 930px;
	padding-left: 20px;
	color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
}
#main {
	height: auto;
	width: 550px;
	float: left;
	padding-left: 4px;
}
#sidebar {
	float: left;
	height: auto;
	width: 260px;
	padding-left: 10px;
}
#sidebar a {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
#sidebar a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
#sidebar a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
#sidebar a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
h2 {
	margin-top: 16px;
	margin-bottom: 4px;
	color: #000;
}
h1 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
	padding-left: 10px;
}

#footer {
	height: 70px;
	width: 950px;
	bottom: 0px;
	clear: both;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
}
#kolom {
	float: left;
	height: 100%;
	width: 120px;
	text-align: center;
}
#container #header #navbar ul {
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
}
#navbar {
	height: 24px;
	width: 100%;
	padding-top: 10px;
	text-align: right;
}
#navbar a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#navbar a:hover{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
#navbar a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#navi {
	margin-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}
#logo {
	background-image: url(../images/nikonpic.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 190px;
	position: absolute;
	top: 50px;
	left: 600px;
}
#contentfoot {
	height: 32px;
	width: 950px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 36px;
}

#contentfoot a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#contentfoot a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#contentfoot a:hover{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
#contentfoot a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#header h1 {
	font-family: "Freestyle Script";
	font-size: 48px;
	color: #FFFFFF;
}

#navbar li {
	display: inline;
	padding-right: 50px;
	font-size: 14px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

