* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	padding: 0 20px 20px;
	color: #666;
}

p { margin-bottom: 10px; }

input, textarea {
	font-family: Arial;
	font-size: 12px;
}

#container {
	width: 916px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(/images/menu_bg.jpg) bottom left repeat-y;
}

#menu {
	width: 182px;
	float: left;
	padding: 5px 10px;
	text-align: right;
	margin-right: 5px;
	display: block;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 10000;
}

#menu p {
	margin-bottom: 10px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#header {
	float: left;
}

#header table {
	border-collapse: collapse;
	margin-bottom: 5px;
}

#mainBody {
	float: right;
	width: 709px;
}

#footer {
	float: right;
	width: 713px;
	border-width: 2px 0 5px 0;
	border-color: #b42539;
	border-style: solid;
	margin-top: 5px;
	position: relative;
	left: 0px;
}

.bodyImg {
	border: 2px solid #999;
	float: right;
	margin-left: 5px;
}

.redText { color: #b42539; }

.linkL, .linkLM, .linkR, .linkRM {
	border-color: #fff;
	border-style: solid;
}

.linkL { border-width: 0 2px 0 0; }
.linkLM { border-width: 2px 2px 2px 0; }
.linkR { border-width: 0 0 0 2px; }
.linkRM { border-width: 2px 0 2px 2px; }

#orderForm table td {
	padding: 0 10px 0 0;
}

#clearer {
	clear: both;
}

#backImg {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: 162px;
	background-color: #2a2359;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

ol, ul {
	margin: 0 0 0 30px;
}