body {
	background-attachment: fixed;
	background-color: #98a3b8;
	background-image: url(/images/bg.gif);
	//background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3C40;
}

a {
	color: #3F3D41;
}

#buttons {
	position:absolute;
	width:150px;
	z-index:2;
	left: 20px;
	top: 150px;
}

#buttons a img {
	border : 0px;
}

#buttons a {
	display:block;
	width: 150px;
	height: 40px;
	background: url(/images/buttons.png) 0 0 no-repeat;
}


#buttons a:hover { 
	background-position: 0 -40px;
}

#content{
	position:absolute;
	width:530px;
	height:auto;
	z-index:1;
	left: 200px;
	top: 130px;
	margin: 0px;
	padding: 0px;
}

#header {
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top: 20px;
}

hr {
	border: 0;
	color: #3E3C40;
	background-color: #3E3C40;
	height: 1px;
	width: 100%;
}

.pImg {
	float: right;
	clear: right;
	border: 2px solid #3E3C40;
}

.cbox {
	width: 100%;
	margin-bottom: 20px;
}

.cbox img {
	max-width:100%;
}

.ctop { background: transparent url(/images/contenttop.png) no-repeat; }

.pHdr {
	height: 48px;
	width: 100%;
}

.pDate {
	font-size: 9px;

}

.cbot { background: transparent url(/images/contentbottom.png) no-repeat; }

.pTitle {
	font-size: 16px;
	font-weight: bold;
	height: 38px;
}


.ctop, .cbot {
	width: 100%;
	height: 35px;
	font-size: 1px;
}

.cb {
	background: transparent url(/images/contentbg.png);
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}

#sidebar {
	position:absolute;
	width:240px;
	height:auto;
	left: 760px;
	top: 150px;
	margin: 0px;
	padding: 0px;
	display:none;
}

.stop { background: transparent url(/images/sbtop.png) no-repeat; }

.sbot { background: transparent url(/images/sbbott.png) no-repeat; }

.stop, .sbot {
	width: 240px;
	height: 10px;
	font-size: 1px;
}

.sb {
	background: transparent url(/images/sbbg.png);
  min-height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
}

#sidebartoggle {
	position:absolute;
	width:20px;
	height:auto;
	z-index:1;
	left: 760px;
	top: 150px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
