body {
	font: 17px Arial, Helvetica, sans-serif;
	margin: 0;
	background:#373737 url(../images/slice.png) repeat-x;
	min-width:960px;
}
form, fieldset {
	padding: 0;
	margin: 0;
	border:0;
}
a {text-decoration: none;}
a:hover {text-decoration:underline;}
img {border-style: none;}
/* wrapper start */
#wrapper {
	margin: 0 auto;
	width:100%;
}
.wrapper-holder{
	width:960px;
	position:relative;
	margin:0 auto;
}
/* header start */
#header {
	width:960px;
	position:absolute;
	top:0;
	left:0;
	margin-top:-12px;
}
.logo {
	width: 960px;
	height: 182px;
	display:block;
	position:absolute;
	top:0px;
	left:18px;
}
.logo a {
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(../images/HPheader.png) no-repeat;
	text-indent: -9999px;
	cursor:pointer;
	border-width: 0px;
}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:8px;
	right:8px;
}
#header ul li {
	display:inline;
	color:#fcfcfd;
	font-size:20px;
	padding: 0 0 0 2px;
}
#header ul li a {color:#fcfcfd;}
/* header end */
/* main start */
#main {
	padding:184px 0 23px;
	width:100%;
	overflow:hidden;
}
/* content start */
#content {
	width:308px;
	float:left;
	padding:0px 0 0 46px;
	margin-top:-28px;
}
#content h1, #content h2 {
	font-size:22px;
	color:#858585;
	margin:0;
	font-weight:normal;
	padding:0px 0 22px;
}
#content h2 {padding:10px 0 20px;}
#content p {
	color:#fcfcfa;
	margin:0;
	line-height:22px;
}
/* content list start */
#content ul {
	margin:0;
	padding:0px 0 0 38px;
	list-style:none;
}
#content ul li {
	background:url(../images/bull.gif) no-repeat 0 12px;
	padding:0 0 6px 11px;
	color:#fcfcfa;
	line-height:22px;
}
/* content list end */
/* content end */
/* sidebar start */
#sidebar {
	float:right;
	width:589px;
	padding:15px 0px 0 0px;
}
#sidebar img {display:block;}

/* sidebar end */
/* main end */

/* footer start */
#footer {
	/*background:url(../images/bg-footer.jpg) repeat-x;*/
	width:100%;
	height: 57px;
}
.footer-holder {
	width:956px;
	margin:0 auto;
	height:57px;
	overflow:hidden;
	padding:5px 4px 0 0;
}

/* footer end */
/* wrapper end */