/* CSS Document */

body  { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #efefef;
 margin: 0px;
 overflow: auto;

}
img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}
img {border:0px; margin: 10px;}


#wrapper {
 margin: 0 auto;
 overflow: hidden;
 width: 1000px;

}

#header {
 background-image:url('../images/header.jpg');
 width: 1000px;
 height: 58px;
 float: left;
}

#graphics {
 background-image:url('../images/graphics.jpg');
 width: 1000px;
 height: 274px;
 float: left;
}

#content {
 background-image:url('../images/content.jpg');
 background-repeat: repeat-y;
 width: 1000px;
 min-height: 400px;
 float: left;
}

.banerek {
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 float: left;
}

.content_left {
width: 240px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border: solid black 0px;
float: left;
} 

.content_right {
width: 720px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border: solid black 0px;
float: left;
} 

.menu_title {
color: #b7a38c;
font-size: 14pt;
font-weight: bold;
font-style: normal;
text-align: left;
text-decoration: none;
padding-left: 50px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
border: solid black 0px;

} 

.content_title {
color: #b7a38c;
font-size: 11pt;
font-weight: bold;
font-style: normal;
text-align: left;
text-decoration: none;
padding-left: 10px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
border: solid black 0px;

} 

.content_txt {
color: black;
font-size: 10pt;
font-weight: normal;
font-style: normal;
text-align: left;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
border: solid black 0px;

}


.strip {
 background-image:url('../images/strips.jpg');
 background-repeat: no-repeat;
 width: 202px;
 height: 5px;
 margin-left: 40px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 10px;
 border: solid black 0px;
 float: left;
}



.menu_txt {
font-family: "Time New Roman";
color: #003366;
font-size: 8pt;
font-weight: normal;
font-style: normal;
text-align: left;
text-decoration: underline;
padding-left: 50px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border: solid black 0px;

} 

.menu_txt a:active, .menu_txt a:link, .menu_txt a:visited{
font-family: "Time New Roman";
color: #003366;
font-size: 8pt;
font-weight: normal;
font-style: normal;
text-align: left;
text-decoration: underline;
border: solid black 0px;

} 

.menu_txt a:hover{
font-family: "Time New Roman";
color: #003366;
font-size: 8pt;
font-weight: normal;
font-style: normal;
text-align: left;
text-decoration: underline;
border: solid black 0px;

} 


 
#footer{
 background-image:url('../images/footer.jpg');
 width: 1000px;
 height: 52px;
 float: left;
}   

.footer_txt {
color: #5b6a77;
width: 1000px;
font-size: 8pt;
font-weight: normal;
font-style: normal;
text-align: center;
text-decoration: none;
padding-left: 0px;
padding-right: 0px;
padding-top: 35px;
padding-bottom: 0px;
border: solid black 0px;
float: left;

} 
 
 
a:link, a:active, a:visited {
text-decoration: none;
} 

a:hover{
text-decoration: none;
} 


h1 {
 color: black;
 font-weight: normal;
 font-size: 16pt;
 text-decoration: none;
 text-align: center;
 margin-right: 30px;

}

h2 {
 color: #ff7200;
 font-weight: bold;
 font-size: 12pt;
 text-decoration: none;
 text-align: center;

}

h3 {
 color: #ff7200;
 font-weight: bold;
 font-size: 12pt;
 text-decoration: none;
 text-align: left;

}
