/* CSS Document */

body {

	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	}
	
h1 {
	font-size: 20px;
	color: #cfac5c;
	}
		
	A:link		{ color: #cfac5c; text-decoration: underline; } 
	A:visited	{ color: #cfac5c; text-decoration: underline; } 
	A:active	{ color: #cfac5c; text-decoration: underline; } 
	A:hover		{ color: #cfac5c; text-decoration: underline; } 	
	
html {
	height: 100%;
	}

body {
	background-image: url(images/bkg.jpg);
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
.paintings {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	}
	
.main-page-header {
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	}
	
.shipping {
	font-size: 10px;
	color: #000000;
	line-height: 10px;
	}	
	
.red {
	font-size: 14px;
	color: #FF0000;
	}
	