body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

div#main {
	width: 750px;
	position: relative; top: 0px; left: 0px;
}

div#head {
	height: 200px;
	width: 100%;
	background-image: url('img/head_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 80px;
	text-align: right;
}

img#duration {
	position: absolute;
	top: 70px; left: 0px;
}

img#logosy {
	position: relative;
	top: -80px; right: 0px;
}

div#menu {
	position: absolute;
	top: 230px; left: 0px;
	width: 170px;
	text-align: center;
}

a#menu {
	display: block;
	color: white;
	background-color: #006699;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid black;
	margin-bottom: 15px;
	padding: 5px;
}

a#menu:Hover {
	color: black;
	background-color: #ffcd2b
}

div#content {
	position: absolute;
	top: 230px; left: 200px;
	text-align: justify;
	width: 540px;
	font-size: 14px;
}

div#title {
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid black;
}

div#content ul {
	margin-top: 2px;
}

div#content a {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#content a:Hover {
	text-decoration: underline;
}

div#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	border-top: 2px solid black;
	text-align: right;
	font-size: 10px;
}


