html{
}

.HomeParagraphs{
}

.HomeParagraphs p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 16px;
	margin-bottom: 8px;
	text-align: justify;
}

.HomeParagraphs h1 {
	margin-left: 8px;
}

.HomeParagraphs ul {
	padding-left: 24px;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.HomeParagraphs a, .HomeParagraphs a:link, .HomeParagraphs a:visited, .HomeParagraphs a:hover {
/*	color: #2F61A6; */
	color: #333333;
}

.HomeParagraphs table, .HomeParagraphs td {
	margin: 0px;
}

.HomePhoto{
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

div#HP1{
	width: 535px;
	height: 420px;
	background-image: url('images/photos/home_1.jpg');
}

h1{
	margin: 0px;
}

h1#IRhomecaption{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	width: 847px;
	background-image: url('images/home_caption.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	height: 50px;
	height: 0;
}

h1#IRkungfufighting{
	padding-top: 29px;
	width: 220px;
	background-image: url('images/headings/index_kungfufighting_heading.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	height: 29px;
	height: 0;
}

.ConfuciusContainer{
	position: relative;
	margin: 15px 80px 10px 80px;
	padding: 00px;
	border: 1px solid #73A5EB;
 	background-color: #E0EDFF;
	color: #264C66;
	font-style: italic;
	font-weight: bold;
	text-align: justify;
}

.ConfuciusTL{
	position: absolute;
	top: -8px;
	left: -8px;
	width: 37px;
	height: 73px;
	background-image: url('images/confucius_dragon_topleft.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.ConfuciusBR{
	position: absolute;
	bottom: -11px;
	right: -7px;
	width: 100%;
	height: 100%;
	background-image: url('images/confucius_dragon_bottomright.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.ConfuciusText{
	margin: 20px;
}


