body {
	background-color: #dc780e;
	background-image: url(images/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px;
}
div#container {
	width: 754px;
	height: 600px;
  margin 0 auto; 
	margin-left: auto;
	margin-right: auto;
} 
#boxes {
	position: relative;
	width: 475px;
	top: 42px;
	z-index: 4;
	left: 30px;
	float: left;
}
.boxestext {
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-right: 18px;
	margin-left: 18px;
}
.boxestext a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.boxestext_whitelarge {
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin-right: 22px;
	margin-left: 22px;
	color: #FFFFFF;
	margin-top: 13px;
	text-align: justify;
}
.boxestext_contact {
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-right: 22px;
	margin-left: 19px;
	color: #FFFFFF;
	margin-top: 21px;
	text-align: right;
}
.boxestext_contact a {
	color: #FFFFFF;
	text-decoration: none;
}
.boxestext_contact a:hover {
	color: #FF3300;
	text-decoration: none;
}
.email {
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 45px;
	text-align: right;
	margin-right: 22px;
	margin-top: 250px;
}
.email a {
	color: #000000;
	text-decoration: none;
}
.email a:hover {
	color: #FF3300;
	text-decoration: none;
}
h1   {
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0px;
	margin-top: 15px;
	margin-bottom: 3px;
	margin-right:18px;
	margin-left:18px;
}
h1 a   {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover  {
	color: #000000;
	text-decoration: none;
}
#red {
	position: absolute;
	width: 30%;
	top: 40px;
	z-index: 0;
	left: 0;
	background-image: url(images/red.gif);
	background-repeat: repeat-x;
	height: 120px;
}
#logo {
	position: relative;
	left: 0px;
	top: 40px;
	z-index: 1;
	float: none;
}
#linkmenu {
	position: relative;
	top: 6px;
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 30px;
	width: 220px;
	float: left;
	z-index: 2;
}
#linkmenu a {
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/white_dot.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 35px;
}
#linkmenu a:hover {
	text-decoration: none;
	color: #FFCC99;
	background-image: url(images/orange_dot.gif);
	background-repeat: no-repeat; 
	background-position: 0 4px; 
	padding-left: 35px;
}
#linkmenu a:active {
	text-decoration: none;
	color: #FFCC99;
	background-image: url(images/orange_dot.gif);
	background-repeat: no-repeat; 
	background-position: 0 4px; 
	padding-left: 35px
}
.text {
	font-family: "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 15px;
	margin-left: 35px;
	text-align: justify;
	letter-spacing: 0px;
}
.alink {
	color: #FFCC99;
	padding-left: 7px;
	}
