﻿/*
Cascading Style Sheet for Y-Knot Photos by Yvonne Web Site

*/

BODY	{
	font-family: Monotype Corsiva, Times New Roman, Arial, Helvetica;
	color: #000000;
	background-color: #ffffff;
	}

A:link	{
	color:#cc3399;
	text-decoration:underline;
}
A:active {
	color:#cc3399;
	text-decoration:underline;
	}
A:visited {
	color:#cc3399;
	text-decoration:underline;
	}
A:hover {
	color:#000066;
	text-decoration:none;
	}
.mainTable {
	width:100%;
	background-color:#cff3ff;
}
.header {
	background-image: url('../img/topbg.jpg');
	background-repeat:repeat-x;
	text-align:center;
}
.contentArea {
	text-align:center;
	/*text-align: -moz-center;*/
	margin-left:auto;
	margin-right:auto;
	height:400px;
	vertical-align:top;
	padding-top:10px;
}
.contentTable {
	width:790px;
	background-color:#cff3ff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:"Monotype Corsiva", "Times New Roman", Arial, sans-serif;
	vertical-align:top;
}
.footer {
	background-image: url('../img/bottombg.jpg');
	background-repeat:repeat-x;
	text-align:center;
	height:40px;
}
.gallerySideStyle {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.gallerySideStyle tr td {
	height: 105px;
	text-align: center;
	vertical-align: middle;
}
#sublinks {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}

