/* Title : 								Kramer Portraits - Rembrandt - Stylesheet	*/

body{									
	background: #000 url(../images/background.jpg) center 5px no-repeat; 
	color: #c5a05d; 
	font: 14px "Times New Roman", Times, serif; 
	}
h1 {
	font: bold 13px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align:center;
	margin: 0;	
	}
h2 {
	font: bold 13px "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align:center;
	margin: 10px;
	color: #FFFFFF;
	}
#container{
	width: 820px;
	\width: 820px;
	w\idth: 820px;
	height: 1080px;
	margin: 10px auto;
	padding: 20px 40px;
	background: url(../images/bg_rembrandt.jpg) no-repeat;
}

#header{
	margin: auto;
	}
#header h1{ 						
	width: 500px; 
	height: 145px; 
	padding: 0; 
	margin: auto;
	background: url(../images/rembrandt.gif) center no-repeat; 
	text-indent: -9000px; }
#header h1 a{ 					
	width: 500px; 
	height: 145px; 
	padding: 0; 
	margin: auto; 
	border: 0; 
	display: block; 
	text-decoration: none; 
	}


a:link{									
	color: #ffffff; 
	text-decoration: none;}
a:visited{ 							
	color: #fff; }
a:hover, a:active{				
	text-decoration: none; }

#content{
	clear: both;
	float: right;
	margin-top: 20px;
	width: 250px;
	font-size: 13px;
	color: #FFFFFF;
	background: url(../images/w.gif) no-repeat;
	
	}
	#content p {
		margin-top: 20px;
		text-indent: 30px;
		padding-left: 4px;
		text-align:justify;
		}
#images{
	clear:both;
	}

img.figure-a{						display: block; margin: 0 auto; }
img.figure-b{						float: right; margin: 0 10px 10px 10px; border: 2px solid #8B7E54; }
img.figure-c{						float: left; margin: 0 10px 10px 0; border: 2px solid #8B7E54; }


