@charset "UTF-8";
/* 
==============================================================================
Style specific to a master page layout. This should style things like column
widths.

It is all about the formation of a wireframe with in an overall site frame work
==============================================================================
 */
 
#content
{
    background-image:url("../images/bg_mid.jpg");
    background-repeat:repeat-y;
    background-position: top left;
}
#content_layer2
{
    background-image:url("../images/bg_top.jpg");
    background-repeat:no-repeat;
    background-position:top left;
}
#content_layer3
{
    background-image:url("../images/bg_bottom.jpg");
    background-repeat:no-repeat;
    background-position:bottom left;
}
.col1 {
	width: 234px;
	float: left;
	margin-right:11px;
	clear:left;
}
.col2 {
	float: left;
	width: 705px;
	padding-bottom:20px;
}

.nav_home_img1
{
    margin-bottom:20px;
}
.col1 .nav_home
{
    background-color:#fff;
}