body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/backg.gif');   
	background-repeat: repeat-y;
	background-position: center;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

#container {
	width: 650px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 36px;
	color: #344b68;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: center;
}

#topmenu {
	clear: both;
	width:700px;
	height: 33px;
	margin: 0px 0px 17px 0px;
	background-color: #000000;
	background-image: url('../images/topmenu.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#topmenu ul {
	margin: 0px 0px 0px 25px;
	padding: 0;
}

#topmenu li {
	display: inline;
	list-style: none;
}

#topmenu li a, #topmenu li a:visited, #topmenu li a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 25px 10px 25px;
}

#topmenu li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #92a8c3;
}



#content {
	line-height: 115%;
	color: #555555;
	float: left;
	clear: left;
	width: 600px;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 30px 0px;
	display: block;
	font-size: 0.8em;
}

.quote {
	color: #555555;
	line-height: 130%;
	background-color: #f8f8f8;
	margin: 15px 30px 15px 20px;
	padding: 5px 17px 5px 12px;
	border-left: 1px dotted #c0cadc;
}

#content a, #content a:visited #content a:active {
	color: #344b68;
	text-decoration: underline;
}

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

#content h2 {
	color: #344b68;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 18px;
	font-weight: normal;
}

#content .poster {
	font-size: 1px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0cadc;
}

#content .comments {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	margin-top: 22px;
	margin-bottom: 27px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c0cadc;

}

#content ul {
	list-style-type: square;
}

#content h2 a, #content h2 a:visited, #content h2 a:active, #content h2 a:hover {
	text-decoration: none;
}



img.picA
{
	position: relative;
	 padding:4px;
  border:1px solid #ddd;

}
