@charset "utf-8";
/* CSS Document */
html {
	height:100%
}

body {
	margin: 0 auto;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	background: #94907e url(images/bg_main.jpg) center fixed ;
	height: 1000px;
	width:100%
}

#head {
	margin:0 auto;
	width:739px;
	height:132px;
}

#content {
	margin:0 auto;
	width:739px;
}

#acontent {
	margin:17px;
}

#footer {
}

h1 {
	font-size:30px;
}


#logo {
	float:left;
	height:99px;
}

#logo2 {
	float:right;
	height:99px;
}
#logo2-2 {
	float:right;
	height:33px;
	width:196px;
}

#nav {
	height:33px;
	width:739px;
	background: url(images/link_bg.jpg) repeat-x;
}






.clear {
	clear:both;
}




table.members {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: ;
	border-collapse: collapse;
}
table.members th {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: green;
}
table.members td {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: green;
}