/* GLOBAL */
body {
	color: #222;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	background-color: #151515;
	background-image: url(../index/bg_page.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0
}

a:link {
	color: #652900;
	font-size: inherit;
	text-decoration: none;
}

a:visited {
	color: #652900;
	text-decoration: none;
}

a:active {
	color: #652900;
	text-decoration: none
}

a:hover {
	color: #652900;
	text-decoration: underline
}

table {
	font-size: inherit;
	line-height: inherit
}

.body {
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 20px
}
/* END GLOBAL */


/* HOME */
.columncopy {
	margin-left: 15px;
	margin-right: 5px
}

.grouptitle {
	font-size: 17px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 15px
}
/* END HOME */

/* NEW RELEASES */
.columnMargins {
	margin-left: 15px;
	margin-right: 15px
}
/* NEW RELEASES */