/*layout*/
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color:#AAA
}

#top {
	width: 100%;
	background-color: #990000;
	background-image: url(http://www.dijko.com/images/top.jpg); 
	height: 25px;
	border-bottom: 1px solid #000	
}

#img {
	margin: 10px 10px 10px 10px;
	border: 0px
}

#bottom {
	width: 760px;
	position: absolute;
	top: 100px;		
	border: 1px solid #000;
	background-color: #FFF;
	padding: 5px
	margin-bottom: 10px;
}

#logo {
	width: 760px;
	position: absolute;
	top: 36px;
	left: 10px;
	text-align: left
}

#images {
	width: 760px;
	position: absolute;
	top: 0px;
	text-align: right;
	font-size: 14px;
	font-weight: bold
}

#text {
	width: 728px;
	position: absolute;
	top: 125px;
	margin: 10px 10px 10px 10px;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 5px
}

#rightimages {
	float: right;
	clear: both;
	text-align: center;
	padding: 5px;
	margin: 2px;
	background-color: #AAA;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}

#leftimages {
	float: left;
	clear: both;
	text-align: center;
	padding: 5px;
	margin: 2px;
	background-color: #AAA;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}

#centerimages {
	float: center;
	clear: both;
	text-align: center;
	padding: 5px;
	margin: 2px;
}

#newitem {
	float: center;
	width: 720px;
	height: 2px;
	border-bottom: 1px solid #000
}

#topnav {
	float: center;
	width: 720px;
	text-align: right;
	border-bottom: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-color: #990000;
	font-weight: bold
}

#leftnav {
	float: left;
	text-align: left;
}

#rightnav {
	float: right;
	text-align: right;
	margin-right: 5px;
}

#end {
	float: center;
	text-align: right;
	width: 720px;
	border-top: 1px solid #000
}

a:link {
	color: #990000;
	text-decoration: none
}

a:hover	{
	color: #990000;
	text-decoration: underline
}

a:visited	{
	color: #990000;
	text-decoration: none
}

a:visited:hover	{
	color: #990000;
	text-decoration: underline
}

.border1 {
	margin: 10px 10px 0px 0px;
	border: 1px solid;
	border-color: #000
}

.border2 {
	margin: 2px 2px 2px 2px;
	border: 1px solid;
	border-color: #000
}

link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none
}

link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: underline
}

link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: underline
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	clear: both
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

ul {
	list-style-type: square;
}
