/* This CSS Style Sheet was created by me, Devin Blake. If you are looking at this to learn CSS for yourself, then go right ahead. I don't mind. ^_^ */


A:link {COLOR: #536E73; TEXT-DECORATION: none}
A:visited {COLOR: #B6B6B6; TEXT-DECORATION: none}
A:active {COLOR: #7D0000; TEXT-DECORATION: none}
A:hover {COLOR: white; TEXT-DECORATION: underline overline}

BODY {  scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#696969;
	scrollbar-highlight-color:#696969;
	scrollbar-shadow-color:#696969;
	scrollbar-track-color:#000000;}

BODY {background-image: url()}
BODY {background-attachment: fixed}
BODY {background-color:#000000}



div{text-align:left;}

.box {
  aign: center;
  height: 200px;
  background: #000000;

}
.box-bg { background: bg url(table/bg.gif) repeat; }
.box-t { background: top url(table/bg_t.jpg) repeat-x; }
.box-r { background: right url(table/bg_r.jpg) repeat-y; }
.box-b { background: bottom url(table/bg_b.jpg) repeat-x; }
.box-l { background: left url(table/bg_l.jpg) repeat-y; }
.box-tr { background: top right url(table/bg_tr.jpg) no-repeat; }
.box-br { background: bottom right url(table/bg_br.jpg) no-repeat; }
.box-bl { background: bottom left url(table/bg_bl.jpg) no-repeat; }
.box-tl { background: top left url(table/bg_tl.jpg) no-repeat; }

.box-tl {
  padding: 50px 75px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#body {

  width: 780px;
}
#body .box-tl {
  padding-bottom: 50px;

  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 50px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}
