body, html { margin:0;padding:0; }
body {
        font: 14px Arial, Verdana, Sans-Serif;
        line-height: 1.4285714285714286em;
        margin: 0; padding: 0; text-align:center; color: #222;
        background: transparent url('/css/body_background.jpg') repeat;
}
h1, h2, h3, h4, h5 { margin:0; color: #3366cc; }

h1{font-size:1.5714285714285714em;line-height:1em;margin-bottom:0.9090909090909091em;}
h2{font-size:1.4285714285714286em;line-height:1em;margin-bottom:1em;}
h3{font-size:1.2857142857142858em;line-height:1.1111111111111112em;margin-bottom:1.1111111111111112em;}
h4{font-size:1.1428571428571428em;line-height:1.25em;margin-bottom:1.25em;}

p, ul, blockquote, pre, td, th, label {
        margin: 0;
        padding:0;
        margin-left:2em;
        font-size: 1em;
        line-height: 1.4285714285714286em;
        margin-bottom: 1.4285714285714286em;
}
table {
        border-collapse: collapse;
        margin-bottom: 1.4285714285714286em;
}

a { font-weight:bold; color: #333; }
a:hover { background: #333; color: #fff; }

/* Layout \*/

#wrapper {
        width:770px;
        margin:0 auto; padding:0; margin-top: 0.5em;
        text-align:left;
}

#header {
        height:236px;
        background: transparent url('/css/header_bg.jpg') no-repeat;
}

#tes_info { margin:0; padding:0; color: #fff; }
        #tes_top {
                margin:0; padding:0;
                background: transparent url('/css/tes_info_top.jpg') no-repeat;
                height: 46px;
        }
        #tes_middle {
                margin:0;padding:0.3em 0 0 0;
                background: transparent url('/css/tes_info_middle.jpg') repeat-y;
        }
                #pes {
                        margin:0 0 0 6em; padding:0;
                        background: transparent url('/css/pes.jpg') no-repeat;
                        width: 84px; height: 99px;        
                }
                        
                #tes_contact_info {
                        margin:0.5em 6em 0 0; padding:0;
                }
                #tes_address {
                        margin:0.5em 8em 0 0; padding:0;
                }
                
        #tes_bottom {
                margin:0; padding:0;
                background: transparent url('/css/tes_info_bottom.jpg') no-repeat;
                height: 46px;
        }

#content { margin:0; padding:0; }
        #content_top {
                margin:0; padding:0;
                background: transparent url('/css/content_top.jpg') no-repeat;
                height:40px;
        }
        #content_middle {
                margin:0; padding:0 3em;
                background: transparent url('/css/content_middle.jpg') repeat-y;
        }
        #content_bottom {
                margin:0; padding:0;
                background: transparent url('/css/content_bottom.jpg') no-repeat;
                height:40px;
        }

#footer { 
        margin: 0.5em 0;
        background: transparent url('/css/footer_bg.jpg') no-repeat;
        height: 42px; line-height:42px;
        text-align:center;
        color: #333; font-weight: bold;
}
        #copy { margin-left: 2em; }
        #clogin { margin-left: 6.5em; color: #fff; }
        #dbve { margin-right: 2em; }

.clear_left { clear:left; }
.clear_right{ clear:right; }
.clear { clear:both; }
.float_left { float:left; display:inline; }
.float_right{ float:right; display:inline; }

.justified{ text-align: justify; }
.bolded { font-weight:bold; }

.spacer { height: 15px; margin:0; padding:0; background: #efefef; }

