* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	line-height: 1.5em;
}

body {
	width: 1002px;
}

div#banner {
	width: 1002px;
	height: 112px;
	position: relative; 
	background-image: url(enfora-world-banner-bright.png); 
	background-repeat: no-repeat;
	background-color: #FF3535;
	clear: both;
}

div.languageselect {
	width: 120px; 
	height: 16px; 
	font-size: 10px;
	color: white;
	text-align: center;
	font-size-adjust: none;
	white-space: nowrap;
	position: absolute; 
	left: 847px;
	top: 37px;
}

div#banner div a {
	font: inherit;
	color: white;
}

div#banner div a:hover {
	color: black;
}

div#searchbutton {
	width: 121px; 
	height: 10px; 
	font-size: 8px;
	color: white;
	text-align: right;
	position: absolute; 
	right: 188px;
	bottom: 16px;
	text-transform: uppercase;
	padding: 3px 4px;
	border-right: 1px solid white;
}

div#searchbutton:hover {
	color: black;
}

div#banner input {
	width: 121px; 
	height: 11px; 
	font-size: 9px;
	text-align: left;
	border-style: none;
	position: absolute; 
	left: 822px;
	bottom: 16px;
}

div#searchbutton input {
	width: auto;
	height: auto;
	position: relative; 
	left: 0;
	bottom: 0;
	text-align: right;
	text-transform: uppercase;
	color: white;
	background: transparent;
}

div#searchbutton input:hover {
	color: black;
}

div#header-bar {
	width: 100%;
	font-size: 0px;
	height: 6px;
	border-top: 2px solid #373435;
	background-color: #9C3334;
}

div#container {
	margin: 0;
	padding: 0px 183px 0px 317px;
	/* page width is 1002 */
	width: 502px;
	min-height: 365px;
	position: relative;
}

div#column-center {
	margin: 10px;
}

div#column-left {
	padding: 0px 30px 0px 30px;
	width: 146px;
	color: white;
	font-weight: bold;
	background-color: #FF3535;
	position: absolute; 
	top: 0;
	left: 111px;
	/* z-index: -5; */
}

div#column-right {
	width: 183px;
	color: #FF3535;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}

div.content-column {
	width: 100%;
	background-image: url(vertical-grey-gradient.png); 
	background-repeat: repeat-x;
	background-color: #F1F1F1;
}

div.content-column table,
div.content-column li,
div.content-column form {
	margin: 0px 20px;
}

div.content-column p,
div.content-column ul {
	margin: 0.5em 20px;
}

table.content-column-table {
	width: 565px;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}
td.content-column-table-cell {
	width: 545px;
	align: left;
	valign: top; 
}

div.top_left_curve {
	width: 5px;
	height: 5px;
	background-image: url(grey_top_left_corner_5x5.png); 
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

div.top_right_curve {
	width: 5px;
	height: 5px;
	background-image: url(grey_top_right_corner_5x5.png); 
	background-repeat: no-repeat;
	position: relative;
	float: right;
}

div.content-column-header {
	width: 100%;
	height: 20px;
 	background-image: url(grey_eyebrow_gradient_5px.png); 
	background-repeat: repeat-x;
	background-color: #B0B0B0;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	color: white;
}

div.content-column-header a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	color: white;
}

div#footer-bar {
	width: 100%;
	height: 0px;
	border-top: 1px solid #E6E6E6;
	z-index: -10;
}

div#footer {
	padding: 6px 0 0 369px;
	width: 633px;
	height: 30px;
	/* page width is 1002 */
	background-image: url(swooshbot.png);
	background-repeat: no-repeat;
	position: relative; 
	z-index: 10;
}

div#footer a {
	font-size: 10px;
	color: #FF3535;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

div#footer-copyright {
	margin: -10px 0 0 0;
	padding: 0;
	width: 633px;
	font-size: 10px;
	color: gray;
	text-align: center;
	float: right;
	clear: both;
}
