/* ----[Global]---- */

body {
	background-image: url('../images/icc_outside1.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
img {
	padding: 0;
	margin: 0;
	text-align: center;
}
/* ----[Structure]---- */

#container {
	alignment: center;
	background-color: #240b03;
	border: 2px solid #000000;
	width: 798px;
	height: auto;
	margin: 0 auto;
}
#header {
	height: 191px;
	background-image: url('../images/masthead.jpg');
}
#left, #right {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0 6px;
	overflow: hidden;
}
#left {
	font-size:13px;
	width: 625px;
	height: auto;
	float: left;
	border: 0;
}
#right {
	background-image: url('../images/tpo_symbol.png');
	background-repeat: no-repeat;
	background-position: 15% 0;
	width: 140px;
	height: auto;
	padding-left: 12px;
	border-right: 0;
	float: right;
}
/* ---- [Menu] ---- */

#menu {
	height: 0;
	width: 100%;
	position: relative;
	top: 168px;
	padding: 0;
	margin: 0;
	text-align:center;
}
#menu li {
	width: 25%;
	float: left;
	list-style-type: none;
}
#menu img {
	border: none;
	padding: 0;
	margin: 0;
}
img.bottom {
	margin: 0;
	padding: 0;
}
/* ----[Topography] ---- */

.left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
a {
	color: #FFFFFF;
}
/* ----[Sidebar]---- */

#right h2 {
	font-variant: small-caps;
	font-size: 14px;
	text-decoration: underline;
	color: #bd934f;
	padding: 0;
	margin-left: -4px;
}
#right h3.pro {
	font-variant: small-caps;
	font-size: 11px;
	color: #ffcc99;
	position: relative;
	left: -4px;
	padding: 0;
	margin: 0;
}
#right h3.link {
	font-variant: small-caps;
	font-size: 11px;
	color: #ffcc99;
	position: relative;
	top: -12px;
	left: -8px;
	padding: 0;
}
#boss {
	position: relative;
	top: -12px;
	left: -25px;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}
#right a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 4px;
	padding: 0;
}
#recruit {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -10px;
}
#recruit li {
	margin-left: -5px;
	padding: 0.5px;
}
#recruit img {
	vertical-align: middle;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer { 
	height: 21px;
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../images/content_bg_bottom.png);
} 
