body {
	font-family: Georgia, Times New Roman, Times, serif;
	background: url(../images/bg.jpg);
	background-attachment:fixed;
	margin: 0;
	padding : 0;
	font-size : 9pt;
	color : #434343;
	text-align: center;
}
#container {
	background-color: #fff;
	width : 700px;
	height: 100%;
	text-align: justify;
	margin-right : auto;
	margin-left : auto;
}

img {
	padding-bottom: 30px;
}

#center_print {
	text-align: center;	
}
.mainimage {
	background: url(../images/header.jpg) no-repeat center;
	background-color: #000000;
	width : 700px;
	height : 310px;
	margin-left : auto;
	margin-right : auto;
	color : #000;
}
#menu {
	background-color: #1c1c1c;
	height: 25px;
	padding-left: 120px;
	
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	margin: 0;
}

#menu2 {
	text-align: center;
	height: 25px;
	font-size: 7pt;
	letter-spacing: 1px;
	line-height: 25px;
	display: block;
	color: #a8c5be;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: small-caps;
	
}
#menu2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu2 li {
	float: left;
	margin: 0;
}


#bodytext {
	background-color: #fff;
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
	padding-bottom : 30px;
	min-height: 800px;
}
.footer {
	background-color: #1c1c1c;
	font-size: 7pt;
	letter-spacing: 1px;
	color: #d3d3d3;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: small-caps;
	width : 700px;
	height: 15px;
	margin-right : auto;
	margin-left : auto;
	border-top: 2px solid;
	padding-top : 5px;
	z-index: 1;
}