/* CSS Document */

body {
	background-color:#ee242c;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	width:100%;
}
body {
	min-height:700px;
}
* html #body {
	height:700px;
}
a {
	color:#000000;
	font-weight:bold;
}
#body_content {
	background-image:url(/promo/images/case.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:750px;
	overflow:auto;
}
#body_gap {
	float:left;
	width:18px;
}
#body_left {
	float:left;
	text-align:left;
	width:60%;
}
#body_right {
	float:left;
	width:35%;
}
#foot_1 {
	background-image:url(/promo/images/footer.gif);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:middle;
	height:90px;
	width:750px;
}
#foot_2 {
	color:#000000;
	width:700px;
}
#foot_2 a {
	color:#000000;
	font-weight:bold;
}

#header {	
	background-image:url(/promo/images/header.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:90px;
	width:750px;
}
#logo {
	background-image:url(/promo/images/case.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	height:100px;
	width:475px;
}
#logo_2 {
	background-image:url(/promo/images/case.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	height:100px;
	width:275px;
}

#navigation {
	background-color:#FFFFFF;
	height:35px;
	text-align:center;
	width:100%;
}
	.field
	{
		clear:both;
	}
	.field label
	{
		clear:left;
		float:left;
		width:30%;
	}
	.field input
	{
		clear:right;
		float:right;
	}
	.field textarea
	{
		clear:both;
		float:left;
	}
	.checkbox
	{
		clear:both;
	}
	.checkbox input
	{
		border:none;
	}
	.submit
	{
		clear:both;
		text-align:right;
	}
	.input_small
	{
		width:120px;
	}
	.textarea_small
	{
		width:185px;
	}
	* html .textarea_small
	{
		width:187px;
	}