body 
{
	background: #fff url(../images/background.gif) top center repeat-y;

	color: #555;
	background-color: #eee;
	margin: 0px;

	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;	
	font-size: x-small;
	line-height: 1.3;
	text-align: center;
}

#pane-container
{
	width: 702px;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
}

#pane-header
{
	color: #333;
	margin-left: 0;
	padding-left: 2;
	border: 0;
}

#pane-header img
{
	margin: 0;
	padding: 0;
	border: 0;	
}

#pane-body
{
	padding: 0;
	margin: 10px 10px 20px 12px;
	border: 0;
	text-align: left;
	color: #444;
	background: transparent;
	clear: both;
}

#content-image
{
	text-align: center;
	background: #fff;
	padding: 1px 1px 1px 1px;
	margin: 0;
	border: #ccc 1px solid;
}

#content-left
{
	float: left;
	margin: 0px 0px 0px 0px;
	background: transparent;
	width: 460px;	
}

#content-right
{
	float: none;
	margin: 0px 0px 0px 480px;
	background: transparent;
	height: 100%;
}

#content-right ul
{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
}

#content-right ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#pane-footer
{
	clear: both;
	
	color: #666;						/* Footer foreground color */
	background: #eee;					/* Footer background color */
	
	font-size: xx-small;				/* Text properties */
	text-align: left;

	padding: 3px 7px 7px 10px;	
	border-top: 1px solid #ccc;
}

#pane-footer p
{
	margin: 10px 0px 10px 0px;
}

#copyright
{
	font-size: xx-small;
}

/* General tags */
a:link, a:visited 
{
	font-weight: bold; 
	text-decoration: none;
	color: #696969;
	background: transparent; 
}

a:hover 
{
	font-weight: bold; 
	text-decoration: underline;
	color: #999;
	background: transparent; 
}

a:active 
{
	font-weight: bold; 
	text-decoration: none;
	color: #526968;
	background: transparent;  
}

/* Article stuff */
.entry-header
{
	font-weight: bold;
	line-height: 1.0em;
	
	margin: 5px 0px 0px 0px;
}

.entry-footer
{
	color: #696969;
	
	font-size: xx-small;
	text-align: right;	
		
	margin: 5px 5px 10px 5px;
}

.summary-header
{
	font-weight: bold;
	line-height: 1.0em;
	
	margin: 5px 0px 5px 0px;
}

.summary-body
{
	margin: 0px 0px 5px 0px;
}

.summary-footer
{
	color: #696969;
	
	font-size: xx-small;
	text-align: right;	
	
	margin: 0px 0px 20px 0px;
}

.image-border
{
	text-align: center;
	background: #fff;
	padding: 1px;
	margin-right: 5px;
	border: #ddd 5px solid;
}
