/**** Category:: newsletter ****/

#container{
	margin-bottom: 30px;
}

#main{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 540px;
	text-align: left;
	float: left;
}
#main #header {
	margin: 0px;
	padding: 0px;
}
#main #content{
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#header h1{
	margin: 0;
	height: 1px;
	overflow: hidden;
	padding: 0px;
	clear: both;
	text-indent: -9999px;
	line-height: 1px;
	}
#header h2{
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;
	margin: 0px;
	padding: 30px 0px 10px;
	font-family: "MS UI Gothic";
}

#main #content h3, #main #content h4 {
	font-size: 12px;
	line-height: 18px;
}
#main #content a.external{
	display: inline;
	white-space: nowrap;
	padding-right: 15px;
	background-image: url(http://www.eee-craft.com/images/css/external01.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	height: 18px;
	font-family: "MS UI Gothic";
}
#main #content li span.date{
	color: #999999;
	font-size: 10px;
}

#main #content em{
	color: #666699;
}
#main #content div.emphasis{
	border: 1px solid #666699;
	padding: 8px;
	background-color: #DADAE7;
	color: #333333;
}

#main div.pagination{
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#main div.pagination a{
	display: block;	
}
#main div.pagination a.prevpage{
	float: left;	
	white-space: nowrap;
	padding-left: 10px;
	background-image: url(http://www.eee-craft.com/images/css/arrow_more02.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}
#main div.pagination a.nextpage{
	float: right;
	white-space: nowrap;
	padding-right: 10px;
	background-image: url(http://www.eee-craft.com/images/css/arrow_more01.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
}
 

  #beta{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}
  #beta .module-header{
	background-color: #666699;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}
 #beta .module{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

 