@charset "UTF-8";
/* CSS Document */

/* BODY */

body, html {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:8 px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url("../images/bg-body.jpg") top center repeat-y #990000;
}

/*

#menu {
	background-color:#1757ed;
	background-image:url(Images/blank_menu.png);
	background-repeat:no-repeat;
	height:30px;
	} */
	
#contenthorz {
	/* border:1px solid #999999; */
	width: 735px;
	padding: 5px 5px 5px 55px;
	}	
	

#contentcolleft {
	/* border:1px solid #999999; */
	width: 410px;
	padding: 5px 5px 5px 55px;
	float:left;
	}
	
#contentcolright {
	/* border:1px solid #999999; */
	width: 260px;
	padding: 5px;
	float: right;
	}

</style>
