/* CSS Document */

/* Basic tag formatting */

body {
	background-color:#DBB9C7;
	}

p, td, li { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}

/* Div IDs */

#placeholder {
	background-color:#FFFFFF;
	padding: 10px;
	width: 825px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#container {
	background-image: url(images/border2.gif);
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 830px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: top;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	background-image: url(images/border3.gif);
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 830px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#maincontent {
	padding: 6px;
	text-align:left;
	width:100%;
	}
#maincontent a {
	color: #660000;
	}
	
#maintitle {
	visibility:hidden;
	position: absolute;
	left:0;
	top:400;
} 
#testimonial {
	margin:0 20px;
	padding:6px;
	border:#600 1px solid;
	background-color:#F3E9ED;
	width:580px;
}
#testimonial h5, #testimonial p {
	margin:0;
	padding:0;
}

/* Specific classes */

.footmenu {
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 4px;
}

.footmenu a {
	color: #600;
}

.credit {
	font-size: 10px;
	color: #600;
}

.mainpics {
	padding: 1px;
	border: 1px solid #333;
}
.creationspics {
	padding: 1px;
	border: 1px solid #333;
	margin-right:10px;
	margin-left:10px;
}
.poLogo {
	padding: 10px;
	border: 1px groove #000;
}
h4 {
	font-weight: bold;
	color: #660000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: -10px;
}
