#article{
width:650px;
padding:5px;
border:3px groove white;
background-image:url('wrapping.jpg');
background-repeat:no-repeat;
font-family:Helvetica Narrow;
}
#wrap{
width: 1000px;
margin: 10px auto 20px auto;
border:5px double black;
padding:10px;
background-color:white;
}
#navigation{
width:300px;
background-color:white;
float:right;
padding:5px;
border:3px groove white;
background-image:url('glitter2.jpg');
font-family:Helvetica Narrow;
}
#footer{

text-align:center;
margin:0 auto 0 auto;

}
a:link {color: black; text-decoration: none; }
a:active {color: black; text-decoration: none; }
a:visited {color: black; text-decoration: none; }
a:hover {color: #7C0005; text-decoration: none; }

body{
background-color:#EAEAEA;
}

