/* set the page background color and margins. */ 
body { margin: 0px; background:#c8c5c0 url(images/motke-dapp-background.jpg) no-repeat top center;}

/* set the page font formatting. */
body, p, div, td {
	font:13px 'Adamina', serif;
	text-shadow:0 0 1px transparent;
	color:#333;
	line-height:20px;
}

/* default link colors */
a:link { text-decoration:none; color:#7c0206; }
a:visited { text-decoration:none; color:#7c0206; }
a:hover { text-decoration:none; color:#fff; }
a:active { text-decoration:none; color:#7c0206; }


img {border:0;}

h1, h2, h3, h4, h5, h6 { font:bold 12pt  'Adamina', serif; margin-top:0; text-shadow:0 0 1px transparent; }

h1 {
	font:18pt 'Adamina', serif;
	color:#3e371e;
	text-shadow:0 0 1px transparent;
}

h2 {
	font:15pt 'Adamina', serif;
	color:#3e371e;
	text-shadow:0 0 1px transparent;
}

h3 {
	font:12pt Arial, Helvetica, san-serif;
	color:#94270c;
	font-weight:bold;
}


/* modules */


	#container {
		width:1000px;
		margin:0 auto;
		position:relative;
	}
	
	#top {
		width:800px;
		height:251px;
		position:relative;
		background-color:transparent;
		margin:0 auto;
		margin-top:20px;
	}
	
	#nav {
		height:251px;
		width:157px;
		position:absolute;
		top:0;
		right:0;
		font:18px Adamina, serif;
	}
	
	#nav a:link { text-decoration:none; color:#3e371e; }
	#nav a:visited { text-decoration:none; color:#3e371e; }
	#nav a:hover { text-decoration:none; color:#fff; }
	#nav a:active { text-decoration:none; color:#3e371e; }
		
	#mainContentContainer {
		width:431px;
		height:477px;
		background:url(images/contentBgNew.jpg) no-repeat;
		position:absolute;
		top:147px;
		right:48px;
	}
		
	#mainContent {
		width:400px;
		height:445px;
		text-align:left;
		line-height:22px;
		margin:15px 15px 0 15px;
		overflow:auto;
	}
	
	#mcPad { 
		padding-left: 10px;
		margin-right:20px;
	}
	
	#mainContentNav {
		width:276px;
		font:normal 13pt  Georgia, Arial, Helvetica, Times, serif;
		float:left;
		color:#35547b;
		display:inline;
	}
	
	.paintThumb {
		margin:0;
	}
		
	#paintingContentContainer {
		width:838px;
		height:622px;
		background:url(images/bigBg.jpg) no-repeat;
		position:absolute;
		top:142px;
		right:95px;
	}
		
	#paintingContent {
		width:780px;
		height:570px;
		text-align:left;
		line-height:22px;
		margin:20px 15px 0 40px;
		overflow:auto;
	}
	
			
	.photo {
		padding-right:15px;
		width:400px;
		float:left;	
	}
	
	#contentArea {
		width:425px;
		float:right;
	}
	
	
	
	.clr {
		clear:both;
	}




