* {
    padding: 0;
    margin: 0;
}

body {
    font: 0.8em Arial, Helvetica, sans-serif;
    line-height: 20px;
}

#newly_launched {
    text-align: center;
    font-weight: bold;
}

#content {
    position: relative;
    margin: 5px auto;
    width: 760px;
}

#header {
    position: relative;
    background: url( /images/temple_latest_logo2.jpg) center no-repeat;
    height: 337px;
    padding: 3px;
    border: 1px solid #922926;

}


#order_header {
    position: relative;
    background: url( /images/belur_math.jpg ) center no-repeat;
    height: 237px;
    padding: 3px;
    border: 1px solid #922926;
}

.heading h1 {
    text-align: right;
    padding: 6px;
    color: cornsilk;
    font: 17pt Arial, sans-serif;
    text-transform: capitalize;
}

.heading h2 {
    text-align: right;
    padding: 6px;
    color: cornsilk;
    font: 12pt Arial, sans-serif;
    text-transform: capitalize;
}

#header h3 {
    text-align: left;
    color: cornsilk;
    font: 9pt Arial, sans-serif;
    text-transform: capitalize;
}

#site_menu {
    width: 800px;
    position: relative;
    margin: 2px 2px 2px 0;
    text-align: center;
    font-size: 10pt;
    float: none;
    overflow: hidden;
}

#site_menu ul li {
    list-style-type: none;
    float: left;
    margin: 2px 0 2px 0;
    margin-left: 2px;
    text-align: center;
    font-weight: bold;
}

#site_menu ul li a {
    color: #922926;
    text-decoration: none;
    border: 0;
    display: inline;
}

#site_menu ul li a:hover {
    color: #000;
    text-decoration: underline;
    border: 0;
}

#site_menu ul li a.selected {
    color: #922926;
    text-decoration: underline;
    border: 0;
}

#text {
    float: left;
    position: relative;
    margin-top: 2px;
    text-align: justify; /*width: 600px;*/
}

#page_body {
    border-left: 1px solid #922926;
    padding-left: 2px;
}

#wide_page_body {
    border-left: 1px solid #922926;
    padding-left: 2px;
    width: 750px;
}

#text p {
    margin: 0;
    padding: 5px 5px 5px 10px;
}

#text h1 {
    font: 15pt Garamond, "Times New Roman", serif;
    margin: 5px 2px;
}

#text h2 {
    font: 12pt Garamond, "Times New Roman", serif;
    margin: 0;
    padding: 10px;
}

p img {
    float: right;
    border: 1px solid #922926;
    padding: 3px;
    margin-left: 3px;
}

.right_aligned {
    margin: 15px;
    margin-top: 5px;
    margin-right: 0;
}

.left_aligned {
    float: left;
    margin: 15px;
    margin-top: 5px;
    margin-left: 0;
}

.title {
    color: #922926;
    font: 15pt Garamond, "Times New Roman", serif;
    margin: 5px 2px;

}

#text a {
    color: #922926;
    text-decoration: none;
}

#text a:hover {
    color: #000;
    text-decoration: underline;
}

.delimiter {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10pt;
    font-weight: normal;
}

#new_nav {
    text-align: center;
    color: #922926;
    position: relative;
}

#new_nav a {
    text-decoration: none;
    padding: 2px;
    color: #922926;
    display: inline;
}

#motto {
    padding-left: 20px;
}

.bottom_margin {
    margin-bottom: 10px;
}

#news {
    font-size: 10pt;
    width: 750px;
    text-align: center;
    font-style: oblique;

}

#caption {
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 8px;
    height: 26px;
    color: #FFF;
    background: #922926 url( /images/news/left.png ) no-repeat top left;
    float: left;
    width: 20%;
    word-spacing: 6px;
}

#divider {
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
    width: 1px;
}

#news_item {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 8px;
    height: 26px;
    background: #922926 url( /images/news/right.png ) no-repeat top right;
    float: left;
    width: 79%;
    font-weight: normal;
    word-spacing: 4px;
}

#news_item a {
    text-decoration: none;
    color: #FFF;
}

#news_item a:hover {
    text-decoration: underline;
    color: #FFF;
}

#quote_block {
    text-align: center;
    font-weight: bolder;
    font-style: oblique;
}

#quotation {
    margin: 6px;
}

#author {
    word-spacing: 5px;
    margin: 3px;
}

#footer {
    font-size: 7pt;
    font-weight: bold;
    text-align: right;
}

.simple_list {
    padding-left:2em;
}