﻿/******************************************************************
 RESET CSS
******************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; } 


/******************************************************************
 MASTER PAGE - STRUCTURE
******************************************************************/
body { background: center top no-repeat fixed; }

#Description { display:none;}

#Page { width:773px; margin:15px auto 0px auto; }
    .Page-Section { margin-bottom:20px;}
    
    #Content-Top { }
    #Content-Middle { }
    #Content-Bottom { position:relative; width:773px; height:241px; background:url(../images/content-bottom.jpg); }
    
    #Email1 { position:absolute; top:163px; left:430px; border:0px solid red; }
    #Email2 { position:absolute; top:183px; left:450px; border:0px solid blue; }
    #Email3 { position:absolute; top:195px; left:280px; border:0px solid red; }
    #Email4 { position:absolute; top:210px; left:275px; border:0px solid red; }
    
#Page-Footer { position:relative; width:773px; margin:-5px auto 0px auto; height:35px;}
    #Copyright { position:absolute; top:0px; left:0px;}
    #DevelopedBy {position:absolute; top:0px; right:0px;}
    #Page-Footer, #Page-Footer a { font-family:Tahoma, Verdana; color:#000000; text-decoration:none; font-size:11px;}    
    


