@charset "utf-8";
body {
    border: none;
    background-color: #134e9f;
    background-image: url(/gfx/body-bg.jpg);
    background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #515054;
    margin: 0px;
    padding: 0px;
}

.editor_body {
	background-color: white;
	background-image: none;
}

table td {
    vertical-align: top;
}

a:link, 
a:visited, 
a:active {
	color: #3e2200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 120%;
}

h1 {
	font-size: 16px;
	margin: 10px 0px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

img {
    border: 0px;
}

hr {
	border: 0px;
	height: 1px;
	margin: 5px 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	background-image: url(/gfx/list-style-image.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin: 0px;
}

div.clear {
    clear: both;
}

.error {
	color: red;
}

#holder {
	width: 960px;
	margin: 5px auto 0px;
	background-image: url(/gfx/holder-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}

#holder-top {
	margin: 0px;
	background-image: url(/gfx/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 66px;
}

#holder-left {
    margin: 0px;
    background-image: url(/gfx/left.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 66px;
    height: 535px;
}

#top-holder {
	height: 85px;
	width: 894px;
	background-color: white;
	position: relative;
}

#logo {
    position: absolute;
    top: 17px;
    left:5px;
    display: block;
}

.top-menu {
	position: absolute;
	right: 15px;
	bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #93020b;
}

.top-menu a {
    font-size: 15px;
    color: #484848;	
}

.top-menu a:hover {
    font-size: 15px;
    color: #93020b; 
}

.top-menu .separator {
	color: #93020b;
}

#title-t {
	background-color: #b0000c;
	background-image: url(/gfx/title_t.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 24px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

#middle-holder {
	margin-right: 0px;
	margin-top: 20px;
	position: relative;
}

#navigator-holder {
	padding: 0px 25px;
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #4b2600;
    margin-bottom: 10px;
}

#navigator-holder a {
	font-size: 10px;
	color: #281200;
}

.separator {
    color: #8c1812;
}

#min-height {
    width: 1px;
    height: 400px;
    float: left;
}

#main-holder {
    float: left;
    width: 532px;
    height: 350px;
    margin-left: 20px;
}

#main-holder-inner {
	height: 310px;
    overflow: auto;
}

#right-holder {
    float: left;
    margin-left: 5px;
    width: 180px;
}

.right-menu a {
    text-decoration: none;
    color: #515054;
    display: block;
    font-weight: bold;
    padding: 2px 0px 2px 10px;
    background-image: url(/gfx/right-menu-point.png);
    background-position: left 4px;
    background-repeat: no-repeat;
}

.right-menu a.level-2 {
	background-image: none;
}

.right-menu a:hover {
    text-decoration: none;
    color: #b0000c;
}

.right-menu a.actual {
    text-decoration: none;
    color: #b0000c;
}


#right-photos-holder {
    float: right;
    height: 390px;
}

#right-photos-holder div {
    margin-bottom: 4px;
}

.title {
	padding-left: 10px;
	color: #b0000c;
	font-size: 15px;
}

h1.title {
}

#left-holder {
    float: left;
    width: 215px;
}

.actual { 
}

ul.sitemap {
    
}

ul.sitemap li {
    
}

#bottom-holder {
    margin: 0px auto;
    text-align: center;
    background-image: url(/gfx/bottom-pane-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

#footer-holder {
	width: 960px;
	text-align: right;
	color: white;
	margin: 0px auto;
}

#footer-holder a,
#footer-holder a:hover {
	color: white;
}

.bottom-menu-holder {
   
}

span.arrows,
a.arrows {
	color: rgb(166, 111, 8);
}

div.left {
	float: left;
}

div.right {
	float: right;
}

.center {
	text-align: center;
}

div.cArticle {
	padding-right: 15px;
}

.intro-midle-holder {
    position: relative;	
}

#intro-main-holder {
	position: absolute;
	right: 8px;
	bottom: 15px;
	width: 800px;
	height: 36px;
	overflow: hidden;
}

