/* CSS Document */

#content {
	width: 720px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#menu {
	float: right;
	width: 160px;
	text-align: left;
	color: #6C534A;
	font-size: 95%;
}

#menu h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #EEEEEE;
	color: #000000;
	text-align: right;
}

.submenu {
}

.submenu a {
	display: list-item;
	width: 100%;
	background-image: url('../images/arrow.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding: 5px;
	padding-right: 0;
}

.submenu a:hover {
	background-color: #FFFF33;
	background-image: url('../images/submenua_hover.jpg');
	background-repeat: repeat-y;
}

#main {
	float: left;
	width: 510px;
	padding-right: 30px;
	background-image: url('../images/mainbar.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#main h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #EEEEEE;
	color: #000000;
}

#main h2 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	text-indent: 8px;
	color: #000000;
}

#main p {
	padding: 5px;
	line-height: 20px;
}

#footer {
	width: 100%;
	background-color: #FFFF33;
	border-top: 1px solid #000000;
	border-bottom: 5px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	clear: both;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #666666
}

.logo {
	float: right;
	margin-right: 30px;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.74em;
	color: #555555;
	background-color: #FFFFFF;
	text-align: center;
}

img {
	border: 0;
}

p {
	text-indent: 7px;
}

li {
	line-height: 20px;
	text-align: left;
}

table {
	width: 500px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFF33;
	border: 1px dashed #000000;
	text-align: center;
}