@charset "UTF-8";
/* CSS Document */

/*	MAIN  */

html,body {
	padding:		0px;
	margin:			0px;
	background:		url(../images/background.jpg) center repeat #CBCBC3;
	text-align:		center;
  border:			0px;
}

p {
	padding:		0px;
	margin:			0px 0px 20px;
	text-align:		justify;
}

spacer {
	width:			100%;
	height:			100%;
}

iframe {
	width:			750px;
}

td {
	vertical-align: top;
}

/*  FRAMES  */
table.frame_table {
	width:			925px;
	padding:		0px;
	margin:			0px;
}

td.frame_top {
	height:			2px;
	width:			925px;
	background:		url(../images/frame_top.gif) bottom center no-repeat; 
}

td.frame_left {
	padding:		0px;
	margin:			0px;
	width:			12px;
	background:		url(../images/frame_left.gif) top right repeat-y;
}

td.frame_central {
	padding:		0px;
	margin:			0px;
	width:			900px;
	height:			100%;
	text-align:		left;
	background:		#FFFFFF;
}

td.frame_right {
	padding:		0px;
	margin:			0px;
	width:			13px;
	background:		url(../images/frame_right.gif) top left repeat-y; 
}

td.frame_bottom {
	padding:		0px;
	margin:			0px;
	height:			14px;
	width:			925px;
	background:		url(../images/frame_bottom.gif) left top no-repeat; 
}