﻿* {
    color: Black;
    direction: rtl;
    font-family: Arial;
    font-size: 14px;
}

a {
    color: #05059F;
    text-decoration: underline;
}

h1 {
    color: #DB4704;
    font-size: 24px;
    font-weight: bold;
}
h2 {
    color: #DB4704;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
}
h3 {
    color: #DB4704;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}
ul {
    margin-right: 15px;
    margin-top: 10px;
}

#mainTable {
    width: 955px;
}

#header {
    background-image: url(../images/header.jpg);
    vertical-align: bottom;

    width: 955px;
    height: 138px;
}
#header td {
    text-align: center;
}
#header a{
    color: White;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#header #cart {
	margin: 0px 250px -15px 0px;
}

#center {
    background-image: url(../images/content.jpg);
    vertical-align: top;
}

#content {
    padding: 20px 20px 20px 20px;
    vertical-align: top;
}

#copyright {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 5px 8px;
    text-align: left;
}
#copyright a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#galleryLink {
    font-size: 18px;
    text-decoration: none;
}
