/*--------------
|     BODY	   |
--------------*/
body {
	background: url(/images/background.diamond.fade.jpg) no-repeat top center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align:center;
}

/*--------------
|    IMAGES	   |
--------------*/
img {
	border: 0px;
}

/*--------------
|    LAYOUT	   |
--------------*/
div.category_text {
	font-size: 12px;
	padding-left: 10px;
}

div.category_title {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}

div.left_sidebar {
	background-color: #F5F5DC;
	font-size: 10px;
	text-align: left;
	width:200px;
}

ul.nav {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 187px;
}

ul.nav li {
	border-top: 1px solid #000000;
	height: 21px;
	width: 187px;
}

table {
	padding:5px;
}

/*--------------
|    LINKS	   |
--------------*/
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.category_text a {
	color: #0000FF;
}

div.category_text a:hover {
	color: #0000FF;
}

div.content_container a:link, div.content_container a:visited {
	color: #BB2484;
	text-decoration: underline;
}

div.content_container a:hover {
	text-decoration: none;
}

ul.nav li a:link, ul.nav li a:visited {
	background-image: url(/images/nav_up.jpg);
	background-repeat: no-repeat;
	color: #263b50;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	text-align: center;
	vertical-align: middle;
	width: 187px;
}

ul.nav li a:hover {
	background-image: url(/images/nav_over.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}


/*--------------
|     TEXT	   |
--------------*/
h3 {
	margin: 0px;
}

h3.category_title {
	display: inline;
	margin-left: 5px;
}