body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('/images/bg.gif') #231f20 repeat-y top left;
	font-size: 75%;
	color: #ffffff;
}
#menu {
	float: left;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	width: 190px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu ul li {
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

#menu ul li a {
	display: block;
	text-align: right;
	line-height: 30px;
	width: 170px;
	margin: 0px;
	padding: 0px 15px 0px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 130%;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #ed1c24;
	text-decoration: none;
	background: url('/images/menu-over.gif') #ffffff no-repeat right center;
}
#menu ul li.current a {
	color: #ed1c24;
	text-decoration: none;
	background: url('/images/menu-over.gif') #ffffff no-repeat right center;
}

#submenu {
	float: left;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	width: 190px;
}
#submenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#submenu ul li {
	margin: 0px;
	padding: 0px;
}

#submenu ul li a {
	display: block;
	padding: 0px 0px 0px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	line-height: 25px;
	text-decoration: none;
}

#submenu ul li a:hover {
	color: #ed1c24;
	text-decoration: none;
}

#submenu ul li.current a {
	color: #ed1c24;
	text-decoration: none;
}

#contents {
	float: left;
	margin: 0px;
	padding: 20px 10px 10px 0px;
	width: 555px;
	overflow: auto;
	line-height: 175%;
	text-align: justify;
	/*
	scrollbar-base-color: #231f20;
	scrollbar-arrow-color: #ed1c24;
	scrollbar-3dlight-color: #231f20;
	scrollbar-darkshadow-color: #231f20;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #231f20;
	scrollbar-track-color: #231f20; */
}
#contents h1 {
	color: #ffffff;
	font-size: 190%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
#contents h2 {
	color: #ffffff;
	font-size: 140%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contents h3 {
	color: #ffffff;
	font-size: 120%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
#contents p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
#contents a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#contents a:hover {
	color: #ed1c24;
	text-decoration: none;
}
#contents input, textarea, select {
	width: 140px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #ed1c24;
	padding: 1px 2px 1px 2px;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#contents input.button {
	margin: 5px 0px 0px 0px;
	width: 75px;
	height: 20px;
	border: none;
	font-size: 11px;
	color: #ffffff;
	background: #ed1c24;
}
#contents label {
	display: block;
	float: left;
	clear: both;
	width: 175px;
	font-weight: bold;
}
#logo {
	position: fixed;
	left: 0px;
	bottom: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 770px;
	height: 156px;
	clear: both;
}
#logo a.dieman {
	display: block;
	float: left;
	position: relative;
	top: 27px;
	left: 70px;
	margin: 0px;
	padding: 41px 0px 0px 0px;
	height: 0px !important; 
	height /**/:41px; /* for IE5/Win */
	width: 63px;
	overflow: hidden;
	background: url('/images/logo-dieman.gif') top left;
}
#logo a.md {
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 156px 0px 0px 0px;
	height: 0px !important; 
	height /**/:156px; /* for IE5/Win */
	width: 529px;
	overflow: hidden;
	background: url('/images/logo-md.gif') top left;
}
#logo a.dotsolutions {
	clear: left;
	display: block;
	float: left;
	position: relative;
	top: 40px;
	left: 68px;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	height: 0px !important; 
	height /**/: 9px; /* for IE5/Win */
	width: 67px;
	overflow: hidden;
	background: url('/images/dotsolutions.gif') top left;
}

#frontpage-link {
margin:0;
padding:0;
width:421px;
}
#frontpage-link li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 20px;
}


.frontpage-image {
background-image:url('/images/frontpage/frontpage_hover.jpg');
background-repeat:no-repeat;
height:421px;
width:421px;
}

.frontpage-image a {
background-image:url('/images/frontpage/frontpage.jpg');
background-repeat:no-repeat;
display:block;
height:421px;
width:421px;
}

.frontpage-image a:hover {
background:transparent none repeat scroll 0 0;
}

img {
border:medium none;
}
