﻿/* CSS layout */
#masthead {
	position: FIXED;
	width: 100%;
	
}

    <style type="text/css">
    body{
    margin:0px;
    background:#000;
    }
    .header-cont {
    width:100%;
    position:fixed;
    top:0px;
    }
    .header {
    height:50px;
    background:#F0F0F0;
    border:1px solid #CCC;
    width:100%;
    position:fixed;
    }
    .content {
				width: 960px;
				background: #F0F0F0;
				border: 1px solid #CCC;
				height: 2000px;
				margin: 70px auto;
				color: #E4E0C9;
				font-family: "Comic Sans MS";
}
    </style>
    </head>
    <body>
     
    <div class="header-cont">
    <div class="content">Lindholm</div>
    LINDHOLM
    <div></div>
    </div>
     
    <div></div>
    
    #top_left {
				font: normal normal normal 100% serif;
				background: #E4E0C9;
				width: 200px;
				position: absolute;
				left: 0px;
				top: 0px;
				color: #000080;
				font-family: "Comic Sans MS";
				font-size: medium;
				font-style: normal;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {lindholm associates footer
}
p {
				font-family: "comic Sans MS";
				font-size: medium;
				font-weight: normal;
				color: #000080;
}
.newStyle1 {
				background-color: #E4E0C9;
}

h1 {
				font-family: "comic Sans MS";
				font-size: large;
				font-weight: bold;
				color: #000080;
}
