body{
	background:white;
	font: 16px georgia;
	color:black;
}
.left{
	float:left;
}
.right{
	float:right
}
.clear{
	clear:both;
}

h1{
	font-weight:bold;
	font-variant:small-caps;
	color:black;
	text-align:center;
}
h2{
	font-weight:bold;
	font-variant:small-caps;
	color:black;
	text-align:center;
}
h3{
	font-weight:bold;
	font-variant:small-caps;
	color:black;
	text-align:center;
}
img{
	border:0;
	}
a{
	color:black;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
  color:green;
}
li{
	list-style-type:none;
}
	
/*header*/

}
#banner{
	position:absolute;
	top:10px;
	right:10px;
	left:128px;
	bottom:1px;
	width:1023px;
	height:74px;
	text-align:center;
	clear:none;
	z-index:0;
}

/*navigation bar*/
#navbar{
	position:absolute;
	text-align:center;
	top:94px;
	right:10px;
	left:128px;
	bottom:1px;
	width:1024px;
	height:40px;
	font:18px georgia;
	letter-spacing:2px;
	clear:none;
	z-index:1;
}
#navbar a{
	color:#006699;
}
#navbar a:hover {
  color:green;
}

/*columns for text*/
#ltcol{
	position:absolute;
	top:170px;
	right:640px;
	left:128px;
	margin-top:10px;
	margin-left:15px;
	margin-right:8px;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	width:480px;
	height:480px;
	text-align:center;
	letter-spacing:2px;
	line-height:200%;
	clear:none;
	z-index:2;
}
#ltcol a{
	color:#006699;
}
#ltcol a:hover {
  color:green;
}

#rtcol{
	position:absolute;
	top:170px;
	right:1152px;
	left:620px;
	margin-top:7px;
	margin-left:15px;
	margin-right:8px;
	padding-top:20px;
	padding-left:20px;
	width:480px;
	height:480px;
	text-align:center;
	letter-spacing:2px;
	line-height:200%;
	float:none;
	clear:none;
	z-index:2;
}

/*top line*/
#line{
	position:absolute;
	top:160px;
	left:128px;
	width:1024px;
	background:url(img/line.gif) repeat-x;
	float:none;
	clear:both;
	z-index:3;
}

#editor{
	position:absolute;
	top:180px;
	right:132px;
	left:10px;
	margin-top:10px;
	margin-left:15px;
	margin-right:8px;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	width:128px;
	height:480px;
	font:10px georgia;
	text-align:left;
	letter-spacing:2px;
	line-height:200%;
	clear:none;
	z-index:2;
}

/*bottom line*/
#bline{
	position:absolute;
	top:600px;
	left:128px;
	width:1024px;
	background:url(img/line.gif) repeat-x;
	float:none;
	clear:both;
	z-index:3;
}

#footer{
	position:absolute;
	top:620px;
	left:128px;
	width:1024px;
	text-align:center;
	font:12px georgia;
	font-weight:bold;
	letter-spacing:2px;
	float:none;
	clear:both;
	z-index:3;
}
/*current*/
#ltcol2{
	position:absolute;
	top:170px;
	right:640px;
	left:256px;
	margin-top:10px;
	margin-left:15px;
	margin-right:8px;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
	width:768px;
	height:768px;
	text-align:center;
	font:14px georgia;
	line-height:150%;
	clear:none;
	z-index:2;
}
#ltcol2 a{
	color:#006699;
	text-decoration:underline;
}
#ltcol2 a:hover {
  color:green;
}

#thumbnail{
	position:absolute;
	top:180px;
	right:140px;
	left:10px;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	width:128px;
	height:480px;
	font:12px georgia;
	text-align:center;
	letter-spacing:1px;
	line-height:200%;
	clear:none;
	z-index:2;
}

/*footer section current*/
#bline2{
	position:absolute;
	top:790px;
	left:128px;
	width:1024px;
	background:url(img/line.gif) repeat-x;
	float:none;
	clear:both;
	z-index:3;
}

#footer2{
	position:absolute;
	top:810px;
	left:128px;
	width:1024px;
	text-align:center;
	font:12px georgia;
	font-weight:bold;
	letter-spacing:2px;
	float:none;
	clear:both;
	z-index:3;
}




