@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: 215px;
	float: left;
	padding-left:10px;
	clear:left;
	margin-right:50px;
}
.col2 {
	float: left;
	width: 437px;
	margin-right:25px;
	position:relative;
	padding-bottom:20px;
}

.col3 {
	width: 223px;
	float: left;
	padding-top:68px;
}

.col3 img
{
    display:block;
    margin:10px auto 10px;
}