﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: verdana, sans-serif, tahoma, arial, helvetica;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #0000ff;
	height: 1px;
}

a {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: Blue;
}

a:visited {
	color: #0000C0;
}

a:hover {
	text-decoration: underline;
	color: Blue;
}

a:active {
	color: #C0C0FF;
}

body {
	background-color: #ffffff;
	background-image: url(images/backgroundW.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

/* 1 HEADER */

.header {
	background-image: url(Images/headerW.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 840px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* 2.1 HOME, etedarik, catalog */

#home, #etedarik, #catalog {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 820px;
	padding: 0px 0px;
	padding-top: 1px; 
	padding-bottom: 10px; 
}

/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-sideW.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 65px;
	text-align: center;
}
.footer {
	background-image: url(images/footerW.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: 65px;
	text-align: center;
}

