
* {
	margin: 0px; padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:0px;
}


/* HEADERS */

h1 {
	font: 2em Arial, Helvetica, sans-serif bold;
	margin: 0.5em 0; padding-bottom: 0.5em; border-bottom: 1px solid #CECECE;
}

h2 {
	font-family: Trebuchet MS, Arial;
	font-size:9pt;
	font-weight:bold;
}

h3 {
	font: 1.20em Arial, Helvetica, sans-serif bold;
	font-weight:bold;
}

/* LINKS */

a:link, a:visited, a:active {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

a img {
	border:none;
}

/* DIV */

#bg {
	position: relative;
	text-align: center;


}

#header {
	position:relative;
	width:798px;
	margin: 15px auto 0px auto;
	height:125px;
}

#content {
	position:relative;
	width:798px;
	height:232px;
	color:#303030;
	margin: 0px auto 0px auto;
	text-align:left;
	background:right top no-repeat url(../img/add.jpg) #E7F5FE;
	border-bottom:3px solid black;
	font-family:Trebuchet MS;
	font-size:9pt;
	line-height:13pt;
}

#content_sub {
	position:relative;
	background-color:#E7F5FE;
	width:798px;
	height:100%;
	color:#303030;
	margin: 0px auto 0px auto;
	text-align:left;
	border-bottom:3px solid black;
	font-family:Trebuchet MS;
	font-size:9pt;
	line-height:13pt;
}

#footer {
	position:relative;
	width:798px;
	height:35px;
	background:#40494C;
	color:#8f8e8f;
	font-size:11px;
	margin: 10px auto 0px auto;
	letter-spacing:1px;
}
#footer img {
	float:right;
}

#left {
	float:left;
	width:75%;
}


#right {
	float:left;
	width:25%;
	text-align:right;
}


#navigation {
	position:relative;
	text-align:left;
	padding-top:0px;
}

#menu {
	position:relative;
	width:799px;
	height:232px;
	color:#303030;
	margin: 0px auto 0px auto;
	text-align:left;
	font-family:Trebuchet MS;
	font-size:9pt;
	margin-top:15px;
}

#stamp {
	width:798px;
	margin: 10px auto 0px auto;
	position:relative;
	text-align:right;
}
/* Content */

.content_left {
	float:left;
	padding:20px;
}

.content_right {
	float:right;
	padding:20px;
}

.content_clear {
	clear:both;
}

.content_block {
	padding:10px 20px 20px 20px;
}

/* LISTS and NAVIGATION */

.submenu {
	width:254;
	height:225px;
	background-color:white;
	float:left;
	padding-left:15px;
	margin-right:-1px;
	background:#E7F5FE;
}

.submenu img {
	margin-left:-15px;
}

.submenu p {
	padding:5px 0px 10px 15px;
	font-weight:bold;
}
.submenu ul {
	list-style:none;
}

.sep {
	float:left;
	background:url(../img/menu/skirtukas.jpg);
	width:18px;
}

.navigation_list {
	list-style:none;
	margin:0px;
	padding:0px;
	outline:none;
}

.navigation_list li {
	float:left;
	display:inline;
	padding:0px;
	margin:0px;
	outline:none;
	border-bottom:3px solid black;
}
.navigation_list li a {
	padding:0px;
	margin-left:0px;
}
.navigation_list a:hover img {
	background: top no-repeat center url(../img/menu/indicator.gif);
}
