html, body {
	padding:0;
	margin:0;
	background-color:#fff;
}

.main {
	 min-width:1000px;
	 max-width:1280px;
}

.cInfo {
	background-image:url(../i/info-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.tImage {
	height:400px;
}

.tImage td.image {
	background-image:url(../i/girl.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:45%;
}

.tMain {
	position:absolute;
	top:0;
	z-index:10;
	height:400px;
	min-width:1000px;
	max-width:1280px;
}

.tMain td {
	vertical-align:top;
}

.tMain td.top {
	height:100px;
}

.delim {
	width:23px;
	background-image:url(../i/v-delim.gif);
	background-repeat:repeat-y;
}

.tMain td.left {
	width:270px;
	background-color:#ee883d;
	padding:10px 15px;
	font-size:13px;
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.tMain td.left a {
	text-decoration:none;
	color:#fff;
}

.tMain td.left a:hover {
	text-decoration:underline;
	color:#fff;
}

.tMain td.bgHack {
	background-image:url(../i/ee883d.gif);
	background-position:left 300px;
	background-repeat:repeat-x;
}

.leftTitle {
	font-size:20px;
	padding:12px 0px 5px 10px;
}

.tMain td.content {
	width:40%;
	padding:0px 5px 60px 25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#fff;
	position:relative;
}

.contentTitle {
	font-size:19px;
	margin:0px 0px 5px 0px;
	line-height:normal;
}

.cLabel {
	position:relative;
	height:100%;
	z-index:15;
}

.label {
	position:absolute;
	left:0;
	bottom:-136px;
	width:210px;
	height:105px;
	background-image:url(../i/label.png);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:17px;
	color:#72706f;
	padding:20px 0px 0px 20px;
}

.bottom {
	position:absolute;
	left:165;
	font-size:13px;
	color:#72706f;
	padding:18px 0px 0px 30px;
}

.footer {
	height:45px;
	background-image:url(../i/footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}

.footer table {
	height:100%;
}

.footer td {
}

.footer .c3 {
/*	background-color:#ee883d;*/
	width:300px;
}

.footer .c4 {
	width:40%;
}