body {
  text-align: left;
	background-image: url('../images/bg04.jpg');
  font-family:Tahoma, Verdana, Arial, sans-serif;
  font-size:12px;
  color:#071a45;
  }
h1 {
  font-size:14px;
  color:#071a45;
}
h2 {
	font-size:18px;
	color:#cc0000;
}
hr {
	width:80%;
	size:1;
	align:center;
}
p {
	text-align: left;
	background: #fffff0;
  font-family:Tahoma;
  font-size:14px;
  color:#071a45;
	}

A:link {
  text-decoration: none;
	color: #071a45;
  }
A:visited {
  text-decoration: none;
	color: #071a45;
  }
A:active {
  text-decoration: none;
	color: #071a45;
  }
A:hover {
  text-decoration: none; 
  color:#0000ff;
  }
img {  
border-style: none;
}

#container {
	margin: 0 auto;
	width: 800px;
	background:#FFFFF0;
	border-width:small;
	position: relative;
	border-color: #000000;
	border-style: SOLID;
  } 
#banner {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	width:99%;
	background-color:#071a45;
	color:#FFFFF0;
	padding:5px;
	}
#menu {
	undefined
  }
#main {
	width:590px;
	height: auto;
	min-height:300px;
	margin:10px;
  }
#divider {
	width:280px;
	float:right;
	height: auto;
}
#leftcon {
	width:280px;
	float:left;
	padding: 10px;
  }
	* { 
    margin: 0; 
} 
html, body { 
    height: 100%; 
} 
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -4em; 
} 
.footer, .push { 
    height: 4em; 
}
.PostCommentContainer {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#FFFFF0;
	color:#071a45;
	width:100%;
	padding:10px;
}

.PostCommentsTitle{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	width:99%;
	background-color:#071a45;
	color:#FFFFF0;
	padding:5px;
}

.PostCommentsPost {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFF0;
	border-bottom:1px solid #000000;
	padding-top:10px;
}

.PostCommentsName {
	background-color:#FFFFF0;
	font-weight:bold;
	float:left;
}

.PostCommentsDateTime {
	background-color:#FFFFF0;
	font-weight:bold;
	float:right;
}

.PostCommentsBody {
	background-color:#FFFFF0;
	clear:both; 
}

.PostCommentsPages {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:99%;
	background-color:#071a45;
	color:#FFFFF0;
	padding:5px;
	margin-top:20px;
}

.PostCommentsInputFieldsTitles{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.PostCommentsInputFields{
	width:320px;
}

