body {
	margin: 0px;
}

body, td, th {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
}

img {
	border-style: none;
}

a.link {
	color: #FFFFFF;
}

.clear {
	clear: both;
}

#container {
}

#header {
	position: relative;
	height: 110px;
	background-image: url(images/header-rep.gif);
	background-repeat: repeat-x;
}

#header-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 360px;
	height: 90px;
	padding-left: 5px;
	padding-top: 20px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#header-text {
	position: absolute;
	left: 370px;
	top: 60px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	width: 497px;
}

#header-band {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
	background-image: url(images/header-band.gif);
	background-repeat: repeat-x;
}

#body {
	position: relative;
}

#menu {
	width: 299px;
	background-color: #E10000;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: top;
}

#content {
	padding: 30px 20px 10px 10px;
	vertical-align: top;
}

#side {
	width: 150px;
	padding-top: 30px;
	vertical-align: top;
	text-align: center;
}

#footer {
	position: relative;
	padding: 5px;
	background-color: #960000;
	color: #FFFFFF;
}

