/* CSS Document */

#BodyContainer{
	width:839px;
	margin:auto;
	position:relative;
	top:-60px	
}

#HeaderContainer{
	width:839px;
	/*height:188px;*/
	height:227px;
}

#SubheaderContainer{
	width:839px;
	height:128px;
}

#Buttons{
	position:relative;
	clear:none;
	top:227px;
	left:335px;
	width:357px;
	height:61px;
	z-index:1;
}

#EntriesBody{
	background-image:url(../images/body/body.gif);
	background-repeat:repeat-y;
	width:810px;
	padding:0px;
	margin:0px;
}

#Entries{
	position:relative;
	top:-50px;
	width:645px;
	margin-left:50px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#EntriesFooter{
	background-image:url(../images/body/bodybottom.gif);
	height:39px;
	width:810px;
	background-repeat:none;
	position:relative;
	top:-37px;
}

#Footer{
	margin-top:10px;
	text-align:center;
	width:710px;
	padding-left:30px;
	margin-bottom:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:2em;
	color:#A483C6;
	clear:both;
	
}

body{
	min-width:810px;
	margin:0 auto;
	background-image:url(../images/body/background.jpg);
	background-repeat:repeat-x;
	
}

.clear{
	clear:both;
                line-height: 0px;
}

img.photo {
	margin: 0 1em 1em 1em;
	padding: 5px;
	border: 1px solid #ccc;
	}

p.topic
{
font-size: 200%;
color: #4c7016;

}

/* --- Img's post -------------------- */

img.left, img.right, img.center {

border: 3px solid #e2deff

}
img.left { 

float: left; 
margin: 0.5em 1em 0.5em 0;

}
img.right { 

float: right;
margin: 0.5em 0 0.5em 1em;

}
img.center  { 

margin: 0 auto 10px auto; 
display: block;
text-align: center
}