@charset "utf-8";
/* CSS Document */

body{
margin-top: 0;
}

#container{
width: 900px;
margin-left: auto;
margin-right: auto;
}

#left{
float: left;
width: 400px;
height: 750px;
background: url(../images/back1.jpg) no-repeat;
}

#right{
float: left;
width: 499px;
height: 750px;
background: url(../images/back2.jpg) no-repeat;
border-left: 1px solid #f3f2f1;
}

#logotip{
float: left;
width: 315px;
height: 171px;
position: relative;
}

#logotip a.home{
position: absolute;
top: 30px;
left: 90px;
width: 300px;
height: 160px;
}

#logotip a.home h1{
display: none;
width: 300px;
}

#content{
width: 450px;
margin-top: 50px;
margin-left: 40px;
}

h1{
color: #383838;
font-family: Georgia, serif;
font-size: 26px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

h2{
color: #383838;
font-family: Georgia, serif;
font-size: 22px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

h3{
color: #fff;
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

.line{
width: 400px;
height: 1px;
background: url(../images/line.jpg) no-repeat;
}

.text{
color: #383838;
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

.morediv{
text-align: right;
}

.link{
font-family: Georgia, serif;
font-size: 12px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color: #FF9900;
font-weight: bold;
}

.pic{
float: left;
padding: 2px;
margin-right: 10px;
border: 3px solid #E1E1E1;
}

.picc{
padding: 2px;
margin-right: 10px;
border: 3px solid #E1E1E1;
}

#footer{
width: 350px;
margin-top: 10px;
margin-left: 40px;
text-align: right;
color: #383838;
font-family: Georgia, serif;
font-size: 11px;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

.linkf{
font-family: Georgia, serif;
font-size: 12px;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color: #FF9900;
font-weight: bold;
}

/*----------------------------------MENU--------------------------------------*/

#menudiv{

margin: 450px 0 0 170px;
padding: 0;
width: 134px;
height: 250px;
}

#menu{
margin: 0;
padding: 0;
height: 250px;
list-style: none;
display: inline;
overflow: hidden;
}

#menu li{
margin: 0; 
padding: 0;
list-style: none;
display: block;
}

#menu a{
margin: 0;
float: left;
padding: 50px 0 0 0;
overflow: hidden;
height: 0px !important; 
height /**/:50px; /* for IE5/Win only */
}
	
#menu a:hover{
background-position: 0 -50px;
}

#menu a:active, #menu a.current{
background-position: 0 -50px;
}
	
#button1 a {
width: 134px;
background: url(../images/button1.jpg) top left no-repeat;
}

#button2 a {
width: 134px;
background: url(../images/button2.jpg) top left no-repeat;
}

#button3 a {
width: 134px;
background: url(../images/button3.jpg) top left no-repeat;
}

#button4 a {
width: 134px;
background: url(../images/button4.jpg) top left no-repeat;
}

#button5 a {
width: 134px;
background: url(../images/button5.jpg) top left no-repeat;
}
/*----------------------------------------------------------------------------*/