/* CSS Document */

body {
	padding: 0;
	margin: 0;
	min-width: 955px;
	text-align: center;
	font: 11px Tahoma, Verdana, Arial; color: #727272;
}

img { 
	border: 0;
}

#envelope {
	margin: 0 auto;
	padding: 0;
	width: 955px;
	height: 1000px;
	text-align: left;
	position: relative;
	background: url(images/bg.gif) top center no-repeat;
	background-image: url(images/bg.gif);

}

#title {
	width: 222px;
	height: 114px;
	top: 100px;
	left: 370px;
	position: relative;
	z-index: 5;
}

#contentBox {
	width: 545px;
	height: 459px;
	/*top: 254px;*/
	top: 230px;
	left: 430px;
	position: absolute;
}

#nav {
	width: 110px;
	height: 220px;
	top: 110px;
	left: 45px;
	position: relative;
	float: left;
}

#home {
	width: 495px;
	height: 420px;
	top: 120px;
	left: 430px;
	position: relative;	
}

.item {
	margin-bottom: 10px;
	height: 97px;
}

.item-title {
	font: 14px Tahoma, Verdana, Arial; color: #336699;
}

.item-detail {
	margin-bottom: 10px;
	/* height: 97px; */
}
