/***STYLES.CSS***/
/***BODY***/
body {
	text-align: center;
	font-family: comic sans ms;
	font-size: 10pt;
	background-image: url('../../small_images/dot-bg.gif');
	background-attachment: fixed;
	background-color: #b9c097; 
}
body table {
	border-color: #FF9900;
}
body table td {
	vertical-align: middle;
	text-align: center;
	border: 0;
}

body a {
	color: #000000;
	text-decoration: none;
}
body a:hover {
	color: olive; 
	}
img {
    padding: 4px;
    border: solid 0px #CC3300;
          }
/***HEADER***/
.header {
	background-color: #f2f4ec;
	text-align: center;
	width: 100%;
}
.header big {
	font-weight: bold; 
}
.header small {
	color: olive; 
}
/***NAVIGATION***/
.navigation {
	text-align: center;
	background-color: #b9c097;
	font-weight: bold;
	font-size: 9pt;
}
#navigation a {
	color: #344b37;
	text-decoration: none;
	display: inline;
}
#navigation a:visited {
	color: #344b37;
}
#navigation a:hover {
	color: maroon;
}
/***VIEW: HOME***/
.home {
	text-align: center;
}
.home td {
}
.home img {
	border: solid 0px gold;
}
/***FOOTER***/
.footer {
	color: silver; 
	text-align: center;
	width: 100%;
	font-size: 10px; 
}
/***HOMEPAGE***/
.ecards_home td {
}
#ecards_home a {
	text-decoration: none;
	color: olive;
}

#ecards_home a:hover {
	color: red;
}

/*** ECARDS.HTML***/
.prev_next {

}
.ecards table td {
	text-align: center; 
	width: 120px;
	height: 120px;
    vertical-align: middle;
    padding: 1em;
}
.album_nav {
	color: #000000; 
}
.album_nav small {
	
}

/***ECARD_PICTURE***/ 
.ecard_picture {
}

/***ECARD FORM***/
.form_errors {
	color: red;
	text-align: left;
}

/***REVIEW & PICK UP***/
.preview {
	padding: 5px;
}
#preview a {
	color: maroon; 
	text-decoration: none;
	font-weight: bold; 
}
#preview a:hover {
	color: red; 
}

.preview small {
	color: olive; 
	font-weight: bold;
}
.names {
color: black;
font-family: fantasy, cursive, georgia;
font-size: 15pt; 
}
.emails {
color: maroon;
font-family: cursive, georgia;
font-size: 11pt; 
}
.message {
color: #000000;
font-family: fantasy, cursive, georgia;
font-size:15pt;
}
