
body 
{ 
	background-color: #438614;
	text-align: center;
	margin: 0 auto; 
} 

#container 
{ 
	width: 343px; 
	height: 600px; 
	margin: 0 auto; 
	padding: 10 px; 
	border: none; 
	text-align: left; 
} 


#IntroText
{
    border: Solid 2px #24470b;
    background-image: url(/blog/themes/MireiKuroda/img/dith2.gif);
    padding: 15px 15px 15px 15px;
    color: White;
    font-family: Georgia;
    font-size: 13px;
    width: 600px;
	margin: 20px auto 20px auto; 
	text-align: left;
}

a.itlink
{
    font-weight: bold; 
	text-decoration: none;
	color: #ffff37;
}

a.itlink:hover
{
    font-weight: bold; 
	text-decoration: none;
	color: #ff9900;
}

#BlogPosts
{
	margin: 20px auto 20px auto; 
	text-align: center;
}