*
{
margin: 0;
padding: 0;
border: 0;
}

h1, h2, h3, p, table
{
margin-top: 15px;
margin-left: 20px;
margin-right: 30px;
text-align: justify;
}

h2
{
font-size: 14pt;
font-weight: bold;
}

body
{
background-color: #060d2b;
font-family: Arial, Verdana;
}

#global
{
width: 1024px;
margin: auto;
background-color: white;
}

#banner
{
height:200px;
}

#menu
{
float: left;
width: 201px;
height: 800px;

background-image: url(img/bg_menu.jpg);
}


#main
{
float:left;
width: 823px;
height: 800px;
overflow-y: auto;
background-image: url(img/bg_main.jpg);
}

#footer
{
height: 160px;
}

.menu_element
{
width: 198px;
height: 36px;
margin-top: 15px;
padding-top: 7px;
background-image: url(img/bg_menu_element.jpg);
background-repeat: no-repeat;
}

#language_select
{
position: absolute;
top: 180px;
}

#language_select img
{
display: inline;
}

input
{
width: 250px;
border: 1px solid black;
margin-left: 20px;
}

textarea
{
margin-left: 20px;
margin-right: 30px;
width: 750px;
height: 150px;
border: 1px solid black;
}