1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4. <head>
5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6. <title><?php // Print the page title.
7. if (defined('TITLE')) { // Is the title defined?
8. print TITLE;
9. } else { // The title is not defined.
10. print 'Elliott Smith Fan Club';
11. }
12. ?></title>
13.
14. <style type="text/css">
15. body {
16. margin:0px 0px 0px 0px;
17. background: #9F9;
18. }
19. #leftcontent {
20. float:left;
21. width:67%;
22. background:#fff;
23. border-right:2px solid #000;
24. border-bottom:2px solid #000;
25. margin-right:15px;
26. padding-bottom:20px;
27. }
28. p,h1,pre {
29. margin:0px 30px 10px 30px;
30. }
31. h1 {
32. font-size:14px;
33. padding-top:10px;
34. }
35. #rightcontent p {
36. font-size:14px;
37. margin-left:0px;
38. }
39. </style>
40.
41. </head>
42. <body>
43. <div id="leftcontent">
44. <!-- Script 8.6 - header.html -->
45. <!-- BEGIN CHANGEABLE CONTENT. -->