@charset "UTF-8";

/* CSS Document */

* { margin:0; }

body {
	border:0;
	margin:0 0 20px 0;
	padding:0;
	font-size:12px;
	color:#CCCCCC;
	font-family: "Euphemia UCAS", Arial, Helvetica, sans-serif;
	background:url(../images/body_bgd.jpg) repeat-x;
}

img {
	border:0;
	margin:0;
	padding:0;
}

a {
	color:#DDDDDD;
	text-decoration:none;
}

a:hover {
	color:#FFCC00;
	text-decoration:underline;
}

#nestBodyWrapper {
	margin:0 auto;
	width: 1002px;
}

#nestHeaderWrapper {
	float: left;
	width: 1002px;
	height: 220px;
	background:url(../images/structure/nestHeaderBgd.jpg) no-repeat;
}

#nestSubHeaderWrapper {
	float: left;
	width: 920px;
	height: 55px;
}

#nestContentWrapper {
	float:left;
	width: 1002px;
	min-height: 500px;
	background:url(../images/structure/nestContentBgd.jpg) repeat-y;
}

#nestLeft {
	float: left;
	padding:0 10px;
	width: 160px;
	height:500px;
}

#nestContent {
	float: left;
	width: 730px;
	padding:0 22px 0 0;
}

#nestRight {
	float: left;
	width: 60px;
	padding:0 10px 0 0;
}

#nestFooterWrapper {
	clear:left;
	margin:0 auto;
	text-align:center;
}

#nestFooter {
	float:left;
	width:1002px;
	height:80px;
	background:url(../images/structure/nestFooterBgd.jpg) no-repeat;
}

.verticalMidCell {
	display:table-cell;
	vertical-align:middle;
}

