﻿/*/////////////////////////////////////////////////////////////////////////////// Template Styles */
* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	text-align: left;
	vertical-align: top;
}
html, body {
	height: 100%;
	background-image: url(../img/background.jpg);
	background-position: top center;
	text-align: center;
}
#divMain {
	width: 915px;
	margin: auto;
	padding-top: 26px;
}
#tblMain {
	margin: auto;
	width: 915px;
	border: 0px;
}
#tdNav {
	background-image: url(../img/tasty-peach-studios_03.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#tblMainNav {
	margin: auto;
}
.imgNavBow {
	margin-top: 8px;
}
.imgNavBtn {
	margin-top: 5px;
}
#tdMain {
	width: 915px;
	background-image: url(../img/tasty-peach-studios_06.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#tdFooterNav {
	background-color: #ffffff;
	border-top: 1px solid #FCE3E8;
	width: 879px;
	height: 38px;
	text-align: center;
}
#tblFooterNav {
	margin: auto;
}
#tdFooterNotes {
	text-align: center;
}
.pFooter {
	font-size: 10px;
	color: #B77F87;
	text-align: center;
}
.aFooter:link, .aFooter:visited {
	color: #B77F87;
	text-decoration: none;
}
.aFooter:hover {
	text-decoration: underline;
}
/*/////////////////////////////////////////////////////////////////////////////// Universal Styles */
#divContainer 
{
    width: 870px;
    margin: auto;
}
#divHeader 
{
    text-align: center;
    margin: auto;
    width: 100%;
}
.imgHeader 
{
    margin-top: 20px;
}
.imgDivider 
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.pHeader
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #8F586A;
}
.pReg 
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #8F586A;
}
.aReg:link, .aReg:visited
{
    color: #C05D7D;
    text-decoration: underline;
}
.aReg:hover
{
    text-decoration: none;
}