html, body {
	background-color: #e8e3bb;
        color: #000;
	margin: 0;
	text-align: center;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(/img/nav_hover2.png);
	background-repeat: repeat-x;
}
#dikdik {
	position: absolute;
	width: 86px;
	height: 90px;
	background-image: url(/img/dikdik.gif);
	background-repeat: no-repeat;
        left: 750px;
        top: 32px;
        display: none;
}

#page {
	margin: 0 auto;
	width: 850px;
        position: relative;
        height: 1px;
        z-index: 1;
}
#nav {
	height: 50px;
	width: 850px;
	text-align: center;
	margin: 0 auto;
	background-image: url(/img/logo3.png);
	background-repeat: no-repeat;
	position: relative;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 172px;
	height: 50px;
}
#logo a {
  display: block;
  width: 172px;
  height: 50px;
}
#nav ul {
	margin: 0 0 0 250px;
	list-style-type: none;
	padding: 0;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	width: 120px;
	height: 50px;
	padding-top: 15px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 35px;
	color: #e8e3bb;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	background-image: url(/img/nav_hover3.png);
	background-repeat: repeat-x;
	color: #eee;
}
#bread {
	width: 850px;
	margin: 10px auto;
	text-align: left;
}
#content {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 810px;

}

.lcol {
	float: left;
	width: 410px;
        position: relative;
}
.rcol {
	float: left;
	width: 400px;
        padding-left: 20px;
        voice-family: "\"}\""; 
	voice-family:inherit;
        width: 380px;
}
.clear {
	clear: left;
}

h1, h2, h3, h4 {
	font-style: italic;
	color: #ae1b1b;
        margin-top: 0;
}

#bread a {
	color: #ae1b1b;
	text-decoration: none;
}
#bread a:hover {
	text-decoration: underline;
}
img {
  border: 0;
}

#content-w {
	width: 870px;
	margin: 0 auto;
	background-image: url(/img/content.png);
	background-repeat: repeat-y;
        position: relative;
        z-index: 2;
}
#content-top {
	width: 870px;
	margin: 30px auto 0 auto;
	background-image: url(/img/content_top.png);
	background-repeat: no-repeat;
	height: 30px;
        position: relative;
        z-index: 2;
}
#footer {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	font-style: italic;
	padding-top: 10px;
	color: #ae1b1b;
	background-image: url(/img/footer.png);
	background-repeat: no-repeat;
}


