﻿body 
{
	background-image: url("/images/rose.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
	margin: 0px auto;
	width: 700px;
	font-family:"Arial"; 
	font-size: 14px;
	line-height: 20px;
}
#main
{
	margin: 30px 0px 30px 0px;
	background-color: #333333;
}
#header
{
	text-align: center;
}
#content
{
	padding: 20px 20px 10px 20px;
	/*height: 350px;
	overflow: auto;*/
}
#footer
{
	font-size: 14px;
	border-top: #0066FF 1px dotted;
	text-align: right;
	padding: 5px 20px 20px 20px;
	margin-top: 20px;
}

.siteTitle
{
	font-size: 60px; 
	line-height: 84px;
}
.siteTitle .white
{
	color: #fff;
}
.siteTitle .red
{
	color: #990033;
}

.menu
{
	width: 100%;
}
A:link, A:visited
{
	color: #0066FF;
}
P 
{
	font-family:"Arial"; 
	font-size:14;
}
FORM 
{
	margin:0;
	padding:0;
}
.highlight
{
	color: #0066FF;
}
.error
{
	color: #CC0033;
}
.note
{
	text-align: center;
	clear: both;
	padding: 10px;
	background-color: #ccc;
	color: #3366FF;
	border: #fff 2px solid;
}

.authorCopy
{
	margin-bottom: 20px;
}
.authorCopy p
{
	margin-top: 0px;
}
.authorTitle
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.imageFrame
{
	border-top: #fff 4px solid;
	border-right: #888 4px solid;
	border-bottom: #888 4px solid;
	border-left: #fff 4px solid;
}
