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

body{
	
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.title{
	
	height:30px;
	margin-top:10px;
	margin-bottom:10px;
}

.menu{

	padding-left:0px;
	padding-top:50px;
	float:left;
	width:225px;
	height:600px;
	
}

.page{
	
	margin-top:10px;
	margin-left:225px;
	min-height:400px;
	min-width:600px;
	background:url(../images/flowerV.png) top right repeat-y,
	url(../images/flower.png) top right repeat-x,
	url(../images/flower.png) bottom right repeat-x,
	url(../images/fold.png) top left repeat-y;	
}

.header{
	/*
	background-image:url(../images/flower.png);
	background-repeat:repeat-x;
	background-position:right;
	height:28px;
	margin-right:15px;
	*/
}

.content{

	padding:50px;
	text-align:justify;
	line-height:21px;
	
	/*
	
	background-image:url(../images/flowerV.png);
	background-repeat:repeat-y;
	background-position:right;
	*/
	/*
	background-image:url(../images/fold.png);
	background-repeat:repeat-y;
	background-position:left;
	*/
	
	min-height:590px;

}


.footer{
	
	width:100%;
	text-align:center;
	padding-top:20px;
	
}



a:link {color:#8d4815; text-decoration:none}    /* unvisited link */
a:visited {color:#8d4815;} /* visited link */
a:hover {color:#FF0000; }   /* mouse over link */
a:active {color:#8d4815;}  /* selected link */

td{
	
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
	height:0px;
	width:177px;
	text-align:center;
	
}
