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.
html, body {
margin: 0px;
padding: 0px;
border: 0px;
}
#header {
height: 100px;
width: 100%;
border-bottom: 5px solid #000000;
}
#header h1 {
font: bold 18px Arial, Helvetica, sans-serif;
padding: 15px;
}
#nav {
position: absolute;
top: 110px;
left: 0px;
}
#nav a {
font: 0.75em Arial, Helvetica, sans-serif;
display: block;
padding: 5px;
color: #fff;
background: #030;
border-bottom: 1px dotted #fff;
text-decoration: none;
}
#mainform {
margin: 3px 5px 5px 210px;
border: 0px none;
padding: 5px;
}
#mainform h1 {
font: bold 14px Arial, Helvetica, sans-serif;
margin-top: -5px;
}
#name_p {
position: absolute;
left: 220px;
top: 145px;
padding-top: 5px;
}
#fname {
position: absolute;
left: 300px;
top: 145px;
}
#lname_p {
position: absolute;
left: 460px;
top: 145px;
padding-top: 5px;
}
#lname {
position: absolute;
left: 540px;
top: 145px;
}
#address_p {
position: absolute;
left: 220px;
top: 180px;
padding-top: 5px;
}
#address1 {
position: absolute;
left: 300px;
top: 180px;
}
#city_p {
position: absolute;
left: 220px;
top: 205px;
padding-top: 5px;
}
#city {
position: absolute;
left: 300px;
top: 205px;
}
#state_p {
position: absolute;
left: 460px;
top: 205px;
padding-top: 5px;
}
#state {
position: absolute;
left: 540px;
top: 205px;
}
#zip_p {
position: absolute;
left: 220px;
top: 230px;
padding-top: 5px;
}
#zipcode {
position: absolute;
left: 300px;
top: 230px;
}
#submit_p, #submit {
position: absolute;
left: 220px;
top: 255px;
}
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.

