body {
	background: #6699cc;
	color: #fff;
	margin: 0;
	border-top: 0;
	border-bottom: 0;
	font-family: Tahoma;
	font-size: 1em;
}

#frame {
	background: #000;
	margin: 0 auto;
	width: 55em;
	height: 60em;
	border: .2em solid #369;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
}

#header {
	margin: 0;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #369;
	color: White;
	float: left;
	width: 100%;
	font-size: .8em;
	font-weight: bold;	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #369;
	color: White;
	text-decoration: none;
	float: left;
	border-right: .2em solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #6699cc;
	color: #fff;
}

#navlist a#current { 
	background-color: #6699cc;
	color: #fff;
}

.phone {
	float: right;
}


#leftcol {
	background: red;
	float: left;
	padding-top: 1em;
	width: 200px;
}

#leftcol ul {
	list-style: none;
	margin: 0;
	width: 200px;
}

#leftlist li {
	padding-bottom: .1em;
	margin: 0;

}
#leftlist li a {
	background: #000;
	color: #6699cc;
	border-left: .5em solid #000;
	border-bottom: .1em solid #000;
	text-decoration: none;
}
#leftlist li a:hover {
	background: #000;
	color: #fff;
	border-left: .5em solid #6699cc;
	border-bottom: .1em solid #6699cc;
}
#content {
	float: left; 
	width: 600px;
	background: green;
}
p {
	text-align: left;
	text-indent: 2em;
	font-size: 1em;
	padding: .5em;
	margin: 0;
}

#footer {
	clear: both;
	text-align: center;
}

#tempframe {
	background: #000;
	margin: 0 auto;
	width: 50em;
	height: 60em;
	border: .2em solid #369;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
}
.temppage {
	text-indent: 0;
	font-weight: bold;
	text-align: center;
}
#templist ul {
	list-style: none;
	text-align: center;
}