﻿div#content {
	position: absolute;
	width: 580px;
	left: 320px;
	top: 0;
}
div#welcome {
	width: 560px;
	padding: 52px 10px 0 10px;
	background-image: url('../../images/topBack.gif');
	background-repeat: repeat-x;
	font-size: 0.8em;
	text-align: justify;
}
div#welcome h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #b67878;
	margin-top: 0;
}
.paragraph {
	padding-left: 22px;
}
div#photoofthemonth {
	margin-top: 18px;
}
div#pomimage
{
   text-align: center;
}
div#pomimage img 
{
   margin-left: auto;
   margin-right: auto;
}
div#photoofthemonth p {
	margin-top: 0;
	padding-left: 43px;
	color: #b67878;
}

div#news {
	margin-top: 10px;
	background-image: url('../../images/bottomBack.gif');
	background-repeat: repeat-x;
	height: 146px;
}
div#news li {
	margin-bottom: 3px;
	list-style-type: none;
}
div#news span {
	font-weight: bold;
}

/* other pages */
div#sndContent 
{
	background-image: url('../../images/bottomBack.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	min-height: 580px;
}
div#sndText
{
	text-align: justify;
	margin-left: 27px;
	margin-right: 16px;
}
div#sndText h1
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #e75887;
	margin-top: 17px;
}
/* div#sndText h2 */
h2.sndTopic
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #e75887;
	margin-top: 17px;
}
div#orderForm table
{
   margin-left: 20px;
}
