﻿body
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: Tahoma;
	background: #fff;
}

img
{
	border: 0px;
}

#main
{
	width: 900px;
}

#header
{
	width: 100%;
	height: 466px;
	background: url(../img/header.jpg);
	clear: both;
}

#logo
{
	display: block;
	width: 86px;
	height: 69px;
	position: relative;
	top: 32px;
	left: 39px;
}

#menyu
{
	position: relative;
	top: 77px;
	left: 15px;
}

#menu
{
	list-style: none;
	padding: 0;
	line-height: 15pt;
	margin-top: 25px;
	margin-bottom: 29px;
	margin-left: 21px;
}

#menu a, #menu a:link
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

.closed
{
	display: none;
}

.opened
{
	display: block;
}

.secondary
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

#menu li div ul.secondary a, #menu li div ul.secondary a:link
{
	text-decoration: none;
}

#menu li div ul.secondary a:hover
{
	text-decoration: underline;
}

#middle
{
	clear: both;
	width: 100%;
}

#left
{
	width: 153px;
	height: 285px;
	background: url(../img/left.jpg);
	margin-left: 10px;
	float: left;
}

#right
{
	color: #89531a;
	float: left;
	width: 515px;
	margin-left: 100px;
	margin-top: 40px;
}

h3
{
	font-size: 9pt;
}

#footer
{
    width: 880px;
    height: 30px;
    background: #78a28d;
    clear:both;
    padding: 10px;
    color: white;
    font-size: 8pt;
}

#copyright
{
    float: left;
}

#copyright a, #copyright a:link
{
    text-decoration: none;
    color: #fff;
}

#copyright p a:hover
{
    text-decoration: underline;
    color: #f58130;
}

#copyright a:visited
{
    color: inherit;
}

#copyright img
{
    vertical-align: middle;
}

#copyright p
{
	line-height: 12pt;
	margin: 0;
}

#copyright span
{
	margin-left: 23px;
}

#ASLogo
{
    float: right;
}
