body {
 background:#FAF8E2;
 padding:0;
 margin:0;
 text-align:center;
}

#base{
	background:#FF6633; 
	width:820px;
	margin:0 auto;
}

#page{
	background:#FAF8E2;
	width:800px;
	font-size:0.8em;
	color:#000;
	text-align:center;
	margin:0 auto;
	line-height :120%;
}

#blogtitle {
	background:#FFB96E;
	text-align:left;
	padding:10px 20px;
}

.left{
	width:580px;
	float:left;
	text-align:left;
	padding:10px 0 10px 10px;
	background:#fff;
}

.right{
	width:200px;
	float:left;
	text-align:left;
	padding:10px 0 10px 10px;
	background:#FAF8E2;
}

.menu {
 background:#FFB96E;
 text-align:center;
}


a:hover img{
	zoom : 1.2;
}
a:link {
 text-decoration:underline;
 color:#0000FF;
}
a:active {
 text-decoration:underline;
 color:#0000FF;
}
a:visited {
 text-decoration:underline;
 color:#0000FF;

}
a:hover {
	color:#000099;
	top: 1px;
	left: 1px;
}

strong
{
	font-weight:normal;
}

#copyright{
	background:#FF6633;
	height:20px;
	color:#000000;
	text-align:center;
	font-size:0.8em;
}

.FloatEnd {clear:both;}

h1 {
	font-size : 180%;
}
