	body {
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		background: #FFF;
		line-height: 16px;
	}

	div {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #333;
		margin: 0px;
	}
	
	a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		font-weight: normal;
		text-decoration: underline;
	}
	
	a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		font-weight: normal;
		text-decoration: none;
	}
	
	a.main {
		color: #630a06;
		font-weight: bold;
		font-style: italic;
		text-decoration: underline;
	}
	
	a.main:hover {
		color: #630a06;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
	}
	
	a.pageNav {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 13px;
		color: #420906;
		text-decoration: none;
		display: block;
		padding: 8px 0px 10px 24px;
		vertical-align: middle;
		background: transparent url('../../images/main/bg-nav-white.png') left top no-repeat;
		margin-bottom: 10px;
	}
	
	a.pageNav:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 13px;
		color: #F1F1F1;
		text-decoration: none;
		display: block;
		padding: 8px 0px 10px 24px;
		vertical-align: middle;
		background: transparent url('../../images/main/bg-nav-white.png') left top no-repeat;
		margin-bottom: 10px;
	}
	
	a.pageNavOn {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 13px;
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 8px 0px 10px 24px;
		vertical-align: middle;
		background: transparent url('../../images/main/bg-nav-white.png') left top no-repeat;
		margin-bottom: 10px;
	}
	
	a.pageNavOn:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 13px;
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 8px 0px 10px 24px;
		vertical-align: middle;
		background: transparent url('../../images/main/bg-nav-white.png') left top no-repeat;
		margin-bottom: 10px;
	}
	
	div.body {
		padding-top: 0px;
		background: #63160F url('../../images/main/bg-body.png') center top repeat-y;
	}
	
	div.top {
		width: 680px;
		height: 220px;
		background: transparent url('../../images/main/bg-top.png') right top no-repeat;
	}
	
	div.mainContent {
		width: 790px;
		background: transparent url('../../images/main/bg-body.png') left top repeat-y;
	}
	
	div.mainInside {
		position: relative;
		width: 758px;
		background: transparent url('../../images/main/bg-content.png') left top repeat-y;
	}
	
	div.pageBottom {
		width: 758px;
		height: 200px;
		background: transparent url('../../images/main/bg-bottom.png') left top no-repeat;
	}
	
	div.bodyLeft {
		position: absolute;
		bottom: -1px;
		left: 36px;
		width: 124px;
		height: 175px;
		background: transparent url('../../images/main/bg-left-bottom.png') right bottom no-repeat;
	}
	
	div.leftNav {
		padding: 15px 0px 0px 20px;	
	}
	
	td.bodyLeft {
		width: 168px;
		vertical-align: top;
		background: transparent url('../../images/main/bg-top-left.png') left top no-repeat;	
	}
	
	td.bodyRight {
		width: 590px;
		vertical-align: top;
		background: transparent url('../../images/main/bg-top-right.png') left top no-repeat;	
	}
	
	/*** HOME CONTENT ***/
	
	div.homeContentTop {
		padding: 15px 10px 10px 25px;
		background: transparent url('../../images/main/bg-home-top.png') left top no-repeat;
	}
	
	div.homeContentTopInside {
		width: 551px;
		height: 149px;
		text-align: justify;
	}
	
	div.homeContentTopLeft {
		float: left;
		width: 340px;
		height: 149px;
		margin-right: 20px;
	}
	
	div.homeContentTopRight {
		float: left;
		width: 185px;
		height: 149px;
	}
	
	div.homeContentBottom {
		width: 578px;
		height: 224px;
	}
	
	div.homeContentBottomLeft {
		float: left;
		width: 368px;
		height: 224px;
		background: transparent url('../../images/main/bg-home-content.png') left top no-repeat;
	}
	
	div.homeContentBottomInside {
		width: 344px;
		height: 224px;
	}
	
	div.homeContentBottomInsideLeft {
		float: left;
		width: 125px;
		height: 110px;
		margin-right: 10px;
	}
	
	div.homeContentBottomInsideRight {
		float: left;
		width: 209px;
		height: 110px;
		text-align: justify;
	}
	
	div.homeContentBottomRight {
		float: left;
		width: 210px;
		height: 224px;
	}
	
	/*** HOME CONTENT ***/
	
	/*** FORMATION CONTENT ***/
	
	div.formationContent {
		width: 580px;
		height: 395px;
		text-align: justify;
	}
	
	div.formationContentLeft {
		float: left;
		width: 370px;
		height: 395px;
		background: transparent url('../../images/main/bg-formation-content.png') left top no-repeat;
	}
	
	div.formationContentRight {
		float: left;
		width: 210px;
		height: 395px;
	}
	
	/*** FORMATION CONTENT ***/
	
	/*** CONTACT CONTENT ***/
	
	div.contactLocation {
		width: 350px;
		height: 160px;
		text-align: justify;
	}
	
	div.contactLocationLeft {
		float: left;
		width: 135px;
		height: 160px;
	}
	
	div.contactLocationRight {
		float: left;
		width: 215px;
		height: 160px;
	}
	
	span.contactPhone {
		color: #630a06;
		font-weight: bold;
	}
	
	a.contact {
		color: #0058c3;
		font-weight: bold;
		text-decoration: underline;
	}
	
	a.contact:hover {
		color: #0058c3;
		font-weight: bold;
		text-decoration: none;
	}
	
	/*** CONTACT CONTENT ***/
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 14px;
		color: #333;
		font-weight: bold;
		padding: 10px 0px 10px 0px;
		margin: 0px;
	}
	
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 14px;
		color: #630a06;
		font-weight: bold;
		padding: 0px 0px 7px 0px;
		margin: 0px;
	}
	
	p {
		line-height: 14px;	
	}
	