﻿body
{
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

#out
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#top
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

#topleft
{
	position: absolute;
	left: 0px;
	top: 128px;
	width: 30px;
	height: 72px;
	background-color: #7C97CE;
}

#topcenter
{
	position: absolute;
	left: 30px;
	top: 0px;
	width: 836px;
	height: 200px;
	background-image: url('img/banner.jpg');
	background-repeat: no-repeat;
}

#langpanel
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 95px;
	height: 100px;
}

#shortcuts
{
	position: absolute;
	left: 700px;
	top: 2px;
	width: 135px;
	height: 12px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 8px;
	color: #000000;
}

#topright
{
	position: absolute;
	left: 866px;
	top: 128px;
	width: 100%;
	height: 72px;
}

#topright1
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2px;
	background-color: #7C97CE;
}

#topright2
{
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	height: 2px;
	background-color: #7C97CE;
}

#main
{
	position: absolute;
	left: 30px;
	top: 200px;
	width: 700px;
	min-height: 300px;
	background-image: url('img/nav.jpg');
	background-repeat: repeat-y;
	padding: 10px 0px 30px 120px;
}

#nav
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 104px;
	background-image: url('img/nav.jpg');
	background-repeat: repeat-y;
	padding-top: 30px;
}

.navbutton
{
	padding: 8px 0px 0px 0px;
	margin: 0px 0px -8px 0px;
	height: 25px; width: 104px;
	background-image: url('img/button.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

#nav a:link
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: #000000;
}

#nav a:visited
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: #000000;
}

#nav a:active
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: #000000;
}

#nav a:hover
{
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: #000000;
}

#langpanel a:link
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: #000000;
}

#langpanel a:visited
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: #000000;
}

#langpanel a:active
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: #000000;
}

#langpanel a:hover
{
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: #000000;
}

#shortcuts a:link
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 8px;
	color: #000000;
}

#shortcuts a:visited
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 8px;
	color: #000000;
}

#shortcuts a:active
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 8px;
	color: #000000;
}

#shortcuts a:hover
{
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial; 
	font-size: 8px;
	color: #555555;
}

#line
{
	height: 3px; width: 104px;
	background-image: url('img/line.jpg');
	background-repeat:no-repeat;
}

