/*
	------------------------------------------------------------------------
                          CHOPIN MUSIC, by Nico Paul
	------------------------------------------------------------------------
	
		APPLIES TO THE MAIN SITE ONLY (NOT FORUM)
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}




a:link, a:visited {
	color: #105289;
}
a:hover {
	color: #D31141;
}
a:active {
	color: #368AD2;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

.inside a:link, .inside a:visited, .inside a:hover, .inside a:active {
	font-weight: bold;
}




h1 {
	font-size: 18px;
	margin-bottom: 6px;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 12px;
	text-decoration: none;
}




div.quote {
	background: url('graphics/quotes.png') no-repeat top left;
	padding-left: 40px;
}

div.quote-ads {
	background: url('graphics/quotes.png') no-repeat 172px 0;
	padding-left: 212px;
}




div#note {
	margin-left: 20px;
	margin-top: 10px;
	width: 400px;
}






div.quiz-box {
	margin-left: 20px;
	margin-top: 20px;
	width: 500px;
}






div.link-list-box {
	line-height: 1.5;
	margin-left: 20px;
	margin-top: 10px;
	width: 300px;
}

hr#link-list {
	background: #EEEEEE;
	border: 0;
	height: 2px;
	margin-bottom: 4px;
	margin-top: 8px;
	text-align: center;
	width: 80%;
}





img.image-right {
	border: solid 2px #000000;
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	padding: 2px;
	width: 200px;
}





hr {
	background: #FFFFFF;
	border-style: solid;
	color: #888;
	height: 3px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: right;
}







form#dl {
	line-height: 2;
	margin: 0;
	text-align: center;
}


div#dl-left {
	float: left;
	text-align: right;
	width: 125px;
}

div#dl-right {
	float: left;
	font-weight: normal;
	padding-left: 4px;
	text-align: left;
}

div#dl-clear {
	clear: left;
}




div#last-update {
	font-size: 10px;
	margin-top: 40px;
	text-align: center;
}
