body {
	background-color: #1a1a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
a {
	color: #d0eb6a;
	text-decoration: none;
}
a:visited {
	color:#c0db5a;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color:#d0eb6a;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d0eb6a;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

#topborder{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #000000;
	text-align: right;
	padding-top: 2px;
	}

/* ----------container to center the layout-------------- */
#container {
	width: 800px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1a1a1a;
	background-image: url(../Images/Background_Content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #1a1a1a;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	position: fixed;
	top: 22px;
	width: 800px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
	padding: 142px 25px 0px 10px;
	margin-left: 200px;
	top: 150px;
	clip:         rect(126px auto auto auto);
	overflow: hidden;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}
div#content {
	min-height:600px;

height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	background-color: 1a1a1a;
}

p, pre{
	padding: 5px 10px;
	margin:0px;
	background-color: 1a1a1a;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: 1a1a1a;
	position: fixed;
	top: 149px;
	z-index: 1;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}
#eipbox {
	border: thin dotted #CCCCCC;
	background-image: url(../Images/greybox.png);
	background-repeat: repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bbbbbb;
	overflow: auto;
	text-align: justify;
}
#photobox {
	background-image: url(../Images/greybox.png);
	background-repeat: repeat;
	width: 100%;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#map {
	height: 300px;
	width: 500px;
}
