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

body
{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	background:#f6f6f6;
	text-shadow:0px 1px 0px rgba(255,255,255,0.70);
	color:#666;
}

.body2
{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	background:#f6f6f6;
	background-image:url(../images/floral4.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-shadow:0px 1px 0px rgba(255,255,255,0.70);
	color:#666;
}

#wrapper
{
	margin:0px;
	padding:0px;
	
}

#header
{
	margin:0px;
	padding:0px;
	
	height:99px;
	background-image:url(../images/image1.jpg);
	background-repeat:no-repeat;

	top:0px;
	clear:both;
	
}

#content
{
	/*border:1px solid rgba(0,0,0,0.10);*/
	
	padding:10px;
	box-shadow:0px 1px 0px rgba(255,255,255,0.70), inset 0px 1px 0px rgba(255,255,255,0.70);
	background-image:url(../images/floral3.png);
	background-position:top left;
	background-repeat:no-repeat;
	
}
#content a
{
	color:#333;
	text-decoration:none;
}
#content a:hover
{
	color:#060;
	text-decoration:underline;
}

#content hr
{
	border:0px;
	border-top:1px solid rgba(0,0,0,0.15);
	border-bottom:1px solid #fff;
	margin-top:26px;
}
#hidden_bg
{
	
	height:80px;
	background-image:url(../images/floral4.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	position:fixed;
	bottom:0px;
}
.top
{
	display:block;
	width:24px;
	height:24px;
	background-image:url(../images/top.png);
	float:right;
	margin-top:-9px;
	margin-right:10px;
}