Yes, James is right!
I apologize if my response scared you a bit. A basic site is a fairly simple thing to learn how to create and get online. Start with the css and html basics like James stated, go to w3schools and start studying, it will go relatively quickly and they lay it out very well.
Your original post stated four days, that is a fair amount of time to get the basics down without a problem. The best resource you have is google. What you don't know can always be found online. The reason my post read as it did was that you were asking about uploading and displaying videos and blogs with features that more than likely would have to be set up with php coding and all this in four days. My only point was that you may want to step back and get a solid knowledge of basics before diving into php programming and such. Once you get a solid foundation built you can then move up.
What you CAN do with the blogs and videos, etc. is to manually add everything. This, for now, I believe would be the easiest with limited knowledge and just Dreamweaver.
You can create css-based html pages for your blog posts and manually add a link on your home page to it. You can do the same with the videos and music files. Just upload them to your server and manually add a link to them on your home page so they can click and the file will be played on their media players on their computer. It won't display on the pages but would still make them available. Just manually update your links for the recent uploads and move the older ones to a download page of some sort.
If you start this way you can get everything up and running fairly quickly and just add the features you originally mentioned as you learn them.
You snuck in your post while I was typing. If you click on the attachment and open up the two files with dreamweaver you can see how the static portion of my site is arranged. You will see a bunch of blank boxes where the images are supposed to be but it will give you the basic layout and how it is put together. The css file dictates how the html file is arranged.
Adobe Flash is a multimedia authoring program used to create rich internet applications. For more information please visit www.adobe.com .
Hope that helps.
Click on the spot it says "click here" in my previous post and it will start a download of a zip folder. Inside that is my style.css and index.html files - the two files that make up my home page. (you need to unzip the folder using winzip or an equivalent program.)
Open up your dreamweaver program and find the folder on your computer. You can then open them both with DW and see how they are put together.