/* PRINT STYLES 

Author:		Musiclink AB - Martina Nilsson
Date:		2007-09-19

Changelog:	v0.1 / Develop / 2007-09-19 / Martina Nilsson
			v1.0 / Alpha version / 2007-08-20 / Martina Nilsson
			v2.0 / Beta version / 
			v3.0 / 1:st release / 2007-08-22 / Martina Nilsson */

/********************************************************************************
LAYOUT
*********************************************************************************/
html
{
	color:#000000;
	background-color:#ffffff;
}

body
{
	color:#000000;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times New Roman, Serif;
	margin: 50px 50px 50px 50px;
}

#menuContainer, #secondaryContentContainer, #footerColRightContainer
{
	display:none;
}
			
#footerContainer
{
	width:100%;
	border-top:solid 1px #cec7ba;
	height:3em;
	font-size:0.8em;
}

	.footerColLeft
	{
		text-align:left;
		margin-left:0.5em;		
	}

/********************************************************************************
TEXT
*********************************************************************************/

h1
{
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	font-size:1.7em;
	padding-bottom:0.4em;
	font-weight:normal;
	font-style:normal;
}

h2
{
	font-family:Arial, Sans-Serif;
	font-size:1.2em;
	padding-bottom:0.4em;
	font-weight:normal;
	font-style:normal;
}

h3
{
	font-family:Arial, Sans-Serif;
	font-size:1em;
	padding-bottom:0.4em;
	font-weight:normal;
	font-style:normal;
}

.footerColLeft p
{
	font-size:0.8em;
	padding-top:0.5em;
}

#mainContentContainer a
{
	text-decoration:none;
	border-bottom:dotted 1px #000000;
	color:#000000;
}

#footerContainer a
{
	color:#000000;
	text-decoration:underline;
}
