/*//////////// general /////////////////*/
body {
	background-color:#FFFFFF;
	text-align: center;
	margin: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 690px;
}
#header {
	height: 250px;
	margin: 0px;
}
#container {
	position: relative;
	left: 0;
	top: 0;
	height: 640px;
	width: 690px;
}
a:hover {
	color: #666666;
}

/*//////////// text /////////////////*/
.serif18orange {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #D99A6F;
	text-decoration: none;
}
.serif18grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
	text-decoration: none;
}
.serif18greyLight {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: none;
}
.serif12grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.serif12greyNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	line-height: 18px;
}
.serif11grey {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.serif12orangeNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #D99A6F;
	text-decoration: none;
	line-height: 18px;
}

/*//////////// layers /////////////////*/
#frontHeading {
	position: relative;
	top: 250px;
	left: 0px;
	width: 690px;
	height: 250px;
	z-index: 0;
}
#title {
	position: absolute;
	width: auto;
	left: 0px;
	top: 100px;
	text-align: left;
	z-index: 0;
	height: 20px;
}
#navTitle {
	position: absolute;
	height: 20px;
	width: 163px;
	left: 0px;
	top: 18px;
	text-align: left;
}
#navigation {
	position: absolute;
	width: auto;
	left: 210px;
	top: 21px;
	text-align: left;
	z-index: 1;
	height: 20px;
}
#frontMenu {
	position: absolute;
	left: 131px;
	top: 31px;
	width: auto;
	text-align: left;
	z-index: 1;
}
#pageNo {
	position: absolute;
	height: 20px;
	width: 150px;
	left: 540px;
	top: 100px;
	text-align: right;
}
.serif12greenNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #66CC33;
	text-decoration: none;
	line-height: 18px;
}
#txtL {
	position:absolute;
	left:0px;
	top:552px;
	width:380px;
	height:34px;
	z-index:1;
	text-align: left;
}
#txtR {
	position:absolute;
	top:552px;
	height:21px;
	z-index:1;
	text-align: right;
	left: 390px;
	width: 300px;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 4em;
	margin-bottom: 0;
	list-style-type: none;
	
}#navigation ul {
	margin: 0;
	padding: 0;
}
#frontMenu ul li {
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 4em;
	margin-bottom: 0;
	list-style-type: none;
	
}

/*//////////// profile /////////////////*/
#record {
	width: 330px;
	position: relative;
}
#date {
	left: 0px;
	width: 50px;
	position: absolute;
}
#item {
	width: 270px;
	margin-left: 50px;
	top: 0px;
	left: 40px;
}

