html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#FFF;
	background-image:url(../images/layout/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center
}

#entire {
	position:relative;
	margin:0 auto;
	padding:0;
	width:800px;
	height:100%
}

#header {
	position: relative;
	width:800px;
	margin:0 auto;
	padding:0;
	height:55px;
}

#headerTitle {
	margin:0; padding:0;
	position:absolute;
	top:22px;
	left:10px
}

#headerTitle h1 {
	margin:0; padding:0;
	font-size:28px;
	font-weight:normal
}

#headerText {
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	top:5px;
	display:block;
	width:270px;
	height:50px;
	text-align:right;
	color:#999;
	font-size:13px
}


#topMenu {
	margin:0; padding:0;
	position:relative;
	margin-left:7px;
	top:10px;
	left:0px;
	width:788px;
	height:45px
}

#topMenu a {
	display:inline-block;
	margin:0;
	padding:0;
	width:106px;
	height:45px;
	text-align:center;
	font-size:13px;
	line-height:45px;
	background-image:url(../images/buttons/topMenu.png);
	background-repeat:no-repeat;
	background-position:center
}

#topMenu a.active {
	background-position:top center;
	color:#666;
}

#topMenu a.inactive {
	background-position:0 -45px;
	color:#999
}

#topMenu a.inactive:hover {
	background-position:bottom center;
	color:#666
}


#mainAreaTop {
	background-image:url(../images/layout/body-bg-top.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	height:35px;
	
}

#mainArea {
	position:relative;
	top:-13px;
	margin:0px auto; padding:0px;
	width:800px;
	background-image:url(../images/layout/body-bg-main.png);
	background-repeat:repeat-y;
	background-position:bottom
}

#mainAreaOverlay {
	position:relative;
	bottom:-38px;
	background-image:url(../images/layout/body-bg-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:160px
}

#mainAreaContent {
	position:relative;
	top:-50px;
	margin:0px auto;
	padding:0px;
	display:block;
	width:760px;
}

#footer {
	margin:0 auto;
	width:760px;
	position:relative;
	top:-15px;
	text-align:center;
	color:#666;
	font-size:12px
}

#footer a {
	text-decoration:none;
	color:#999
}

#footer a:hover {
	color:#666
}

#subFooterL, #subFooterR {
	position:relative;
	width:350px;
	margin:0 auto;
	margin-left:10px;
	float:left;
	padding:0;
	top:15px;
	font-size:13px;
	color:#999;
}

#subFooterR {
	margin-right:10px;
	float:right;
}


.thumbImg {
	display:block;
	width:100px;
	height:100px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer
}

.thumbImg img {
	width:100px;
	height:100px
}

.thumbImg100 {
	display:block;
	width:100px;
	height:100px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer
}

.thumbImg100 img {
	width:100px;
	height:100px
}

.thumbImg180 {
	display:block;
	width:180px;
	height:180px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer
}

.thumbImg180 img {
	width:180px;
	height:180px
}
.thumbImg60 {
	display:block;
	width:60px;
	height:60px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer
}

.thumbImg60 img {
	width:60px;
	height:60px
}

.homeBox {
	display:inline-block;
	width:245px;
	height:125px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	vertical-align:top
}

.homeBoxContent {
	margin:10px;
	padding:0px;
	font-size:13px;
	vertical-align:top
}

.homeBox h1 {
	color:#333;
	font-size:16px
}