html, body {
	background: url("/image/background.gif") bottom left repeat-x;
	margin: 0px;
	padding:0px;
	height: 100%;
	overflow: hidden;
}

sup
{
    font-size: 14px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

div {
	xborder: 1px solid #000;
}

div#content {
	width: 	1224px;
	height:	350px;
	margin:	100px auto 0px auto;
}

div#colum_1 {
	position:		relative;
	float:			left;
	width: 			450px;
	height:			176px;

}

div#colum_2 {
	position:		relative;
	float:			right;
	width: 			750px;
	height:			176px;
}

div#colum_3 {
	position:	relative;
	float:		left;
	width: 		450px;
	height:		176px;
}

div#colum_4 {
	position:	relative;
	float:		right;
	width: 		750px;
	height:		176px;
}

div#content h1 {
	color: 		 	#B7B7B7;
	font-size:	 	17px;
	line-height:	21px; 
	font-style:		italic;
	font-weight:	lighter;	
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
}

H1#colum_1_text {
	display: none;	
}

H1#colum_2_text {
	display: none;	
}

H1#colum_3_text {
	display: none;	
}

H1#colum_4_text {
	display: none;	
}


div#content img {
	margin:	0px 10px 0px 10px;
}

div#footer {
	width: 		1224px;
	margin:		100px auto 0px auto;
	background: url('/image/logo.gif') 190px top no-repeat;
	height:		100px;

}

div#bottomFooter {
	background: url('/image/footer.gif') top center no-repeat;
	height:		100px;
	xwidth: 		1224px;
	margin:		0px 100px 0px 0px;
}
