html {
 	min-height: 100%;
	height: auto;
}
body {
	margin:0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../img/iphoneBackBody.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
img{
	border:none;
}
#holderOuter{
	background-image:url(../img/iphoneNaviBack.gif);
	background-position: left top;
	background-repeat:repeat-x;
}
#holder{
	margin:0 auto 0 auto;
	width:1000px;
}
#header {
	height:246px;
	overflow:hidden;
	position:relative;
	margin-bottom:1px;
}
#logoHolder {
	position:absolute;
	top:47px;
	left:26px;
}
#headerPic1 {
	position:absolute;
	bottom:0px;
	right:291px;
}
#headerPic1 .csc-textpic dt, #headerPic1 .csc-textpic dl{
	margin:0;
	padding:0;
}
#headerPic2 {
	position:absolute;
	top:115px;
	left:722px;
}
/* -------------- navi -------------- */
#navi {
	height:27px;
	overflow:hidden;
	border-left:1px solid #ffffff;
}
#navi ul{
	margin:0px;
	padding:0px;
}
#navi li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
	width:166px;
}
#navi a{
	display:inline-block;
	text-decoration:none;
	padding:7px 0px 7px 0px;
	width:100%;
	color:#000000;
	text-align:center;
	border-right:1px solid #ffffff;
}
#navi a:hover, #mainNavAct a{
	color:#ffffff;
}
/* -------------- navi -------------- */
#contentHolder {
	margin:15px 173px 35px 220px;
	line-height:150%;
}
h1{
	font-size:14px;
	font-weight:normal;
	color:#737373;
}
h2{
	font-size:11px;
	font-weight:bold;
	/*color:#737373;*/
}
#footerOuter{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#ffffff;
	background-image:url(../img/iphoneBackBody.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
}
#footerInner{
	margin:0 auto 5px auto;
	width:1000px;
}
#footer {
	margin-right:173px;
	margin-left:220px;
	font-size:9px;
	color:#737373;
}
.twoColCeElem{
	padding:5px 0 5px 0;
}
.twoColCeElemInner{

}
.twoColCeElemLeft{
	float:left;
	width:47%;
}
.twoColCeElemRight{
	float:right;
	width:47%;
	/*padding: 0 5px 0 5px;*/
}
.clearer{
	clear:both;
}
