#body,
html  { 
    margin:0; 
    background:#000000; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    line-height:16px; 
    color:#FFFFFF;
    }
    
#wrapper { 
    margin:0 auto; 
    width:980px;
    }
    
#header { 
    margin:0 auto; 
    width:980px;
    height:190px; 
    font-size:14px; 
    }
#logo { 
    width:200px; 
    height:190px; 
    float:left; 
    background:  url(images/Logo.gif) no-repeat left top;
    }

#contacttop { 
    float:right; 
    margin-top:20px; 
    width:280px; 
    height:30px; 
    text-align:right;
    }

#topnav { 
    float:right; 
    margin-top:40px; 
    width:740px;
    height:25px;
    text-align:left; 
    font-size:16px;
    position: relative;
    z-index: 10000;
    }

#breadcrumb {
    float:right;
}

#main { 
    margin:0 auto; 
    width:980px; 
    margin-top:10px; 
    overflow:auto; 
    }
    
#sidebar { 
    width:230px; 
    float:left;
    }
    
#quickres { 
    width:190px; 
    background:#242424; 
    border:solid 1px #676767; 
    padding:0 40px 10px 0px; 
    margin-bottom:10px; 
    }

table#quickrestable {
    width:190px;
}

table#completeres {
    padding: 0px;
}

#quickrestop { 
    text-align:center;
    }

#subnav { 
    width:230px;
    font-size:16px; 
    text-indent:15px;
    padding-top:6px; 
    margin-bottom:10px;
    }
    
#sidecontent { 
    width:230px;

    }  
    
#content { 
    width:740px; 
    float:right; 
    color:#FFFFFF;
    }
    
#groupimages { 
    margin-left:200px;
    width:400px; 
    height:300px;
    }

#innercontent { 
    width:740px; 
    overflow:auto; 
    overflow:hidden;
    }
    
#clearfooter {
	width:100%;
	height:12px;
	clear:both;
} /* to clear footer */

#footer { 
    margin:0 auto; 
    margin-top:15px; 
    padding-top:15px; 
    margin-bottom:15px; 
    text-align:center;
    width:980px; 
    border-top:solid 1px #8C8C8C; 
    color:#8C8C8C; 
    overflow:auto; 
    }
#map {
    color:#000000; 
}

#copyright{
    text-align:center;
    font-size:10px; 
}

/* fonts */

a { color:#FFFFFF; text-decoration:none;}

h1 {font-size:12px; }
    
a:hover { color:#CDAA5D;}

#topnav a { color:#8C8C8C; text-decoration:none;}

#topnav a:hover { color:#CDAA5D;}

