Html code problem attached code

This is a website we are making for the band and trying to make it, so it can be attached in an email or such. I desire all images and CSS to remain in an online file or embed in the document.
My problem is that the links in the navigation are not working, and I want to style the links to be yellow or another color. Paste into your notepad or such to view.
Code:
<html>
<title> Stolen innocence </title>
<style type "text/css">
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#ffffff;}
div#page{background-color:#000000}
div#header{float:center;background-color:#550000;width:95%;height:80px;line- height:80px;margin:10;padding-left:10px;color:#ffffff}
div#content{line-height:2;float:right;width:68%;background-color:#333333;color:#ffffff;margin-right:40}
div#navigation{background-color:#330000;color:ffff33;margin-bottom:5px;width:95%;margin-left:10;margin-right:10}
div#sidebar{margin-left:40;background:#ffffff;float:left;width:25%}
div#footer{background:#550000;float:center;clear:both;width:95%;margin:0;padding:5px 10px;color:#ffffff}
div#contact{float:center;width:95%;background-color:#330000;color:ffffff;Margin-left:10;margin-right:10}
</style>
</head>
<body>
<div id="page">
<div id="header"><h1><center>STOLEN INOCENCE</center></h1></div>
<div id="contact"><center>CONTACT INFORMATION</center>
<center>Email : E**********[email protected]</center>
<center>Phone : 260 – STOLEN – 4</center></div>
<div id="navigation">
<p><strong><center> Our Band's Links</center></strong><p>
<a href="http://www.reverbnation.com/stoleninocence/">Stolen innocence on ReverbNation</a>
</div>
<div id="sidebar">
<p><strong>Stolen innocence press Kit</strong></p>
<p>Welcome to the band of Stolen Inocence. We are based in Colorado Springs, and we are a emerging band. We sent you this file in hopes that you could help our band. Please listen the included MP3's that are included on this page and decide if you are interested in our band. If you are, please contact us, Information provided at the top of the page.</p>
</div>
<div id="content">
<p><strong>Welcome to our band, Stolen Inocence</stromg></p>
<p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://c.gigcount.com/wildfire/IMP/CXNID=2000002.0NXC/ bT*xJmx*PTEyOTczMDcwOTg*MDAmcHQ9MTI5NzMwNzEyNTYwNiZwPTI3MDgxJmQ9dHVuZVdp
ZGdldF9maXJzdF9nZW4mZz*xJm89/NTAyMGEwMTY3NTk4NGNjYTk4ZmExMjk1NzRjODk2MjAmb2Y9MA==.gif" /><embed type="application/x-shockwave-flash" src="http://cache.reverbnation.com/widgets/swf/19/tuneWidget.swf" height="415" width="434" align="top" bgcolor="#ffffff" loop="false" wmode="opaque" quality="best" allowScriptAccess="always" allowNetworking="all" allowFullScreen="true" seamlesstabbing="false" flashvars="twID=artist_595227&posted_by=artist_595227&shuffle=&autoPlay=false&blogBuzz=buzz" /><br /><a href="http://www.reverbnation.com/sitebuilder" onclick="javascript:window.location.href="http://www.reverbnation.com/c./a4/19/595227/Artist/595227/Artist/link"; return false;"><img alt="Band website builders" border="0" height="19" src="http://c2sostatic.reverbnation.com/widgets/content/19/footer.png? 1" width="434" /></a><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://www.reverbnation.com/widgets/trk/19/artist_595227/artist_595227/t.gif" /><a href="http://www.quantcast.com/p-05—xoNhTXVc" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-05—xoNhTXVc.gif" style="display: none" border="0" height="1" width="1" alt="Quantcast" /></a></p>
</div>
<div id="footer">
<p> (c) 2011 Stolen Inocence. All Rights Reserved.
</div>
</div>
</body>
</html>
