
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #50b2d6;
	background-image: url(../buttons/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container  {
	width: 922px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../buttons/cont_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
margin-bottom: 0px;
}
#left  {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:7px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header  {
	margin: 0px;
	padding: 0;
} 
#main  {
	float: right;
	width: 740px;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
} 
#content_wrapper {
	float: left;
	width: 922px;
	background-image: url(../buttons/cont_bg.jpg);
	background-repeat: repeat-y;
}

#footer  {
	background-image: url(../buttons/cont_bot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	padding:0;
	padding-right: 10px;
	padding-left: 20px;

margin-bottom:20px;
} 

a{
color: #FF0000;
}