/* www.dasign.biz  */

body 	{
 		margin: 0; padding: 0;
		background: url(../img/bg1.jpg) repeat #c5985a;
		font-family: Georgia, 'Times New Roman', Times, 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
		font-size: small;
		color: #811d1d;
}



#wrapper {
	width:850px !important; height: 641px;
	background:  url("../img/frameshadow.png") center no-repeat;
	margin: 0 auto;
	position:relative;
}


#frame{
		width: 780px; height: 581px;
		margin: 0 auto; padding: 20px 0;
		position: relative;
		background: url('../img/Tuscan-painting.jpg') no-repeat center;
}



#page	{
		width: 430px; min-height: 200px;
		margin: 0 auto; padding: 0 20px;
		position: absolute;
		top: 100px;
		left: 175px;
		background: url('../img/transp.png') repeat;
}
		

#footer		{
			width: 400px;
			margin: 6px auto 0 auto;
			padding: 5px 0; 
			min-height: 120px;
			clear:both;
			text-align: center;
			font-size: x-small;
			color: #962323;
}






/* text */

h1	{
	letter-spacing: 1.2;
	font-weight: normal;
	color: #581414;
}

/* links */
a, a:visited	{
	color: #581414;
}

a:hover	{
		color: #af2727;
}

