/* GENERAL */
BODY {
	margin: 0;
	background: #eaeaea;
	text-align: center;
	font-family: Arial;
}
IMG {
	border: 0;
}
LABEL {
	display: block;
	clear: both;
}
INPUT, TEXTAREA {
	background: #f3f3f3;
	border: 1px solid #cccccc;
	width: 350px;
}
INPUT.button {
	background: #7c0041;
	color: #ffffff;
	font-weight: bold;
	width: auto;
	padding: 5px 7px;
}
	
/* LAY-OUT */
#container {
	width: 975px;
	text-align: left;
	margin: 0 auto;
}
#container_float {
	float: left;
	background: #ffffff url(../images/container_bg.gif) repeat-y left;
	width: 100%;
}
#container_inside {
	float: left;
	width: 960px;
}
#top {
	float: left;
	width: 100%;
	height: 65px;
	background: url(../images/top_bg.gif) repeat-x top;
}
#logo {
	float: left;
}
#utilities {
	float: right;
	margin: 7px 20px 10px 10px;
}
#menu {
	float: left;
	width: 100%;
	height: 30px;
	background: #e06e0e url(../images/menu_bg.gif) repeat-x top;
}
#photo {
	float: left;
	width: 100%;
	height: 175px;
}
#main {
	float: left;
	width: 100%;
}
#main_left {
	float: left;
	width: 230px;
	padding-bottom: 25px;
}
#main_left .banner {
	float: left;
	margin: 30px 0px 0px 28px;
}
.textbox {
	float: left;
	width: 190px;
	margin: 23px 0px 0px 21px;
	background: #ffffff;
}
.textbox_inside {
	padding: 13px;
}
#main_right {
	float: right;
	width: 730px;
}
#content {
	margin: 30px 60px 10px 60px;
}
#content UL, #content OL {
	margin-left: 30px;
}
#content TD UL, #content TD OL {
	margin-left: 15px;
}
#box {
	float: left;
	width: 565px;
	margin-left: 25px;
	margin-right: 15px;
}
#box_top {
	background: url(../images/box_top.gif) no-repeat;
	float: left;
	width: 100%;
	height: 27px;
}
#box_middle {
	float: left;
	background:url(../images/box_middle.gif);
	width: 100%;
}
#box_middle_inside {
	padding: 0px 27px;
}
#box_bottom {
	background: url(../images/box_bottom.gif) no-repeat top;
	float: left;
	width: 100%;
	height: 47px;
}
#footer {
	float: left;
	width: 100%;
	height: 55px;
	text-align: center;
}
#footer HR {
	width: 610px;
	color: #cccccc;
	border: 0;
	background-color: #cccccc;
	height: 1px;
}
.whatwedid_title {
	float: left;
	clear: both;
	width: 128px;
	padding: 10px;
	text-align: center;
}
#bottom_shadow {
	float: left;
	width: 975px;	
	height: 15px;
	background: #eaeaea url(../images/shadow_bottom.gif) no-repeat;
}

/* TEXT */
INPUT, TEXTAREA {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
}
#utilities, #utilities A {
	font-size: 11px;
	color: #9e9e9e;
	text-decoration: none;
}
#utilities A:hover {
	text-decoration: underline;
}
.textbox {
	font-family: Arial;
	font-size: 12px;
	color: #606060;
	line-height: 21px;
}
.textbox SMALL {
	font-size: 10px;
}
.textbox A {
	color: #7c0041;
}
.purple {
	color: #7c0041;
}
#content H1 {
	font-size: 16px;
	font-weight: bold;
	color: #7c0041;
	margin: 0px 0px 15px 0px;
}
#content, #content TD {
	font-size: 12px;
	color: #555555;
	line-height: 17px;
}
#content A {
	color: #7c0041;
}
#content A:hover {
	color: #777777;
}
#content H2 {
	font-size: 15px;
	color: #8c8c8c;
}
#box {
	color: #777777;
}
#footer {
	line-height: 15px;
}
#footer, #footer A {
	font-size: 11px;
	color: #8d8d8d;
}
#footer A:hover {
	color: #7c0041;
}