p {
	
}

a img {
	border: 0px;
}

a:hover img {
	border: 0px;
}

a:visited img {
	border: 0px;
}

a:link {

}

a:visited {

}

a:active {
	
}

a:hover {

}

body {
	color: #4C4C4C;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	background-color:#DFDBD3;
	min-height:600px
}

code {
	max-width: 670px;
	background: #FFE;
	border-left: 6px solid #938262;
	color: #554;
	display: block;

	margin-top: 6px;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.code {
	max-width: 670px;
	background: #FFE;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	margin-top: 6px;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

#container
{
	width: 1000px;
	margin: 20px auto 0 auto;
	line-height: 100%;
}

h1
{
	padding: 0;
	margin: 0;
}

#header {
	margin-left: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E8E8E8;
}

#header h1 {
	margin: 10px 10px 10px 40px;
	color: #4C4C4C;
	line-height: normal;

	font-style: normal;
	font-size: 36px;
}

#nav {
	float: left;
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 10px;
	width: 170px;
	line-height: 100%;
	background-color:#4C4C4C;
}

#nav a {
	display: Block;
	color: #E8E8E8;
	text-align: center;
	padding: 5px 5px 5px 5px;
	width: 150px;
	margin-bottom: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px #F4F4F4 solid;
}

#nav a:hover {
	/*border-bottom: 4px solid #938262;*/
	/*margin-bottom: 6px;*/
}

#nav a:active {
	/*border-bottom: 4px solid #938262;*/
	/*margin-bottom: 6px;*/
}

#content {
	margin-left: 180px;
	padding: 15px;
	min-height: 300px;
	background-color: #fff;
}

.contentSection, .commentSection, .postSection {
	padding: 10px;
	border-bottom: 1px black solid;
}

.contentTitle, .commentName, .postTitle {
	padding: 5px;
	font-size: 24px;
	height: 20px;
	font-style: normal;
}

/*.postTitle:hover {
	padding: 5px;
	font-size: 24px;
	height: 20px;
	font-style: normal;
	text-decoration: underline;
}*/

.contentDescription, .commentContent, .postContent {
	margin-left: 20px;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	line-height: 115%;
}

.postExpand {
	text-decoration: underline;
	text-align: right;
	font-size: 14px;
}

.postlink a{
	color: #4C4C4C;
}

.postlink a:visited{
	color: #4C4C4C;
}

.postLink {
	color: #4C4C4C;
	text-align: right;
	font-size: 14px;
}

.postLink:hover {
	text-decoration: underline;
}

.contentDescription a {
	color: #4C4C4C;
	font-size: 14px;
}

.contentDescription a:hover {
	color: #4C4C4C;
	font-size: 14px;
}

.contentDescription a:active {
	color: #4C4C4C;
	font-size: 14px;
}


#footer {
	margin-left: 180px;
}

#footer a {
	color:#818181;
}

.footerContent {
	padding: 4px;
	text-align: center;
	background-color: #fff;
}

.navElement {
	color: #8CE0B6;
	text-align: center;
	padding: 5px 5px 5px 5px;
	width: 150px;
	margin-bottom: 10px;
	background-color: #30282C;
	font-size: 18px;
}

.navElement:hover {
	border-bottom: 4px solid #938262;
	margin-bottom: 6px;
}

.navElement:active {
	border-bottom: 4px solid #938262;
	margin-bottom: 6px;
}