/* CSS Document */

html {
    /*
    height: 100%;
    font-size: 11px;
    */
}

body {
	height: 100%;
	margin:0px;
    background-color:#254117;
    text-align:center;
    /*font-family: Monotype Corsiva, Lucida Calligraphy, Serif;*/
    font-family: Times New Roman, Serif;
    font-style: italic;
}

#wrap {
    width:694px;
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
}

#menu {
    height:96px;
}

#logo {
    width:249px;
    height:140px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    padding-top:40px;
}

#viewSpecials {
    float:right;
    margin-top:-90px;
}

#viewSpecials a {
    color:#9B0D0D;
}

#content {
    /*height:506px;*/
    min-height: 506px;
    height: auto !important; height: 506px;
    margin-top: 0 !important; margin-top: -4px;
    padding: 0 50px 40px 50px;
    background-image: url(images/bgpic.jpg);
    background-repeat: no-repeat;
    background-color:#E6E5E1;
    /*text-align:left;*/
}

#content table {
    margin-left:auto;
    margin-right:auto;
}

#content td {
    text-align:right;
}

.page_name {
    padding:10px 0 10px 0;
    color:#9B0D0D;
    font-size: 20px;
    font-weight:bolder;
}

.red_large {
    color:#9B0D0D;
    font-weight:bold;
    line-height: 16px;
}

.red_large a {
    color:#9B0D0D;
    font-weight:bold;
    line-height: 16px;
}

.green_large {
    color:#254117;
    line-height: 16px;
}

.red_small {
    color:#9B0D0D;
    line-height: 12px;
    _line-height: 16px;
}

.green_small {
    color:#254117;
    line-height: 12px;
}

.indent {
    text-indent:40px;
}

#footer {
    padding: 3px 0 3px 0;
    color:#FFFFFF;
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    font-weight:bold;
    text-align:center;
}

#copyright {
    padding: 3px 0 3px 0;
    color:#FFFFFF;
    font-family: Arial;
    font-style: normal;
    font-size: 12px;
    text-align:center;
}