@import url("table.css");
@import url("text.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");

html, body {
	font-family:Arial, Verdana, Helvetica;
	font-size:11pt;
	margin:0;
	border:0;
	padding:0;
	color:#000000;
	background:url(../images/body_background.gif) repeat-x #4e4e4e;
}

img {
	margin:0;
	padding:0;
	display: block;
}

.nomargin {
	margin:0;
}

a {
	margin:0;
	border:0;
	padding:0;
}

td {
	margin:0;
	border:0;
	padding:0;
}

div#container{
	width:676px;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
}

.shim {
	width:1px;
	height:1px;
	clear:both;
}

.shim1 {
	width:0px;
	height:0px;
	clear:both;
}
.shim1 {
	_width:1px;
	_height:1px;
	_display: none;
}

#container-outer {
	width: 676px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
}
