/*structure of page*/
body {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    direction: ltr;
    background-color: #dfdfdf;
    font-family: Tahoma,Arial,'Times New Roman';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

a{
    text-decoration: none;
    color: #222222;
}

a:visited{
    color: #555555;
}

a:hover{
    color: #888888;
}

.page{
    margin: auto;
    background: #e4e4e4 url(../images/back.jpg) repeat-x top;
    width: 770px;
}

.container{
    margin: 0px 9px;
}

.content{
    text-align: left;
    float: right;
    width: 601px;
}

.side{
    text-align: left;
    width: 145px;
}

.footer{
    clear: both;
}
.logo{
    margin: 16px 0px 0px 14px;
}

.menu{
    margin-right: 105px;
    float: left;
    z-index: 1;
}

.main_menu{
    background-image: url(../images/main_menu.jpg);
    background-repeat: no-repeat;
    height: 201px;
    width: 145px;
    margin-top: 5px;
}

.main_menu ul {
    list-style-type: none;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 0px 34px;
    padding: 13px 0px 0px 0px;
}

.headline {
    margin: 0px;
    padding-top: 5px;
    padding-left: 10px;
}

.sub_menu{
    background-image: url(../images/rectangle1.jpg);
    background-repeat: no-repeat;
    height: 383px;
    width: 145px;
    margin-top: 9px;
}

.sub_menu ul{
    list-style-type: none;
    font-weight: normal;
    line-height: 25px;
    padding-left: 11px;
    width: 125px;
    font-size: 11px;
}

.projects{
    float: right;
}

.project_content{
    width: 601px;
    background-image: url(../images/content_center.jpg);
    margin-top: 210px;
}

.project_content h1{
    background-image: url(../images/content_top.jpg);
    background-repeat: no-repeat;
    font-size: 16px;
    height: 39px;
    padding: 5px 0px 0px 10px;
    margin: 0px;
}

.project_content h2 {
    margin: 0px 10px;
}

.project_content p {
    font-weight: normal;
    text-indent: 5px;
    text-align: justify;
    margin: 0px 15px;
    line-height: 17px;
}

.project_content ul {
    font-weight: normal;
    margin: 0px 5px;
    line-height: 20px;
    padding-bottom: 72px;
}

.project_bottom{
    width: 601px;
    height: 18px;
}
/*end structure of page*/

/*display in custom pages*/
.jeddah{
    float: right;
    margin: 0px 15px 1px;
}

.features{
    height: 105px;
}

.features2{
    padding-bottom: 3px;
    width: 483px;
    height: 120px;
}

.jawad_logo{
}

.album{
    padding: 68px 0px;
}
/*end display in custom pages*/


