html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 8pt;
	text-align: center;
	color: #747273;
	background: #002B3E url(images/site-bkg.gif) repeat-x;
}

.clear { 
	clear: both;
}

/* LINKS */

a:link {
	color: #016FAA;
	text-decoration: underline;
}

a:visited {
	color: #016FAA;
	text-decoration: underline;
}

a:hover {
	color: #747273;
	text-decoration: underline;
}

a:active {
	color: #747273;
	text-decoration: underline;
}

#outer-wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 8pt Tahoma, Arial, sans-serif;
}

#header-wrapper-bg {
	width: 980px;
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/header-bg.jpg) no-repeat;
}

#header-wrapper-en {
	width: 980px;
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/header-bg.jpg) no-repeat;
}

#header-wrapper-ro {
	width: 980px;
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/header-bg.jpg) no-repeat;
}

#content-wrapper {
	width: 980px;
	text-align: left;
}

#left-sidebar-wrapper {
	width: 277px;
	margin: 0;
	padding: 0;
	float: left;
}

#search-box {
	width: 277px;
	height: 54px;
	background: url(images/search-bkg.jpg) no-repeat;
}

#nav-box-bg {
	width: 277px;
	height: 620px;
	background: url(images/nav-bkg2-bg.jpg) no-repeat;
}

#nav-box-en {
	width: 277px;
	height: 620px;
	background: url(images/nav-bkg2-en.jpg) no-repeat;
}

#nav-box-ro {
	width: 277px;
	height: 620px;
	background: url(images/nav-bkg2-ro.jpg) no-repeat;
}

#nav-box2-bg {
	width: 277px;
	height: 467px;
	background: url(images/nav-bkg-bg.jpg) no-repeat;
}

#nav-box2-en {
	width: 277px;
	height: 467px;
	background: url(images/nav-bkg-en.jpg) no-repeat;
}

#nav-box2-ro {
	width: 277px;
	height: 467px;
	background: url(images/nav-bkg-ro.jpg) no-repeat;
}

#nav-box3-bg {
	width: 277px;
	height: 467px;
	background: url(images/nav-bkg3-bg.jpg) no-repeat;
}

#nav-box3-en {
	width: 277px;
	height: 467px;
	background: url(images/nav-bkg3-en.jpg) no-repeat;
}

#nav-box3-ro {
	width: 277px;
	height: 467px;
	background: url(images/nav-bkg3-ro.jpg) no-repeat;
}

#ban1-box {
	width: 277px;
	height: 137px;
}

#ban2-box {
	width: 277px;
	height: 141px;
}

#ban3-box {
	width: 277px;
	height: 62px;
}

#banner-box {
	width: 703px;
	height: 281px;
}

#main-wrapper {
	width: 703px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#main-header {
	width: 678px;
	height: 36px;
}

#main-content {
	width: 678px;
	min-height: 522px;
	text-align: justify;
	line-height: 1.3em;
	background: #F7F7F7;
}

#main-footer {
	width: 678px;
	height: 15px;
	background: url(images/mf-bkg.gif) no-repeat;
}

#real-content {
	padding: 20px;
}

#r-shad {
	width: 8px;
	height: 574px;
	background: #002B3E url(images/r-shad.jpg) no-repeat;
}

#footer-wrapper {
	width: 989px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#footer-content { 
	padding-top: 15px;
	padding-left: 23px;
	padding-right: 33px;
	font-size: 8pt;
}

.cat-item {
	height: 26px;
	background: url(images/cat-item-bkg.jpg) no-repeat;
}

a.cat-item, a.cat-item:link, a.cat-item:visited {
	color: #016FAA;
    text-decoration: none;
}

a.cat-item:hover, a.cat-item:active {
	color: #747273;
    text-decoration: none;
}

.cat-item-active {
	height: 26px;
	background: url(images/cat-item-bkg2.jpg) no-repeat;
}

a.cat-item-active, a.cat-item-active:link, a.cat-item-active:visited {
	color: #DD0000;
    text-decoration: none;
}

a.cat-item-active:hover, a.cat-item-active:active {
	color: #747273;
    text-decoration: none;
}

.title {
	font-size: 12pt;
	font-weight: bolder;
	color: #AA8245;
	letter-spacing: 2px;
}

.btn {
	background-color: #8E887C;
}

.forms {
	font: normal normal 10pt Tahoma, Arial, sans-serif;
	color: #747273;
	background-color: #FFFFFF; 
}

.button {  
	font: normal normal 10pt Tahoma, Arial, sans-serif;
	color: #747273;
	background-color: #FFFFFF; 
	border: 1px #8E8E8E solid; 
}

.altlink {
	color: #EEEEEE;
}

a.altlink, a.altlink:link, a.altlink:visited {
	color: #EEEEEE;
    text-decoration: none;
}

a.altlink:hover, a.altlink:active {
	color: #FFFFFF;
    text-decoration: none;
}