﻿body 
{
  width:750px;
  margin:0 auto;
	background-color:#ffffcc;
}

.header
{
  width:750px;
	height:229px;
	background-image:url(images/template_header.jpg);
}

.leftcol
{
  width:279px;
  background-image:url(images/leftbkgrd2.jpg);
	background-repeat:repeat-y;
	padding-left:40px;
	vertical-align:top;
}

.centercol
{
  width:432px;
  background-color:#fff;
  text-align:left;
}

.rightcol
{
  width: 39px;
  background-image: url(images/05right.jpg);
  background-repeat: repeat-y;
}

.footer
{
	width:750px;
	height:50px;
	background-image:url(images/05bottom.jpg);
}