/* watercolor-art-cards.css */

html, body {
 margin: 0px;
	padding: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background: #222222;
	}

h1 {
 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
 }
	
a { 
		color: #C4E1FF;
		text-decoration: none;
		}

a:hover {
 color: #FFFFFF;
 }

td.con {
 text-align: center;
	padding: 10px;
 }

td.nav {
 padding: 10px;
 }

td#page {
 background-image: url(images/common/bgnd-v2-body.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #6929F9;
	width: 1000px;
 }

td#pageleft {
 background-image: url(images/common/bgnd-v2-bodyleft.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6929F9;
 }

td#pageright {
 background-image: url(images/common/bgnd-v2-bodyright.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6929F9;
 }
		
td#content {
 width: 630px;
	padding: 10px;
 }
	
div.thumb {
 width: 140px;
	height: 180px;
	float: left;
	text-align: center;
	margin: 5px;
	vertical-align: bottom;
 }
				
/*****************/
/* general rules */
/*****************
html, body {
 margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #6A7998;
	}

/************************/
/* table and cell rules */
/************************
#table1 {
 width: 300px;
	border: 2px solid #CC0000;
	border-collapse: collapse;
 }

#left {
 text-align: left;
	vertical-align: top;
	border: 1px solid #0000CC;
 }
	
td.center {
 text-align: center;
	vertical-align: middle;
	border: 1px solid #00CCCC;
 }
	
#right {
 text-align: right;
	vertical-align: bottom;
	border: 1px solid #CC00CC;
 }

td { 
 padding: 5px; 
	height: 40px;
	}
	
/***************/
/* h1, p rules */
/***************
h1 { 
 text-align: center; 
	}
	
/**************/
/* link rules */
/**************
a {
	color: #FFCC00;
 }

a:hover {
 color: #FFFF00;
 }

/***********/
/* borders */
/* place the border on an image to make it fit the image */
/***********
.border1 {
	border: 10px solid #CC00CC;
	padding: 5px;
 }

.border2 {
	border: 1px solid #000000;
 }

/*********************/
/* background images */
/*********************
#bgimgdiv {
 width: 500px;
	height: 300px;
	background-image: url(blue-star.jpg);
 }

/**************/
/* everything */
/**************
.center {
 width: 100%;
 text-align: center;
	}
		

