@charset "utf-8";
/* styles for home page only */
/* |---------- 850 ----------|
   |-- 200 --- 400 --- 250 --| = 850
*/
h3 {
	font-size:1.1em;
}
#content {
clear:left;
width:100%;
padding:0;
}
#content-left {
width:198px;
float:left;
height:100%;
padding:5px 3px 5px 3px;
}
#content-left p{
padding:5px;
}
#content-mid {
width:365px;
float:left; 
padding: 0 6px 5px 10px;
text-indent:3px;
height:100%;
}
#content-right {
float:left;
width:248px;
height:375px;
padding-right:2px;
}