body {
	font-family:'Times New Roman';
	background-color: silver;

	margin:0;
	text-align: center;
  	min-width: 650px 
}

img {

}

b {
	color: #663366;
	letter-spacing: -1;
	font-weight: 800;
	font-size: 13pt;
}

i {
	color: gray;
	letter-spacing: -1;
	font-size: 11pt;
}

a {
	color: #663366;
	

}

a:hover {

	color: #003300;	
}

/* -------- Whole Page Area--------- */

.main {

	position:relative;
	margin: 0 auto;
	background-color: white;
	width:650;
	text-align:left;
}

/* -------- Header Bar --------- */

.header {
	position:static;
	top:0;
	left:0;
	width:650;
	background-image: url('graphic/header.jpg');
	height:80;
}

.name {
	position:relative;
	top:50;
	left:90;
	font-size:19pt;
	letter-spacing:-1;
	font-weight:800;
	color:#000000;
}

.motto {
	position:absolute;
	top:29;
	left:575;
	width: 70;
	text-align:center;
	font-size:14pt;
	line-height:16px;
	color:#663366;
}

.est {
	position:absolute;
	top:43;
	left:487;
	font-size:10pt;
	font-weight:800;
	color:white;
}

.logo {
	position:absolute;
	top:5;
	left:5;
}

/* -------- Navigation Column --------- */

.control {
	float:left;
	height:419;
	width: 90;
	line-height:22px;
	background-image: url('graphic/left.jpg');
	letter-spacing: -1;
	font-weight: 800;
	font-size: 13pt;
}

.navs {
	position:relative;
	top:58;
	left:3;
}

.nav {
	line-height:18px;
	color: black;
	text-decoration:none;
}

.nav:hover {
	color: white;	
}

.spechd {

	color:white;
}

.spec {
	color: black;
	text-decoration:none;
}

.spec:hover {
	color: green;	
}

/* -------- Text Area --------- */

.text {
	float:left;
	width:430;
	margin:5;
	color: #331100;
	font-size:10pt;
	text-align:justify;
	background-image: url('graphic/bg.gif');
	background-repeat:no-repeat;
}

.mmbrs {
	text-align:left;
}

/* -------- EMMTAMM --------- */

form {
	margin:0;
}

hr {
	border:1px solid white;
	border-top:1px solid silver;
}

.min {
	width:410;
	font-family:'courier new';
	font-size:10pt;
}

.members {
	margin:10;
	padding:5;
	text-align:left;
	font-size:10pt;
	background-color:white;
}

.editor {
	position: absolute;
	top:33;
	left:15;
	visibility:hidden;
	height:100%;
	padding:50;
	background-color: white;
	border: 1px solid black;
	text-align:left;
}

.button {
	width:75;
	padding:3;
	text-align:center;
	border:1px solid gray;
	border-top: 1px solid white;
	border-left: 1px solid white;
	cursor:pointer;
	background-color:silver;
}



/* -------- Picture Column --------- */

.thumbs {
	float:left;
	background-color: white;
	color: #507612;
	font-size:8pt;
	cursor:pointer;
}

/* -------- Page Footer --------- */


.para {
	position:absolute;
	top:480;
	left:0;
	font-family:arial;
	width:90;
	text-align:center;
	text-decoration:none;
	font-weight:200;
	letter-spacing:0;
	font-size:7pt;
	color: silver;
	
}

.foot {
	clear:both;
	width:650;
	margin-top:3;
	padding-bottom:3;
	text-align:center;
	background-color: white;
	font-size:7pt;
	color: silver;
}
