body 
{
	background-image:  url("/images/bg_gray.gif");
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	color: #58595B;
	margin-top: 10px 0px 20px 0px;
	padding: 0px;
	
	text-align: center;
}

table#all
{
	text-align: left;
	margin: 0px auto;
	
	height: 625px;
	width: 1000px;
	
	padding: 0px;
}

td 
{
	margin: 0px;
	padding: 0px;
	
	background-color: white;
}

table {
	width: 100%;
}

table#all td#main 
{
	padding: 0px;
	width: 675px;
}

table#all td#side
{
	vertical-align: top;
	padding: 0px;
	width: 306px;
}

table#all tr#td_bottom table{
	padding-top: 10px;
	
	/** for ie6 */
/*	height: expression((768 - document.getElementById('main').scrollHeight - document.getElementById('optional').scrollHeight) + "px");  sets min-height for IE */
}

table#all tr#td_bottom table td {
	vertical-align: bottom;
}

table#all tr#td_bottom img {
	display: none;
}

table#all td p {
	padding: 5px 10px 5px 0px;
}

table#all td#td_nav p {
	margin-top: 3em;
	padding-left: 10px;
}

td.watermark 
{
	padding-left: 40px;
	padding-right: 40px;	
	background-image:  url("/images/watermark.gif");
	background-repeat: no-repeat;
	background-position: right;
}

.image_container {
    margin-bottom: 0px;
	text-align: left;
	width: 100%;
}

h1 {
	margin-top: 10px;
	color: rgb(216, 68, 142);
	font: 24px "Century Gothic", Arial, sans-serif;
	letter-spacing: .5em;
}

h2 {
	font-weight: normal;
	color: rgb(61, 80, 90);
	font-size: 20px;
	line-height: 18px;
	letter-spacing: .5em;
}

a img {
	border: none;
}

a 
{
    color: #D8448E;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.bottom_links, .bottom_links a
 {
	font-size: 14px;
	color: #414141;
	color: rgb(61,80,90);
	line-height: 16px;
	font-style: normal;
}

.bottom_links 
{
	text-align: center;
	padding-bottom: 10px;
}

.bottom_links a:hover 
{
    color: #414141;
	color: rgb(61,80,90);
}

.bottom_links p {
	font-size: 13px;
	font-style: italic;
	padding: 0;
	margin: 0;
}

.small
{
    font-size:14px;
	line-height: 8px;
}

.see_our_ads {
	font: 13px italic;
}

ul.see_our_ads {
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.image_preview {
	text-align: center;
}

p.gallery_links_2, p.gallery_links {
	float: left;
	text-align: left;
}

p.gallery_links_2, p.gallery_links_2 a, .gallery_links, .gallery_links a
{
	padding: 0px;
	margin: 0px 0px 10px;
    color: #414141;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

p.gallery_links_2, p.gallery_links_2 a
{
    font-size: 15px;
}

/*
div.gallery_links {
	float: left;
	clear: none;
	width: 32%;
	text-align: center;
}

div.gallery_links.img {
	text-align: left;
}
*/

.black_text {
	color: #000000;
}

ul.nav {
}

ul.nav li {
	float: left;
	clear: none;
	
	width: 100px;
	height: 40px;
}

#logo {
	float: left;
}

#home_nav ul.nav li {
	list-style: none;
	display: block;
	
	width: 125px;
	height: 50px;
}

ul.nav li a,
ul.nav li a:link,
ul.nav li a:visited {
	display: block;
	
	text-align: center;
	color: white;
}

.nav #aboutus { background-color: #666; }
.nav #process { background-color: #999; }
.nav #gallery { background-color: #ccc; }


#contactus #optional,
#contactform #optional,
#contactus #optional,
#contact_thanks #optional,
#index #optional,
#aboutus #optional,
#process #optional
{
	display: none;
}


