body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; 
	margin:0;
	background: url(../grfx/home_repeat.gif) repeat-x;
}

#main_img {
	background: url(../grfx/home_main.jpg) no-repeat bottom left;
	height:214px;
	display:block;
}

#content {
	background: #FFF;
	width:766px;
	font-size:0.7em;
	text-align: justify;
}

p {
	margin: 1ex 7px 1ex 0;
}

.left_column {
	float:left;
	height:240px;
	padding:15px 25px 0 24px;
	background:url(../grfx/left_div.gif) no-repeat bottom left #E4E4E4;
	width:414px;
	}

.left_column h1 {
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:1em;
}

.left_column ul {
	padding:0 0 0 20px;
	margin:0;
}

.left_column ul li {
	padding:8px 0 8px 0;
}

.mid_column {
	float:left;
	height:255px;
	background:url(../grfx/split_bar.jpg) repeat-y;
	width:14px;
	display:block;
	}

.right_column {
	float:left;
	height:244px;
	padding:11px 0 0 6px;
	background:url(../grfx/right_div.gif) no-repeat bottom left #E4E4E4;
	width:283px;
	}

.right_column a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.footer {
	font-size: 0.95em;
	padding:0 0 0 24px;	
}
	
.footer a {
	color:#000;
	text-decoration:underline;
}