body  {
		margin:0;
    background:url(images/bg.gif) repeat-x  #470015;
	  font-family:Verdana, Helvetica, sans-serif; 
	  font-size:14px;
	  }





#wrap {
		width:1050px;
		margin:0 auto;
    background:url(images/wrap.gif) repeat-y;
		}



                                      

#header {
		height:420px;
		background:url(images/header-static.gif) no-repeat;
		
	  }





#nav {
		background:url(images/nav.gif) no-repeat;
		height:50px;
	  }





#main {
		float:right;
		width:820px;
    background:url(images/main.gif) repeat-y;
    color:#470015;
    }
#main table {
    border-style:dotted;
    border-color:#470015;
    border-width:1px;
    font-size:13px; 
    }
#main td {
    }
#main a {
    color:#470015;
    }
#main a:hover {
    color:#a30000
    }




#sidebar {
    text-align:center;
		float:left;
		width:230px;
    background:url(images/sidebar.gif) repeat-y;
	  }
#sidebar table {
    margin:20px;
    }
#sidebar td {
    height:40px;
    width:200px;
    background:url(images/tl.gif) no-repeat;
	  }	
#sidebar a {
    text-decoration:none;
    color:#470015;
    font-weight:bold;
    padding-left:50px;
    padding-right:50px;
    padding-top:10px;
    padding-bottom:10px;
    }
#sidebar a:hover {
    color:#a30000
    }





#footer {
    padding:10px;
		clear:both;
		background:url(images/footer.gif) no-repeat;
		height:20px;
	  }





h2, h1 {
    color:#470015;
    font-size:20px;
    }
    
h3 {
    color:#470015;
    font-size:14px;

    }
    
    



img {
    border-style:solid;
    border-width:12px;
    border-color:#470015;
    }
    

