*{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}
li,dd {
margin-left:1em;
}
fieldset {
padding:.5em;
}
body {
margin:0;
padding:0;
font-size:76%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
line-height:1.3;
background:url(../images/bgGrad.jpg) #FFFFFF top left repeat-x;
}

#wrap{
	/*min-width:900px;
	max-width:900px;*/
	width:900px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
}

#header{
	margin:0;
	padding:0;
}

#content{
	padding:15px 30px 0px 30px;
	margin-left:15px;
	margin-top:15px;
	margin-right:15px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

#footerContent{
	padding:110px 30px 0px 30px;
}

#footerContent p{
	color:#666;
	font-size:.9em;
}	

#contentBoxTop{
	background:url(../images/mainContentBox_Top.jpg) top center no-repeat;
	width:930px;
	min-height:231px;
	height:231px;
	height:auto;
	
}

#contentBoxFooter{
	background:url(../images/mainContentBox_Footer.jpg) top center no-repeat;
	width:930px;
	height:161px;
}

.whitebox {
	margin: 0 21px 0px 10px;
	background: #fff;
	width: auto;
}

.whitebox div {
	text-align: left;
}

.whitebox_t {
	background: #fff url(../images/content_t.jpg) 0 0 repeat-x;
}

.whitebox_tl {
	background: url(../images/content_t_l.jpg) 0 0 no-repeat;
}

.whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/content_t_r.jpg) 100% 0 no-repeat;
}

.whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

.whitebox_b {
	margin-top: -5px;
	background: url(../images/content_b.jpg) 0 100% repeat-x;
}

.whitebox_bl {
	background: url(../images/content_b_l.jpg) 0 100% no-repeat;
}

.whitebox_br {
	height: 13px;
	background: url(../images/content_b_r.jpg) 100% 100% no-repeat;
}

.bPoint {
	clear:left;
	/*padding-left:20px;
	margin-bottom:10px;*/
}

.bPoint img{
	float:left;
}

.bPoint h3{
	color:#ff4e00;
}

.bPoint h3, .bPoint p{
	padding:0;
	margin:0;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}

.largeP{
	font-size:1.3em;
}
