@CHARSET "UTF-8";


div#header
{
	height:225px; /*275px;*/
	background: white no-repeat url('home_logo.jpg');
}


div.c1
{
	width:390px;
	background: white; /* repeat-y url('sampleBackground380.jpg'); */
}

div.c2
{
	width:390px;
	background: white; /* repeat-y url('sampleBackground380.jpg'); */
}

div.c3
{
	width:198px;
	background: #ffffd0; /* repeat-y url('sampleBackground220.jpg'); */
	border-left:solid;
        border-right:solid;
	border-width:1px;
	border-color:#ffc400;
}

div.column
{
	min-height: 350px;
}

* html div.column
{
	height:350px;
}
