/*    Generated by http://www.downloadha.com    */

@import url("reset.css");
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('https://www.downloadha.com/static/IRANSansWeb.woff') format('woff');
}
body {
    font-family: IRANSans;
    font-size: 13px;
	background: #dcffff;
}

p {
    padding-right: 14px;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#headerwrap {
    width: 1000px;
    float: center;
    margin: 0 auto;
}

#header {
    height: 40px;
    background: #F4FFF4;
	font-weight: bold;
    border-radius: 10px;
    border: 1px solid #5f4e49;
    margin: 5px;
}

#contentwrap {
    width: 1000;
    float: center;
    margin: 0 auto;
}

#content {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 5px;
}

#footerwrap {
    width: 1000px;
    float: center;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 40px;
    background: #EAFFFF;
	font-weight: bold;
    border-radius: 10px;
    border: 1px solid #1feb52;
    margin: 5px;
}

