/*	 BACKGROUND IMAGES	*/
body {
	font-family: trebuchet, "trebuchet ms", verdana, sans-serif;
	background: url('../imgs/bg/bgTextureD.jpg') fixed;
}
#pageShell {
	color:#fff;
}
#sidebars {
	background: url(../imgs/bg/R-L_Fadebar_905.jpg) repeat-y;
}
#page {
	background: url('../imgs/bg/bgTextureC.jpg');
}
#sitehead {
	background: url('../imgs/graphics/jkNameB.jpg') no-repeat left;
}
#footer {
	font-size: 10px;
	font-family: verdana,sans-serif;
	background: url('../imgs/bg/bgTextureD.jpg') fixed;
}
#bottfade {
	background: url('../imgs/bg/bottFadeB.jpg') repeat-x;
}

/* PAGE HEADER */
h2.header1 {
	margin-bottom: 7px;
	padding: 1px 0 2px 12px;
	background: url('../imgs/bg/cornerA_tl.gif') no-repeat top left;
	background-color: #69C;
	color: #000066;
}
div.entry h2 {
	font-size: 20px;
	margin-bottom: 7px;
	padding: 1px 0 1px 12px;
	background: url('../imgs/bg/cornerA_tl.gif') no-repeat top left;
	background-color:#69C;
	color:#000066;
}

/* MAIN SITE NAV */
#sitenav div.navs {
	height: 22px;
	line-height: 22px;
}

/* MENU */
.topimg {
	display: block;
	margin-bottom: 24px;
	border: 1px solid #fff;
}
#buttons {
	width: 150px;
}

/* SPECIAL MENU */
.specialMenu {
	text-align: left;
	margin-bottom: 7px;
	padding-left: 5px;
}
.specialMenu ul {
	margin: 0 10px 0 16px;
	padding: 0;
	font-size: 12px;
	color:#03FFAA;
	padding-bottom: 7px;
}
.specialMenu li {
	padding-bottom: 2px;
}
.specialMenu label {
	width: 150px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 7px;
}

/* ELEMENTS */
.hr-sty1 {
	width: 300px;
	margin: 24px auto;
	border: 0;
	border-bottom: 1px solid #69c;
}
.hr-sty2 {
	width: 400px;
	margin: 10px auto;
	border: 0;
	border-bottom: 1px solid #69c;
}
.center-text {
	text-align: center;
}

/* CORNER BOXES */
.cornerbox_content {
	min-height: 320px;
	padding: 6px 20px;
	background: url('../imgs/bg/20pTrans.png');
}
.btwcor {
	height: 7px;
	margin: 0 7px;
	background: url('../imgs/bg/20pTrans.png');
	padding: 0;
}
.rtop {
	background: url('../imgs/bg/corners/tr-grey20p-trans-7px.png') no-repeat top right;
	height: 7px;
	padding: 0;
}
.ltop {
	background: url('../imgs/bg/corners/tl-grey20p-trans-7px.png') no-repeat top left;
	height: 7px;
	padding: 0;
}
.rbot {
	background: url('../imgs/bg/corners/br-grey20p-trans-7px.png') no-repeat bottom right;
	height: 7px;
	padding: 0;
}
.lbot {
	background: url('../imgs/bg/corners/bl-grey20p-trans-7px.png') no-repeat bottom left;
	height: 7px;
	padding: 0;
}

