﻿@charset "utf-8";
/* CSS Document */
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background:  url(../images/delnai.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003;
}

td,th {
	font-size: 90%;
}


a:link {
	color: #35528C;
}
a:visited {
	color: #35528C;
}
a:hover {
	color: #35528C;
}
a:active {
	color: #35528C;
}
.menu_container {
	padding: 0px;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 5px;
}
h1 {
	color: #808080;
	font-size: 20px;
}

h2 {
	color: #808080;
	font-size: 18px;
}
.main_content {
	margin-top: 10px;
}

.banner_area {
	background-image: url('../images/banner.jpg');
	height: 100px;
	width: 1012px;
	text-align: center;
	background-color: #594431;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
}
.content_container {
	margin: 10px 10px 5px;
}
img {
	margin: 0px;
	padding: 2px;
	border: 1px solid #C96;
}
.captions {
	font-size: x-small;
	width: 700px;
	margin-top: -10px;
}

