body {
	width:99%;
	margin:0 0 100px 0;
	background-image: url(../images/bg_02.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}	
#centerer {
	width: 760px;
	margin:60px auto;
	position: relative;
	/*top: -100px;*/
	z-index: 1;
}
#pageContents{
	line-height:20px;
	font-size: 12px;
	color: #BBBDBF;
	font-family: Arial, Helvetica, sans-serif;
	width:657px;
	z-index:1;
	padding-top: 70px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #666666;
	padding-bottom: 40px;
	margin-left: 14px;
	overflow:auto;
}
#pageContents img{
	float: left;
	padding: 0 20px 20px 0;	
}
#pageContents .copy hr {
	clear: left;
	visibility: hidden;
}

#topBar {
	background: url(../images/topBar.gif) no-repeat;
	height:65px;
	position: absolute;
	z-index: 2;
	top: -40px;
	width: 765px;
}
#leftBG {
	background: url(../images/leftSide.gif) repeat-y left;
}
#rightBG {
	background: url(../images/rightSide.gif) repeat-y right;
	width: 765px;
}
#thumbField {
	height:260px;
	overflow:auto;
}

#footer {
	background: url(../images/bottom.gif) no-repeat center;
	height:43px;
	width:760px;
	z-index:0;
	margin-left: 3px;
	position: absolute;
	bottom: -25px;
}
#menu {
	width: 548px;
	position: absolute;
	left: 200px;
	background-color: #666666;
	z-index: 20;
	top: 30px;
}
#menu A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-right: 50px;
	letter-spacing: 1px;
}
a {
text-decoration: none;
}
a:link{
	color:#BCC7D8;
}
a:visited{
	color:#999999;
}
a:hover{
	color:#6699FF;
}
li a{
	font-size:16px;
}
.dashBoard{
	margin-top:50px;
	list-style-type: none;
}
h1 {
	font-size: 18px;
	text-align: center;
	letter-spacing: 5px;
	font-weight: normal;
	font-style: italic;
}
h2 {
	font-size: 16px;
	letter-spacing: 5px;
	font-weight: normal;
	font-style: italic;
	color:#BCC7D8;
	text-align:right;
	display:inline;
}
h3 {
	font-size: 16px;
	letter-spacing: 5px;
	font-weight: normal;
	font-style: italic;
	color:#BCC7D8;
	text-align:left;
}
#conash3D0 {
	visibility: hidden;
	height:0px;
}
.formLabel {
	display: block;
}
.insertSpacer{
	/*width:60%;*/
	float: left;
	padding: 0 20px 20px 0;
}
.entry{
	background-color:#555; 
	padding:10px;
}
