/* camerawoman.com Main CSS Document */

html,body{
	background-color: #ffffff;
	font-family: Tahoma,verdana,helvetica,arial,garamond;
	color: #555555;
	font-size: 10px;
	line-height:14px;
	text-align: left;
	margin:  0px;
	padding: 0px;
	height: 100%;
}

h1{
	font-size: 1.1em;
	line-height:1.1em;
	margin-bottom:-12px;
	color: #444444;
}
h2{
	font-size: 0.78em;
	line-height:0.8em;
	margin-bottom:-4px;
	color: #292929;
}
h3{
	font-size: 9px;
	line-height:0.8em;
	margin-bottom:-4px;
	color: #353535;
}

/* to make all linked images borders zero */
img{
	border: 0;
	behavior: url("/camerawoman/apps/_libs/css/pngbehavior.htc");
}
/* sets colour of links in normal state visited state and active state */
a:link,a:visited,a:active {
	color: #999999;
	text-decoration: none;
}
/* link on rollover colour */
a:hover{
	color:#9A9B9C;
	text-decoration: none;
}


/* -------------------------------------------------------------
	Start of ID styles */


#pageHolder{
	width: 315px;

	overflow: hidden;
	margin: auto;
	text-align: centre;
	margin-top:0px;
}

#needFlash{
	margin-top:30px;
}

