/* 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: #D6D5D3; TEXT-DECORATION: none}
A:visited {COLOR: #908D80; TEXT-DECORATION: none}
A:active {COLOR: #A1966C; TEXT-DECORATION: none}
A:hover {COLOR: #C6BD9B; 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();
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-color:black;
}



div{text-align:left;}

.box {
aign: center;
height: 100px;
background: #000000;
background-color: #000000;
background-image:url("images/bg.jpg");
background-repeat: no-repeat;
}

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

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

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#body {

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

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

