@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg-tile.jpg) repeat;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	margin:0px;
}

#container {
	text-align:center;
	margin:0 auto;
	width:900px;
	background:url(../images/body-tile.jpg) repeat-y;
}

#menu {
	width:900px;
	height:35px;
	display:inline-block;
	margin:0 auto;
	padding:0px;
}

#header {
	width:900px;
	margin:0px;
}

#content {
	width:636px;
	float:left;
	text-align:left;
	padding:0px 5px 5px 19px;
}

#sidebar {
	width:220px;
	float:right;
	padding:0px 15px 5px 5px;
}

#categories {
	background:#626262;
	width:191px;
	margin:0 auto;
	margin-top:10px;
	text-align:center;
	text-transform:uppercase;
}

#categories li {
	padding: 0px;
	margin: 0px auto;
	line-height:18px;
	list-style:none;
}

#categories a {
	color:#ffdf99;
	text-decoration:none;
}

#categories a:hover {
	color:#ffbd21;
	text-decoration:none;
}

#footer {
	clear:both;
	width:900px;
	height:80px;
	background:url(../images/footer.jpg) no-repeat;
}

#links {
	padding-top:25px;
	width:900px;
	text-align:center;
}

#links a{
	color:#ffffff;
	padding:0px 8px 0px 8px;
	text-decoration:none;
}

#links a:hover {
	color:#ffbd21;
	padding:0px 8px 0px 8px;
	text-decoration:none;
}

#powered {
	float:left;
	width:50px;
	padding-top:5px;
	padding-left:10px;
}

#copyright {
	float:right;
	width:790px;
	color:#a9a9a9;
	font-size:11px;
	text-align:right;
	padding-right:45px;
	padding-top:20px;
}

#categories a {
	color:#ffdf99;
	text-decoration:none;
}

#categories a:hover {
	color:#ffbd21;
	text-decoration:none;
}

h1 {
	height:42px;
	padding-left:15px;
	line-height:38px;
	color:#ffbd21;
	font-size:24px;
	background:url(../images/h1-bg.jpg) no-repeat;
}

h2 {
	color:#ffd763;
	font-size:22px;
	text-decoration:underline;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#ffe9a9;
	margin:0px;
}


/*BUY PAGE*/
.small_blackcopy {
  FONT-WEIGHT: normal;
  FONT-SIZE: 12px;
  COLOR: #ffffff;
}

.sub_header {
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
  TEXT-TRANSFORM: uppercase;
  COLOR: #cc3300;
  TEXT-DECORATION: none;
}

.small_blackbold {
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  COLOR: #ffe9a9;
  TEXT-DECORATION: none;
}
/*END BUY PAGE*/

/*CATEGORY PAGE*/
.law-number {
	background-color:#b05368;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

.law {
	background-color:#ffd763;
	color:#961a36;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

.law-add {
	background-color:#b05368;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	font-size:11px;
}

.left-column {
	width:40%;
	text-align:center;
	float:left;
	padding-left:10%;
	font-size:14px;
}

.left-column a {
	color:#ffdf99;
	text-decoration:none;
}

.left-column a:hover {
	color:#ffbd21;
	text-decoration:none;
}

.right-column {
	width:40%;
	text-align:center;
	float:right;
	padding-right:10%;
	font-size:14px;
}

.right-column a {
	color:#ffdf99;
	text-decoration:none;
}

.right-column a:hover {
	color:#ffbd21;
	text-decoration:none;
}
/*END CATEGORY PAGE*/

