Copy the CSS into a file called styles.css. Save this in the same directory as your HTML document. Be sure to not copy the advertisement copy that may appear within the code.
Add a link to this style sheet in your Web page:
<link href="styles.css" rel="stylesheet" type="text/css" />
The CSS
html, body {
margin: 0;
padding: 0;
}
body {
background: #fff url(zoverlaps.gif) repeat-y;
}
#container {
width: 800px;
}
#col2 {
width: 785px;
float: left;
margin-left: 15px;
}
#col2 h1 {
text-align: center;
font-size: 1.5em;
color: #fff;
background: #000;
padding: 30px 60px;
width: 664px;
}
#col2 h2 {
width: 784px;
text-align: right;
font-size: medium;
margin: 5px 0 0 0;
padding: 0;
}
#col2_top {
width: 785px;
float: left;
}
#col2_col1 {
width: 500px;
float: left;
margin-top: -3.2em;
padding: 0 5px 5px 25px;
}
#col2_col2 {
width: 250px;
float: right;
margin-top: -2.5em;
}
#col2_col2_int {
padding: 10px;
background: #606eb8;
margin: 15px;
}
#col2_col2 h3 {
margin: 5px 15px 0 0;
text-transform: uppercase;
}
#col2_col2 h4 {
background: #000;
color: #fff;
margin: 0 -10px;
padding: 5px;
font-size: 1em;
}
.dropcap:first-letter {
font-size: 6em;
color: #606eb8;
}
.sidebar {
margin: 25px;
text-align: center;
border: solid black 1px;
background-color: #eee;
padding: 5px;
}
You are free to use any of the free Web templates here for personal or commercial designs, either in print or on the Web, excluding items for resale. You may not give away, sell, or redistribute the files in any way. Do not post these files on any another Web site, electronically distribute them, or include them in any package for distribution. If you find these files useful, please include a credit line or a link back to this site [http://webdesign.about.com/]. Terms of use last modified 8/29/2004.

