html, body
{
height: 100%;
}

body
{
background-color: #000;
padding: 0px;
margin: 0px;
padding-left: 100px;

background-image: url(/images/template/nls/drop_shadow.jpg);
background-repeat: repeat-y;
}

h1
{
font-size: 18px;
line-height: 20px;
padding: 0px;
margin: 0px;
padding-bottom: 10px;
color: #E8CC0B;
}

a:link, a:visited, a:active
{
color: #E8CC0B;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a.underline
{
text-decoration: underline;
}

input, textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#container
{
width: 760px;
margin-left:20px;
min-height: 100%;
height: auto !important;
height: 100%;

float: left;
background-image: url(/images/template/nls/ruler.gif);
background-position: top left;
background-repeat: repeat-y;
background-color: #000;
}

#container_inner
{
width: 760px;
margin-left: auto;
margin-right: auto;
height: 100%;
height: auto !important;
}

#header
{
width: 760px;
height: 60px;
background-color: #000;
}

#logo
{
float: left;
}

#language
{
float: right;
padding-top: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-right: 10px;
color: #ccc;
}

#language a
{
color: #fff;
font-size: 12px;
}

#divider_top
{
width: 760px;
height: 3px;
background-color: #fc0;
font-size: 0px;
}

#flash
{
width: 760px;
height: 200px;
background-color: #000;
}

#divider_middle
{
width: 760px;
height: 3px;
background-color: #fc0;
font-size: 0px;
}

#content
{
float: left;
padding-bottom: 100px;
height: 100%;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
line-height: 140%;
}

#content_left
{
float: left;
width: 245px;
}

#content_right
{
float: left;
right: 245px;
width: 440px;
padding-right: 75px;
padding-bottom: 100px;
background-image: url(/images/template/nls/watermark.jpg);
background-position: top right;
background-repeat: no-repeat;
}

#content_right_breadcrumb
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-top: 15px;
padding-bottom: 5px;
}

#content_right_hr
{
border-top: #fff 1px solid;
padding-bottom: 10px;
}

#divider_bottom
{
width: 760px;
height: 3px;
background-color: #fc0;
margin-left: auto;
margin-right: auto;
font-size: 0px;
}

#footer_container
{
width: 800px;
background-image: url(/images/template/nls/drop_shadow_footer.jpg);
background-repeat: repeat-y;
text-align: center;

position: relative;
clear: both;
bottom: 0px;
}

#footer
{
width: 750px;
height: 20px;
padding-top: 20px;
padding-left: 10px;
background-color: #000;
margin-left: auto;
margin-right: auto;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
text-align: left;
}

#menu
{
margin-left: 65px;
margin-top: 35px;
}

#menu ul
{
margin: 0px;
padding: 0px;
}

#menu ul li
{
margin: 0px;
padding: 0px;
list-style: none;
height: 24px;
width: 141px;
text-transform: uppercase;
text-align: right;
padding-top: 6px;
font-size: 17px;
font-style: italic;
background-image: url(/images/template/nls/menuitem_background.jpg);
margin-bottom: 2px;
}

#menu ul li a {
padding-right: 12px;
}

#menu ul li a:hover {
text-decoration: none;
}

.img_left
{
float: left;
clear: both;
border: 1px solid #ccc;
margin-right: 10px;
margin-bottom: 10px;
}

.img_right
{
float: right;
clear: both;
border: 1px solid #ccc;
margin-left: 10px;
margin-bottom: 10px;
}

.img_left img, .img_right img
{
border: 0px;
}