body
{
	padding: 0;
	margin: 0;
	background-image: url(images/backbody.jpg);
	background-repeat: repeat-x;
	background-color: #666;
}
html
{
  text-align: left;
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
a
{
	text-decoration: none;
	color: #ffffff;
	background: #d95600;
}
a:hover
{
	text-decoration: underline;
	color: #ffffff;
	background: #d95600;
}
a img
{
	background: none !important;
	border: 1px solid #ffff80;
}
h1
{
	color: #d95600;
}
.editbutton
{
	z-index: 3;
}
.orangebox
{
	border-left: #ffff80 solid 20px;
	border-right: #ffff80 solid 1px;
	border-top: #ffff80 solid 1px;
	border-bottom: #ffff80 solid 1px;
	background-color: #d95600;
	z-index: 1;
	position: relative;
	top: 30px;
	left: 50%;
	width: 720px;
	margin: 0 0 0 -380px;
	padding: 20px 20px 10px 10px;
}
.contentbox
{
	padding: 90px 15px 35px 15px;
	background: #FFFFFF;
	z-index: 2;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.2em;
	background-image: url(images/i_top.jpg);
	background-repeat: no-repeat;
	color: #303030;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 520px;
	min-height: 400px;
	margin: 0 0 0 -170px;
}
.footer
{
	width: 540px;
	padding: 5px 5px 5px 5px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 2;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1.1em;
	text-align: center;
	color: #303030;
	background-color: #BBBBBB;
}
.menu
{
	padding: 30px 30px 30px 5px;
	color: #ffffff;
	width: 160px;
	text-align: right;
	font-size: 1.2em;
}
.g2image_normal
{
	margin: 4px;
	background-color: none;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
	background-color: none;
}

.g2image_float_right
{
	float: right;
	clear: right;
	margin: 4px;
	background-color: none;
}

.g2image_centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: none;
}

