body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: url('page_bg.gif');   
	padding: 0;
	margin: 0;
}
a {
	color: #004;
}
a:hover {
	color: #566f8a;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}
.left {
	text-align: left;
}
img.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
img.right {
	float: right;
}
.justify {
	text-align: justify;
}


form {
    background: #004;
    width: 700px;
    margin: 0 auto;
	padding: 0;
    border-right: 1px solid #004;
	border-bottom: 1px solid #000;
}
#head {
    height: 85px;
	background: #566f8a;
}
#head #head-image {
	height: 100%;
	width: 500px;
	float: left;
	border-bottom: 1px solid #004;
	background: url('fotky_bg.gif') 115px 10px no-repeat;
}
#head #company {
	width: 190px;
	height: 100%;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background-color: #004;
	border-bottom: 1px solid #fff;
	padding: 0 5px;
}
#head #company a {
	color: #fff;
	text-decoration: none;
}
#head #company h1 {
    font-size: 1.85em;
	font-weight: bold;
	margin: .2em 0;
	padding: 0;
}
#head #company h2 {
    font-size: .85em;
	font-weight: bold;
	margin: 0 0 .4em 0;
	padding: 0;
}
#head #company h2.motto {
	padding-top: .3em;
	border-top: 2px solid #566f8a;
}


#menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 200px;
    float: left;
}
#menu ul {
	margin: 2em 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	margin: 1em 0;
}
#menu ul li a {
	display: block;
	padding: .2em .7em;
	background-color: #566f8a;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #fff;
	color: #004;
}

#content {
    float: left;
    width: 480px;
	background: #fff;
	padding: 10px;
	_height: 500px;
	min-height: 500px;
}
#footer {
	width: 100%;
	height: 2em;
	background-color: #566f8a;
	color: #fff;
	font-size: .85em;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer #address {
	float: left;
	width: 190px;
	background-color: #004;
	padding: .4em 5px;
	border-top: 1px solid #fff;
}
#footer #copyright {
	width: 490px;
	float: left;
	padding: .4em 5px;
	text-align: right;
	border-top: .1em solid #004;
}
#footer #copyright span {
	font-weight: bold;
}
