
/*
	This css file is based on nn4_3col_header.css from Real World Style.  (realworldstyle.com)

*/

div {
	border: none;
	}

#header {
	color: #000;
	border: 0px solid red;
	width: 795px;
	}
#promo {
	color: #000;
	border: 0px solid blue;
	width: 795px;
	}
#menupane {
	color: #000;
	width: 795px;
	height:30px;
	border: 0px solid black;
	}

#bottompane {
	color: #000;
	width: 795px;
	border: 0px solid black;
	}

#leftcol {
	float: left;
	width: 181px;
	min-height: 100%;
	color: #000;
	border: 0px solid black;
	clear: left;
	}


#leftcontent {
	float: left;
	top: 85px;
	width: 585px;
	z-index: 3;
	color: #000;
    min-height: 700px;
    border: 0px solid red;
	}

#rightcontent {
	float: left;
	top: 85px;
	width: 210px;
	z-index: 3;
	color: #000;
    min-height: 700px;
    border: 0px solid green;
	}

#leftcol p, #leftcol li, #rightcol p {

	}

#content {
	color: #000;
	width: 800px;
	min-height: 500px;
	border: 0px solid black;
	}

#footerprofile {
	float: left;
	text-align: center;
	color: #000;
	width: 100%;
	clear:both;
	}

#footer {
	float: left;
	text-align: center;
	color: #000;
	width: 795px;
	}

#footer .date {
	float: left;
	text-align: left;
	}

#footer .contact {
	float: right;
	text-align: right;
	}

#middle {
    float: left;
    width: 800px;
}
#body {
    width: 1015px;
    border: 0px solid pink;
}

body {
	font-size: 10px;
	font-family: Tahoma;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}

p, a {
	font-family: Tahoma;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
	margin-top: 0px;
	}
