body{
	margin:0;
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background:#fff;
}
/* general reset */
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
/* wrapper start */
#wrapper {
	margin:0 auto;
	width:100%;
}
#header {display:none;}
/* main start */
#main {
	width:100%;
}
#main .holder {
	padding:25px 0 0;
	width:100%;
}
#main .holder:after {
	content:"";	display:block;	clear:both;
}
#main .frame {
	width:100%;
	float:left;
}
.main-area {width:100%;}
/* main-body start */
.main-body {
	width:100%;
	min-height:389px;
}
* html .main-body {height:389px;}
.main-body:after {
	content:"";	display:block;	clear:both;
}
/* content start */
.content {
	width:100%;
	line-height:17px;
}
h1 {
	margin:0;
	width:100%;
	font-size:30px;
	line-height:34px;
	overflow:hidden;
	color:#000;
}
.content p {margin:0;}
.head {display:block;}
/* content end */
.sidebar {display:none;}
/* main-body end */
/* boxes start */
.boxes {
	padding:8px 0 17px;
	width:100%;
}
.boxes h2 {
	margin:0 0 10px;
	color:#000;
	width:100%;
	font-size:24px;
	line-height:26px;
	overflow:hidden;
}
.box-holder {
	width:100%;
	min-height:223px;
	line-height:17px;
}
* html .box-holder {height:223px;}
.box-holder:after {
	content:"";	display:block;	clear:both;
}
.column {
	float:left;
	width:33%;
}
.box-holder p {margin:0;}
.heading {
	display:block;
	color:#00588f;
}
/* boxes end */
/* main end */
/* footer start */
#footer {
	display:none;
}
/* footer end */
/* wrapper end */
