#intro {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background2.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: center;
	height: 300px;
}
#copyright {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 10px;
	padding: 10px;
}
#main {
	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;
	clear: both;
}
#main2 {
	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;
	clear: both;
}

#header {
	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: 20px;
}
#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;
}


#content {
	text-align: left;
	padding: 20px 10px 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#content img {
	margin-right: 80px;
}


#navigation {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 850px;
}

#logo {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

body {
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: right;
	letter-spacing: 1px;
	line-height: 12.5px;
	background-color: #000000;
}
h2 {
	color: #CC0000;
	font-size: 13px;
}

a {
	color: #3399FF;
}
li {
	list-style-position: inside;
	list-style-type: square;
}
#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;
}
