/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
background:#ffffff;
-x-system-font:none;
font-family:Verdana,Arial,Helvetica,Sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.3;
text-align:center;
}
a:link {
  color:#303639;
  text-decoration:none;
  }
a:visited {
  color:#303639;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
h2 {
  margin:1.5em 0 .75em;
  font:$headerfont;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:$sidebarcolor;
}

#box {
height:300px;
margin:150px 0 0 50px;
padding:40px 0 0 0;
width:800px;
text-align:center;
border-left: dotted #e0be5d 4px;
float:center;
}
#la {
float:left;
height:235px;
padding:230px 0 0 180px;
width:120px;
}

/* banner
-----------------------------------------------
*/
#frame {
background:#ffffff url(http://i647.photobucket.com/albums/uu197/koroukh/ven.jpg) no-repeat scroll right top;
height:600px;
padding:0 45px 0 55px;
width:780px;
text-align:left;
margin:50px auto auto;
}
#box1 {
float:left;
padding-top:270px;
height:100px;
width:570px;
text-align:left;
}

#b {
float:right;
height:100px;
width:370px;
}
#c {
float:right;
padding-top:270px;
height:100px;
width:210px;
}
#a {
float:left;
height:100px;
width:200px;
}
#info {
width: 300px;
margin:auto;
text-align: center;
padding: 20px;
float: center;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
#info a {
color:#595755;
text-align: center;
text-decoration:none;
}



#menu {
    width: 235px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;	border-left: dotted #000 3px;	border-right: dotted #000 3px;	margin-left: 20px;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { text-decoration: bold; color: #616161; }

#pad {
   padding: 50px 0 0 50px;

}
#pad2 {
   padding: 50px 0 0 20px;
}



#content {
    height: 100%;
    margin: 0 0 0 270px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#menu2 {
    font-size: 14px;
    width: 250px;
    overflow: auto;
    top: 0;
    right: 100px;
    position: fixed;
    height: 30px;
    background: url(http://amasoong.com/main/uploads/menu2.png) repeat scroll top left;

         -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;

}

#menu2 a:link { text-decoration: none;  color: #ffffff;}
#menu2 a:visited { text-decoration: none; color: #ffffff; }
#menu2 a:hover { text-decoration: none; color: #565656; }

.menubox {
    padding: 6px 20px 0 20px;
}
