@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454036;
	line-height:18px;
}
body {
	background-color: #ee6500;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ee6500;
	text-decoration: none;
}
a:visited {
	color: #ee6500;
	text-decoration: none;
}
a:hover {
	color: #ee6500;
	text-decoration: underline;
}
a:active {
	color: #ee6500;
	text-decoration: none;
}
a.white:link {
	color: #FFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFF;
	text-decoration: underline;
}
a.white:active {
	color: #FFF;
	text-decoration: none;
}
a.grey:link {
	color: #454036;
	text-decoration: none;
}
a.grey:visited {
	color: #454036;
	text-decoration: none;
}
a.grey:hover {
	color: #454036;
	text-decoration: underline;
}
a.grey:active {
	color: #454036;
	text-decoration: none;
}
#wrapper {
	background:#FFFFFF;
	padding:60px 0 80px 0;
}
#content {
	width:900px;
	text-align:left;
	background:url(images/shell.gif) no-repeat;
	min-height:453px;
}
#content2 {
	width:900px;
	text-align:left;
	background:url(images/shell_light.gif) no-repeat;
	min-height:453px;
}
#innercontent {
	float:right;
}
#nav {
	float:left;
	width:500px;
}
#footer {
	padding:20px 0 20px 0;
	color:#FFF;
}
