@charset "utf-8";
/* CSS Document */

h2 {
	background-image: url(img/blog/h3_back.jpg);
	height: 60px;
	font-size: 100%;
	line-height: 80px;
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 60px;
}
/* CSS Document */

#content h1{
	background-image: url(img/blog/h1_back.jpg);
	height: 60px;
	font-size: 100%;
	line-height: 80px;
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 60px;
}
#alpha {
	float: left;
	width: 600px;
}
#content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#container-inner {
	background-color: #FFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.asset-meta {
	font-size: 80%;
	color: #666;
	text-align: right;
	padding-right: 40px;
}
#header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 195px;
	background-color: #CCC;
	background-image: url(img/blog/header_back.jpg);
}
#header h2 {
	background-image: none;
}

body {
	font-size: 80%;
	color: #333;
	background-color: #EDECE4;
}
* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#beta {
	font-size: 90%;
	float: right;
	width: 250px;
}
#beta h3 {
	line-height: 35px;
	background-image: url(img/blog/h2_back.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#beta li {
	margin-left: 10px;
}
a {
	color: #71512B;
}

p {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 150%;
	font-size: 90%;
}
h1          {
	font-size: 1%;
	font-weight: bold;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */