/**** Category:: development ****/

#container {
	width: 560px;
}
#content{
	clear: both;
	border: 1px solid #a8bcc9;
	background-image: url(http://www.eee-craft.com/images/development/back.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header {
	text-align: center;
	background-color: #FFFFFF;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main #header h1 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 400px;
	text-indent: -9999px;
	overflow: hidden;
}
#main #header h2 {
	margin: 0 auto 0px;
	width: 560px;
	height: 160px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	padding: 0px;
	background: #FFFFFF url(http://www.eee-craft.com/images/development/development.gif) no-repeat;
}


#footer{
	clear: both;
	background-color: #FFFFFF;
}


#main #content h4{
	font-size: 10px;
}
#main #content ul.circle li{
	margin-left: 1.5em;
}
#main #content ul.circle {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
}

.column {
	float: left;
	font-size: 10px;
	width: 255px;
}

 