/* 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: #7C0000; TEXT-DECORATION: none}
A:visited {COLOR: #604A4A; TEXT-DECORATION: none}
A:active {COLOR: black; TEXT-DECORATION: none}
A:hover {COLOR: black; TEXT-DECORATION: none}

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(images/.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-color:#7C593B;
      background: url(bar/bg_diamond.jpg) repeat-y top center;
	  background-attachment: fixed;
}



div{text-align:left;}

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

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

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

.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;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #840000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #840000;
}
