@charset "UTF-8";


/* FRAMEWORK */
body {
	background-color:#FFFFFF;
	background-image:url("img/newsprint.jpg");
	//background-position:Center center; background-attachment:fixed; background-repeat:repeat-y;
	background-repeat:repeat;
	SCROLLBAR-FACE-COLOR: #EEEEEE;
	SCROLLBAR-HIGHLIGHT-COLOR: black; 
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: #EEEEEE;
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: #EEEEEE;
	SCROLLBAR-DARKSHADOW-COLOR: silver; 
	SCROLLBAR-BASE-COLOR: silver;
}

#container_title {
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#E1E1E1;
	z-index:-2;
	height:100px;
}

#title {
	background-color:#E1E1E1;
	width:776px;
	height:75px;
	margin-left: auto;
    margin-right: auto;
	z-index:1;
}

#container_menu {
	width:100%;
	background-color:#AAAAAA;
	background-image:url("img/menu_template.png");
	position:absolute;
	left:0px;
	height:30px;
	z-index:-1;
}

#menu {
	margin-left: auto;
    margin-right: auto;
	//background-color:#AAAAAA;
	width:776px;
	z-index:1;
	height:30px;
}

#container_content {
	width:796px;
	margin-left: auto;
    margin-right: auto;
	background-color:#FFFFFF;
	z-index:2;
	padding-top:10px;
	padding-bottom:10px;
	min-height:700px;
}

#content_advert {
	text-align:center;
}

#content_left {
	width:300px;
	height:100%;
	vertical-align:top;
	padding-left:10px;
}

#content_right {
	width:440px;
	vertical-align:top;
	padding-right:10px;
}

#container_footer {
	width:100%;
	background-color:#770000;
	background-image:url("img/footer_template.png");
	height:25px;
	//margin-top:10px;
	position:absolute;
	left:0px;
}

#title {
	background-color:#E1E1E1;
	width:776px;
	height:75px;
	margin-left: auto;
    margin-right: auto;
	z-index:1;
}

/* STYLE */
p {
	font-family:Times New Roman;
	font-size:14px;
	color:#000000;
	text-align:justify;
}

h1 {
	font-family:Garamond;
	font-size:28px;
	color:#403030;
	font-variant: small-caps;
	margin-top:2px;
	margin-bottom:0px;
	width:100%;
	clear:both;
}

h2 {
	font-family:Garamond;
	font-size:18px;
	color:#000000;
	font-variant: small-caps;
	margin-top:2px;
	margin-bottom:0px;
	width:100%;
	clear:both;
}

h3 {
	font-family:Garamond;
	font-size:14px;
	color:#000000;
	margin-top:2px;
	margin-bottom:0px;
	width:100%;
	clear:both;
}

div {
	font-family:Times New Roman;
	font-size:14px;
	color:#000000;
}

div.whiteFont {
	font-family:Times New Roman;
	font-size:14px;
	color:#FFFFFF;
}

div.homeArtist {
	font-family:Times New Roman;
	font-size:12px;
	color:#000000;
	margin-left: 15px;
	margin-bottom: 10px;
}

div.bullet {
	float: left;
	width:10px;
	min-height:25px;
	margin-bottom:0px;
	margin-left:15px;
	vertical-align:top;
}

div.right {
	margin-left:15px;
}

div.disco {
	width:120px;
	height:160px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
	font-family:Times New Roman;
	font-size:14px;
	float:left;
}

div.photos {
	width:120px;
	height:160px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
	font-family:Times New Roman;
	font-size:14px;
	float:left;
}

div.albumHeader1 {
	width:150px;
	height:160px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	font-family:Times New Roman;
	font-size:13px;
	float:left;
	height:150px;
}

div.albumHeader2 {
	width:250px;
	height:160px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	font-family:Times New Roman;
	font-size:13px;
	float:left;
	height:150px;
}

div.artistsImg {
	width:160px;
	height:160px;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}

div.artistsTxt {
	width:275px;
	height:160px;
	float:left;
	vertical-align:middle;
	margin-bottom:10px;
	margin-top:10px;
}

div.artistsDisco {
	width:220px;
	height:65px;
	float:left;
	font-family:Times New Roman;
	font-size:12px;
}

img.artistsAlbum {
	float:left;
	width:40px;
	margin-right:5px;
}

img.artistsAssocAct {
	float:left;
	width:60px;
	margin-right:5px;
}

div.artistsAssocActDiv {
	height:50px;
	font-family:Times New Roman;
	font-size:12px;
}

p.artistsHeadline {
	font-family:Times New Roman;
	font-size:12px;
}

div.disco_date {
	font-family:Times New Roman;
	font-size:12px;
}

img.menu {
	position:relative;
	float:left;
	border-width:0px;
}

img.disco {
	float:left;
	margin-left:10px;
	margin-right:10px;
}

img.album {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	border-width:0px;
}

td.header {
	font-family:Times New Roman;
	font-size:12px;
	//color:#EE3030;
	background-color:#BB3030;
	color:#FFFFFF;
}

a:link {
	color:#DD3030;
	text-decoration:none;
}

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

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

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