/*
Red     #A81322
Orange  #F6A800
Orange + Red #EE9903
*/
body 
{
    margin: 0px;
    direction: rtl;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: #EE9903;
}
div.content
{
    background: #A81322 url(Resources/orange_wave.png) no-repeat bottom;
}
div.content_center
{
    width: 800px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}
div.menu
{
    text-align: left;
    color: #F6A800;
    font-weight: bold;
    font-size: small;
    padding-top: 10px;
    padding-left: 15px;
}
div.menu a
{
    color: #F6A800;
    text-decoration: none;
}
div.menu a:hover
{
    text-decoration: underline;
}
div.title
{
    padding-right: 12px;
    padding-left: 12px;
    text-align: right;
    height: 76px;
}
div.title img
{
    border: none;
}
div.title_main
{
    color: #F6A800;
    font-weight: bold; 
    font-size: x-large;
    width: 600px;
    float: right;
}
div.title_main a
{
    position: relative;
    top: 6px;
}
div.title_links
{
    float: left;
    padding-top: 47px;
}
div.title_links a
{
}

div.copyright
{
    color: #A81322;
    font-size: x-small;
}
div.copyright a
{
    color: #A81322;
    text-decoration: none;
}

/* Index  */
div.index_links a
{
    color: #F6A800;
    text-decoration: none;
    font-weight: bold; 
    font-size: large;
}
div.index_links a:hover
{
    color: #D57259;
}
div.index_links div
{
    width: 200px;
    height: 484px;
    float: right;
}
div.index_links img
{
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
}
div.index_about
{
    background: url(Resources/index_about.png) no-repeat;
}
div.index_social_events
{
    background: url(Resources/index_social_events.png) no-repeat;
}
div.index_workshop
{
    background: url(Resources/index_workshop.png) no-repeat;
}
div.index_business
{
    background: url(Resources/index_business.png) no-repeat;
}

/* Pages */
div.page
{
    width: 800px;
    height: 485px;
}
div.page_text
{
    float: right;
    padding: 30px 23px 22px 22px;
    text-align: right;
    color: #971B1E;
    font-size: small;
}
div.page_text a
{
    color: #971B1E;
    font-size: small;
    text-decoration: underline;
}
div.page_text div
{
    padding: 0px 0px 0px 0xp;
    width: 155px;
}
div.page_photos
{
    width: 600px;
    float: right;
    text-align: right;
}

/* Business */
div.page_business
{
    background: url(Resources/page_business.png) no-repeat;
}

/* About */
div.page_about
{
    background: url(Resources/page_blank.png) no-repeat;
}

/* social events*/
div.page_social_events
{
    background: url(Resources/page_social_events.png) no-repeat;
}

/*workshop*/
div.page_workshop
{
    background: url(Resources/page_workshop.png) no-repeat;
}

div.photos_social_events
{
    height: 30px;
}

div.info_social_events
{
    padding: 30px;
    color: #971B1E;
    font-size: small;
}

div.photos_business
{
    height: 408px;
    overflow: hidden;
}
div.photos_business_menu
{
    text-align: left;
    vertical-align: bottom;
    padding-top: 20px;
    padding-left: 30px;
    font-size: medium;
    color: #971B1E;
}
div.photos_business_menu a
{
    text-decoration: none;
    font-size: medium;
    color: #971B1E;
}
div.photos_business_menu a:hover
{
    text-decoration: underline;
}
div.photos_business_menu a:visited
{
    color: #971B1E;
}
div.photo_business_space
{
    height: 25px;
}
div.photo_business
{
    background: url(Business/white_baner.png) no-repeat bottom left;
    width: 424px;
    height: 189px;
    margin-right: 30px;
}
div.photo_business div
{
    float: right;
    width: 220px;
    padding-top: 40px;
    padding-left: 15px;
    font-size: small;
    color: #971B1E;
}
div.photo_business h6
{
    margin: 0px 0px 10px 0px;
    font-size: medium;
    color: #971B1E;
}
div.photo_business img
{
    border: none;
}
div.photo_business a
{
    float: right;
}

div.photo_business_new
{
    background: url(Resources/Rectangle.png) no-repeat bottom left;
    width: 415px;
    height: 193px;
    margin-right: 30px;
}
div.photo_business_new_desc
{
    float: left;
    width: 207px;
    padding-top: 40px;
    padding-left: 15px;
    font-size: small;
    color: #971B1E;
}
div.photo_business_new h6
{
    margin: 0px 0px 10px 0px;
    font-size: medium;
    color: #971B1E;
}
div.photo_business_new_img
{
    float: right;
    width: 193px;
    height: 193px;
}
div.photo_business_new_img a
{
	border: none;
}
div.photo_business_new_img img
{
	border: none;
    width: 193px;
    height: 193px;
}

div.praline
{
    float: right;
    width: 200px;
    text-align: center;
    margin-top: 35px
}
div.praline h6
{
    margin: 0px;
    font-size: small;
    color: #971B1E;
}


div.photos_workshop
{
    padding-right: 10px; 
}
div.photos_workshop img
{
    margin-right: 20px;
    margin-top: 30px;
}