/* ========================================================================= **
** Thornton 2 Productions - CSS 1 Main Stylesheet
** Last changed - Saturday, May 21, 2005
** ========================================================================= */

body {	/* color:#000000; background-color:#ffffff; */
	color: #000;
	background: url('images/wpaper1.jpg') top left repeat-y #fff; }

a:link {	color:#00f; background:inherit; }
a:visited {	color:#00f; background:inherit; } 
a:hover {	color:#f00; background:inherit; }
a:active {	color:#f00; background:inherit; }
a.name {	color:#000; background:inherit; }


.menu { float:left; width:176px; margin:0px 0px 0px 0px; }
.body { margin-left: 184px; }

.invisobanner {	display: none; }

.heading { text-align:center; }

.odd      { color:#000000; background:#ffffff; }
.even     { color:#000000; background:#ffcccc; }
.selected { color:#000000; background:#ccccff; }

.bl {	display: block; }
.bi {	display: none; }

.box-bg {	background-color: #fff;
		position: relative; right: -0px; bottom: -6px; }
.box {	background: url('images/bg11.png') top left no-repeat;
	margin-right: 10px; margin-bottom: 10px;
	position: relative; left: -0px; top: -6px;
	color: #000; }
.box-head {	background: url('images/bg12.png') top right no-repeat;
		padding: 5px; padding-right: 10px;; margin: 0;
		position: relative; right: -10px; padding-left: 0;
		margin-bottom: 10px; }
.box-head a {	text-decoration: none;
		background: url('images/bg16.png') bottom left no-repeat;
		display: block; margin: 0; margin-bottom: 5px;
		position: relative; left: -10px; padding-left: 15px;
		margin-left: -20px; padding-bottom: .5em; }
.box h2 {	font-size: 1em; line-height: 1em;
		background: url('images/bg17.png') bottom right no-repeat;
		display: block; padding: 5px; margin: 0 0 0 0;
		position: relative; right: -20px; padding-left: 0;
		margin-right: 10px; padding-bottom: 0px; }
.box-body {	background: url('images/bg15.png') top right repeat-y;
		margin: 0; margin-top: -2em; padding: 5px; padding-right: 10px;
		position: relative; right: -10px; padding-left: 0;
		padding-top: 20px; }
.box-foot {	background: url('images/bg13.png') bottom left no-repeat;
		position: relative; top: 20px; }
.box-foot div {	background: url('images/bg14.png') bottom right no-repeat;
		display: block; padding: 5px; margin: -2em 0 0 0;
		position: relative; right: -10px; padding-left: 0; }


