@charset "utf-8";
/* CSS Document */

html	{
		overflow-y: scroll;
		}
body	{
		background: #4a2819 url(../images/pink-tile.gif) repeat-x 0 25px;
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #4a2819;
		}
#nav	{
		width: 924px;
		height: 108px;
		margin: 0 auto;
		}
#container	{
		width: 100%;
		background-color: #fff;
		padding: 10px 0;
		}
#header	{
		width: 925px;
		height: 99px;
		margin: 0 auto;
		}
#content-contain	{
		width: 924px;
		margin: 0 auto;
		padding-top: 10px;
		}
#left-content	{
		width: 658px;
		float: left;
		}
#right	{
		float: left;
		margin-left: 10px;
		width: 256px;
		}
#right-pic	{
		float: right;
		}
#right-ad	{
		width: 250px;
		height: 250px;
		float: right;
		margin-top: 10px;
		}
#footer	{
		background: url(../images/pink-tile-bottom.gif) repeat-x;
		}
#footer-contain	{
		width: 924px;
		margin: 0 auto;
		padding: 0 0 10px;
		}

/* Home Page */
#header-home	{
		width: 924px;
		height: 364px;
		background: url(../images/jayne_home.jpg) no-repeat;
		margin: 0 auto;
		}
.cell1	{
		width: 306px;
		height: 300px;
		position: relative;
		float: left;
		padding-right: 15px;
		}

.cell2	{
		width: 306px;
		height: 300px;
		position: relative;
		float: left;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		padding: 0 15px;
		}
.cell3	{
		width: 250px;
		height: 300px;
		position: relative;
		float: left;
		padding-left: 15px;
		}

/* Navigation */
.navi	{
		position: relative;
		float: left;
		margin-left: 25px;
		}
.navi-left	{
		margin-left: 0;
		}
#nav ul	{
		list-style: none;
		margin: 4px 0 0 0;
		padding: 0 0 0 10px;
		border-left: 1px solid #fff;
		}
#nav li	{
		padding: 1px 0;
		}
.header	{
		font: bold 15px Arial, Helvetica, sans-serif;
		color: #fff;
		}
.jayne	{
		display: block;
		width: 424px;
		height: 64px;
		background: url(../images/jayne.gif) no-repeat;
		position: relative;
		float: right;
		top: 33px;
		}

/* Classes */
h1	{
		font-size: 16px;
		font-weight: bold;
		}
h2	{
		padding: 5px 0 0;
		}
p	{
		padding: 5px 0;
		}
#nav p	{
		padding: 0px;
		}
.text-center	{
		text-align: center;
		}
.copy	{
		margin-top: 8px;
		color: #fff;
		}
.gallery	{
		}
.gallery td	{
		padding: 15px 15px 15px 0;
		}
.gallery img	{
		border: none;
		}
.linkbutton	{
		margin-right: 20px;
		}
.nolist	{
		list-style: none;
		}
.text-center	{
		text-align: center;
		}

/* Links */
a	{
		color: #db8a81;
		text-decoration: underline;
		}
a:hover	{
		color: #b83223;
		}
#nav a	{
		color: #4a2819;
		text-decoration: none;
		}
#nav a:hover	{
		color: #fff;
		}
#nav .header a	{
		color: #fff;
		text-decoration: none;
		}
#nav .header a:hover	{
		color: #db8a81;
		}
#footer a	{
		color: #4a2819;
		text-decoration: none;
		}
#footer	a:hover	{
		color: #fff;
		}

/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}


