body{
    margin: 0px;
    font-size: 11px;
    color: #151515;
    font-family: Trebuchet MS, Verdana;
}
#site{
    position: absolute;
    top: 0px;
    left: 60px;
    width: 1000px;
}
#left{
    position: relative;
    float: left;
    width: 240px;
}
#right{
    position: relative;
    float: left;
    width: 700px;
    margin-top: 320px;
}
#logo{
    position: relative;
    float: left;
    width: 180px;
    height: 320px;
    background-image: url('../images/logo.jpg');
}
.menu{
    position: relative;
    float: left;
    width: 160px;
    margin-left: 20px;
    margin-bottom: 60px;
}
.menu_item{
    position: relative;    
    float: left;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: black;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1px;
}
.menu_item:hover{
    color: #fbc817;
    cursor: pointer;
}
.menu_item_selected{
    position: relative;    
    float: left;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1px;
    cursor: pointer;
}
.menu_item_fb{
	position: relative;    
    float: left;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
	background-color: #3b5998;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1px;
}
.menu_item_fb:hover{
	background-color: black;
    color: #fbc817;
	cursor: pointer;
}
.article_title{                            
    position: relative;    
    float: left;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: black;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1px;
}
.bee_unusual_col2{
    position: relative;
    float: left;
    width: 300px;
    text-align: justify;
}
.bee_unusual_col3{
    position: relative;
    float: left;
    width: 190px;
    text-align: justify;
}
#language{
    position: relative;
    width: 160px;
    margin-left: 20px;
}
.language_item{
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;   
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: black;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 1px;
}
.language_item:hover{
    color: #fbc817;
    cursor: pointer;
}
.language_item_selected{
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;   
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 1px;
    cursor: pointer;
}
.cnt_input{
    width: 276px;
    font-family: Trebuchet MS, Verdana;
    font-size: 11px;
    height: 15px;
    color: #666666;
}
.cnt_textarea{
    margin-top: 2px;
    margin-left: 0px;
    height: 150px;
    width: 394px;
    font-family: Trebuchet MS, Verdana;
    font-size: 11px;
    color: #666666;
}
.cnt_bt_send{
    background-color: black;
    color: white;
    text-transform: uppercase;
    border: 0px;
}
.cnt_bt_send:hover{
    color: #fbc817;
    cursor: pointer;
}
#portfolio_menu{
    position: relative;
    float: left;
    width: 10px;
    margin-left: 20px;
    margin-bottom: 60px;
}
#work_content{
    position: relative;
    width: 500px;
    min-height: 200px;
    margin-left: 200px;
    margin-bottom: 60px;
}
.portfolio_info{
    position: relative; 
    width: 490px;   
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: black;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1px;
}
.portfolio_specs{
    position: relative; 
    width: 490px;   
    color: black;
    min-height:20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.portfolio_img{
    position: relative;
    float:left;
    width: 500px;
}