/* layout CSS */

html
{
	height: 100%;
}

/*
div 
{
	border: solid 1px red;	
}
*/

p
{
	margin-top: 15px;  /* -- required because of IE7's non-standard defaults -- */
}

body
{
	background-color: #66ccff;
}

#wrapper
{
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#lyrhead
{
	position: relative;
	width: 1000px;
	height: 148px;
	background-image: url(images/hyt_r1_c1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#lyrmenu
{
	position: relative;
	width: 600px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 25px;
	top: 109px;
	left: 40px;
}

#lyrmain
{
	position: relative;
	width: 1000px;
	background-image: url(images/hyt_r3_c1.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	z-index: 10;
}

#lyrmainleft
{
	position: relative;
	width: 94px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	float: left;
}

#lyrmainmid_l
{
	position: relative;
	width: 158px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

#lyrmainmid_r
{
	position: relative;
	overflow: hidden;
	background-image: url(images/hyt_r2_c2_r_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 650px;
	margin-top: 0px;
	margin-bottom: -100px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	z-index: 10;
}

#lyrmainright
{
	position: relative;
	width: 98px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

#lyrsubheadingtext
{
	position: relative;
	width: 640px;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#lyrcontentcol
{
	position: relative;
	width: 650px;
	left: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	background-color: Transparent;
	z-index: 10;
}

#lyrcontenttext
{
	position: relative;
	float: left;
	width: 540px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	left: 100px;
	overflow: hidden;
}

#lyrfoot
{
	position: relative;
	width: 1000px;
	height: 321px;
	background-image: url(images/hyt_r5_c1.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
	z-index: 1;
}

#lyrfoottext
{
	position: relative;
	text-align: left;
	width: 550px;
	height: 25px;
	top: 262px;
	left: 375px;
}


#lyrcopyright
{
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-bottom: 20px;
	padding-top: 0px;
	text-align: center;
}
