/* CSS Document */
* {
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#E8E8E9;
	padding:29px 29px 0 29px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.main_box_tl, .main_box_tr, .main_box_br, .main_box_bl {	width:100%;	height:auto; min-width:966px; min-height:700px; }
.main_box_tl {	background:#fff url('./images/tl.gif') top left no-repeat; }
.main_box_tr {	background:url('./images/tr.gif') top right no-repeat; }
.main_box_br{	background:url('./images/br.gif') bottom right no-repeat; }
.main_box_bl {	background:url('./images/bl.gif') bottom left no-repeat; }

.phones { position:absolute; top:34px; right:54px; }

#main_table { width:100%; height:95%; border:1px solid #f2bbbb; }
#main_table_title { height:209px; padding:10px 20px 0 20px; }
#main_table_menu { height:185px;  padding:4px 20px 0 20px; }
#main_table_data { padding:5px 40px 10px 40px; }

#title_table { width:100%;	height:100%; background:#fff url('./images/title_center.jpg') top left repeat-x; }
#title_table_left { background:url('./images/title_left.jpg') top left no-repeat; width:538px; height:199; }
#title_table_right { background:url('./images/title_right.jpg') top left no-repeat; width:388px; height:199; }

#menu_table { width:100%;	height:100%; }

#footer_table { width:100%;	height:40px; }

#main_table_data h1{ font-size:18px; color:#CC2027; text-align:center; line-height:1.5; padding:3px 0 10px 0; }
#main_table_data p{ font-size:14px; color:#000; text-align:justify; line-height:1.5; } 
#main_table_data li { font-size:12px; color:#000; line-height:1.5; list-style:disc; } 
#main_table_data a { line-height:1.5; } 