* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}

body {
	border:0;
	
	background:#fff;
	
	font:100.01% "Times New Roman", Times, serif;
	color:#ff3852;
	text-align:center;
}



/* --------------------------------------------------- CLEARFIX */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* --------------------------------------------------- WRAPPERS */
#dist { 
		width:1px;
		height:50%;
		margin-bottom:-282px;
		float:left;
}
#main {
	clear:left;
	position:relative;
	margin:0 auto;
	height:565px;
	width:720px;
	text-align:left;
}
#lft {
	position:absolute;
	top:40px;
	left:40px;
	width:170px;
}
#ttl {
	position:absolute;
	top:40px;
	right:40px;
	height:55px;
	width:430px;
	border-bottom:solid 1px #ff3852;
	background-position:bottom left;
	background-repeat:no-repeat;
}
#ctt {
	position:absolute;
	top:135px;
	right:40px;
	height:390px;
	width:415px;
	padding-right:15px;
	overflow:auto;
	font-size:0.85em;
}


/* --------------------------------------------------- STANDARD */
a {
	color:#848589;
	text-decoration:none;
}
a:hover {
	color:#ff3852;
	cursor:pointer;
}

/* LOGO */
#lgo a {
	display:block;
	position:absolute;
	top:-8px;
	right:-6px;
	background:url(../images/THYSOSUD_logo.gif) no-repeat top right;
	width:114px;
	height:68px;
}
#lgo strong {
	display:none;
}

/* MENU */
#mnu {
	position:relative;
	top:124px;
	left:0;
	list-style:none;
	border-top:solid 1px #919295;
}
#mnu a {
	display:block;
	height:35px;
	background-position:top left;
	background-repeat:no-repeat;
}
#mnu li {
	border-bottom:solid 1px #919295;
}
#mnu strong {
	display:none;
}

/* TITLE */
#ttl h2 {
	display:none;
}

/* CONTENT */
#ctt h3 {
	/*padding-top:1em;*/
	font-size:1.2em;
}
#ctt p {
	padding-bottom:1em;
}
#ctt ul {
	padding:5px 0;
}
#ctt li {
	margin-left:20px;
}

