#intro {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background2.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #000000;
	text-align: center;
	height: 300px;
}

#footer {
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
	background-image: url(images/background1.gif);
	background-repeat: repeat-y;
	height: 150px;
}

#header2 {
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align: center;
	background-image: url(images/background1.gif);
	background-repeat: repeat-y;
	height: 150px;
}

body {
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background1.gif);
	background-repeat: repeat-y;
	background-position: left;
	letter-spacing: 1px;
	line-height: 12.5px;
	background-color: #000000;
}
a { 
	color: #3399FF;
}
#navigation2 {
	background-image: url(images/buttonback.gif);
	background-repeat: repeat-x;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
	margin-right: 3px;
	padding: 1px;
	width: 32%;
	float: left;
	margin-top: 3px;
}
#navigation2: hover {
	background-image: url(images/contact_hvr.gif);
	background-repeat: repeat-x;
}