body
{
	BackGround-color: #F54C64;
	background-image: url('/images/site/rosed.jpg');
	background-repeat: repeat-y;
	color: #000000;
	Font-Family: Trebuchet;
	CURSOR: crosshair;
}

HR {
	COLOR: #fcbfc7; 
}

img
{
	border: none;
}

a:link, a:active, a:visited
{
     color: #FCBFC7;
     text-decoration: none;
	 Cursor: crosshair;
}

A:hover
{
     color: #FCBFC7;
     text-decoration: underline;
	 Cursor: crosshair;
}

div.Header
{
	position: absolute; left: 0px; top: 0px;
	background-image: url('/images/site/rose.jpg');
	background-repeat: no-repeat;
	height: 420px;
	width: 780px;
}

div.Nav
{
position: absolute; left: 595px; width: 140px; top: 410px;
}

div.Content
{
position: absolute; left: 35px; width: 540px; top: 410px;
}

div.head
{     
     font-size: 22px;
}

input, textarea
{ 
     border:1px dotted #390418;
     font-family: "Lucida Sans Unicode";
     font-size:11px;
     color: #390418; 
 }
 
table.tablec
{
	margin-left: auto; 
	margin-right: auto;
}

table.c
{
	text-align: center;
}