body {
	margin:0px;
	padding:0px;
	background-color: #edd98a;
	}

a:link {
	color : #4f2d61;
	text-decoration : none;
      }

a:visited {
	color : #4f2d61;
	text-decoration : none;
      }

a:active {
	color : #4f2d61;
	text-decoration : none;
      }

a:hover {
	color : #990000;
	text-decoration : underline;
      }

.article a:link {
	color : #4f2d61;
	text-decoration : none;
        font-weight : 900;
      }

.article a:visited {
	color : #4f2d61;
	text-decoration : none;
        font-weight : 900;
      }

.article a:active {
	color : #4f2d61;
	text-decoration : none;
        font-weight : 900;
      }

.article a:hover {
	color : #4f2d61;
	text-decoration : underline;
        font-weight : 900;
      }

#header {
	margin : 0 0px 10px 0px;
	height : 246px;
	background-image : url(http://davidkamp.com/graphics/bkgd.gif);
	text-align : center;
	}

#footer {
	margin : 0 0px 10px 0px;
        padding-top : 50px;
	height : 80px;
	background-image : url(http://davidkamp.com/graphics/bkgd_bottom.gif);
	text-align : center;
	font-family : georgia, times new roman, serif;
	font-size : 14px;
	}

span.left {
	float: left;
	}

span.right {
	float: right;
	}

.content	{
	position:relative; 
	width:auto;
	min-width:120px;
	margin:0px 320px 20px 210px;
	padding:10px;
	z-index:3; 
	font-family : georgia, times new roman, serif;
	font-size : 15px;
        line-height : 20px;
        }

.title 	{
	margin : 0 0 15px 0;
	padding-top : 35px;
	line-height : 20px;
	font-family : georgia, times new roman, serif;
	font-size : 22px;
	color : #4f2d61;
	}

img.spacing {
	padding : 0 0 15px 15px;
	}

p.posted {
	margin-bottom : 20px;
	padding : 0;
	font-family : georgia, times new roman, serif;
	font-size : 14px;
	color : #000;
	text-align : right;
	}

h1	{
	margin : 0 0 15px 0;
	padding-top : 35px;
	line-height : 20px;
	font-family : georgia, times new roman, serif;
	font-size : 22px;
	color : #000;
	}

h4   {
	margin : 35px 0 5px 0;
	padding : 0;
	line-height : 20px;
	font-family : georgia, times new roman, serif;
	font-size : 18px;
	color : #000;
	}

#left {
	position : absolute;
	width : 150px;
	top : 340px;
	left : 20px;
	padding : 0 25px 0 0;
	z-index:2;
        border-right :1px solid #000;
	font-family : georgia, times new roman, serif;
	font-size : 14px;
	color : #000;
        text-align : right;
	}
		
#right {
	position : absolute;
	width : 250px;
	top : 310px;
	right : 20px;
	padding : 0 10px 10px 10px;
	z-index : 1;
	font-family : georgia, times new roman, serif;
	font-size : 14px;
	color : #000;
	}

p.side   {
        padding-top : 20px;
        }

p.small   {
	font-family : georgia, times new roman, serif;
	font-size : 11px;
	color : #000;
        line-height : 14px;
        padding : 40px;
        text-align : center;
        }

p.side_small   {
        padding-top : 5px;
        font-family : georgia, times new roman, serif;
	font-size : 11px;
	color : #000;
        line-height : 14px;
        text-align : center;
        }