body {
	width: 290px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	margin: 0px;
	padding:0px;
	text-align: left;
}

#top_container {
	width: 270px;
	height: 26px;
	background: url(../images/top_bckg.jpg) top left no-repeat;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding-left: 20px;
	text-align: left;
	line-height: 26px;
}

#main_container_bottom {
	width: 290px;
	height: auto;
	background: url(../images/repeated_bckg.jpg) top left repeat-y;
}

#main_container_top {
	width: 290px;
	height: auto;
	background: url(../images/main_bckg.jpg) top left no-repeat;
}

#footer {
	width: 290px;
	height: 24px;
	background: url(../images/bottom_bckg.jpg) top left no-repeat;
}

#main_content {
margin-left: 15px;
	text-align: left;
	width: 250px;
}

a {
	color: #45A6DB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

select {
	border: solid 1px #999999;
	font-size: 10px;
}

input.add {
	width: 22px;
	height: 22px;
	background-image: url(../images/add_button.gif);
	border: solid 0px;
}

input.remove {
	width: 22px;
	height: 22px;
	background-image: url(../images/remove_button.gif);
	border: solid 0px;
}

input.submit {
	width: 82px;
	height: 27px;
	background-image: url(../images/submit_button.gif);
	border: solid 0px;
}