#pageWrap
{	
	position: relative;
	background-color: White;
	margin: 0px auto 0px auto;  
	background: url('images/bg_01.jpg') top left repeat-y;
	width: 740px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
}

#pageWrap1
{
	background: url('images/bg_01.jpg') top left repeat-y;
	width: 740px;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
}

#pageHead 
{
    background-color: Gray;
	background: url('images/top.gif') top left;
    position: relative;
	width: 740px;
	height: 96px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#pageHead2
{
    background-color: Gray;
	background: url('images/top2.jpg') top left;
    position: relative;
	width: 740px;
	height: 10px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}


#pageFoot
{
	width: 740px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 23px;
	text-align: right;
	background-color: #282828;
	background: url('images/footer.jpg') top left repeat-y;
	color: White;
	font-size: 11px;
}

#pageFoot span {
	display: block;
	padding-top: 7px;
	padding-right: 3px; 
}

#pageFoot span a {
	color: #FFF;
	font-size: 10px;
}

#pageFoot span a:hover {
	color: #FFF;
	text-decoration: none;
}


#pageCont 
{
    position: relative;
    left: 0px;
	width: 740px;
	padding-bottom: 30px;
}

#contWrap 
{
	padding: 0px 0px 5px 165px;
}

#contCont
{
    width: 565px;
    margin-top: 10px;
    padding-top: 0px;
	background-color: White;
}

#side1wrap
{
    position: relative;
    left: 1px;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	border: 0;
}

#side1cont
{
    margin-top: 0px;
    margin-left: 0px;
}

#side2wrap
{
	float: right;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	border: 0px;
}


/* Home page */

#pageWrapHome
{	
	position: relative;
	background-color: White;
	margin: 0px auto 0px auto;  
	background: url('images/bg_01.jpg') top left repeat-y;
	width: 740px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
}

#pageWrap1Home
{
	background: url('images/bg_02.jpg') top left repeat-y;
	width: 740px;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
}

#contWrapHome 
{
	padding: 0px 0px 5px 165px;
	background: url('images/graphics.jpg') top right no-repeat;
}

#contContHome
{
    width: 565px;
    margin-top: 0px;
    padding-top: 15px;
	min-height: 500px;
}
