/* Home specific css styles */

body {
  background-image:url(../images/bg_home.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  background-color:#575D1F; 
}

div#content {
	background-image:url(../images/menu_bottom_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

div.colLeft {
	float:left;
	width:273px;
}

div.colRight {
	float:right;
	width:465px;
}

.colRight img {
	margin-left:20px;
}
