/**********************************************************\
*	Description: photographer jonas lindström
*	URI: 
*	Version: 1.0
*	Author: Niklas Hultgren
*	Author URI: http://www.litchi.se
*	Date: 2010-02-09
**********************************************************/
body {
	font-family: Arial, Helvetica, sans-serif, geneva;
	font-size:11px;
	font-variant: normal;
	font-weight:900;
}

/**********************************************************
** [ LINKS ] *********************************************/
a:link, 
a:active, 
a:visited, 
a:focus, 
a:hover{
	outline: none;
}

.navigation a:link, 
.navigation a:active, 
.navigation a:visited, 
.navigation a:focus, 
.navigation a:hover{
	color:#646464;
	text-decoration:none;
}
/*********************************************************/


/**********************************************************
** [ HEADINGS ] ******************************************/
h1
{
	color:#000;
	margin:0;
	padding:0 0 12px 0;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

#Heading h1
{
	color:#646464;
	margin:0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	width:auto;
}
/*********************************************************/

#ContentArea{
	line-height:15px;
}

#info p{
	margin:0;
	padding:0 0 12px 0;
}

p.copyright
{
	padding:14px 0 0 0;
	font-weight:normal;
	font-size:10px;
	color:#555;
}