body {
	font-family : arial;
	font-size: 12px;
	background-image: url(images/margarita_bg.jpg);
  background-position:0%; 
  background-repeat:repeat; 
  background-attachment:fixed;
	}

a:hover {	
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color: #0000ff;
	font-weight: bold;
}

.perMain {
	width: 709px;
	margin-bottom: 5px;
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-right-width: 4px;
	border-right-style: ridge;
	border-right-color: #999999;
	border-bottom-width: 4px;
	border-bottom-style: ridge;
	border-bottom-color: #eeeeee;
	overflow: auto;
	background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  /* for Mozilla */
  -moz-opacity:0.9; 
}

.perLogga {
	margin-left: 164px;
	}

.perMenu {
	float: left;
	margin-top: 16px;
	background-color: #fbfbbc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	overflow: hidden;
	width: 144px;
	font-family: arial;
	font-size: 12px;
	padding: 6px;

}

.perMenu a:hover {	
	font-weight: bold;
	background-color: #ffff00;	
}

.perMenu a:link, #perMenu a:visited, #perMenu a:active {
	text-decoration:none;
	color: #000000;
	font-weight: bold
}

.perContent {
	margin-left: 164px;
/*	width: 440px;
*/
	margin-top: 16px;
}
.perNavInfo {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-family: arial;
	font-size: 14px;
	margin-bottom: 8px;
}

.perCurrent  a{
	color: red;
}

.perBlack {
	color: black;
}

.perBoxEnkel {
	border: 1px solid #cccccc;
	padding: 4px;
	margin-top: 8px;
	text-align: center;
}


.perBoxMain {
	border: 1px solid #000000;
	padding: 4px;
	background-color: #fbf1bb;
	overflow: auto;
}

.perBoxMainHead {
	background-color: #f7d651;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}

.perBoxMainLeft {
	float: left;
	width: 40%;
	padding: 2px;
	font-style: italic;
	list-style-type: none;
}

.perBoxMainRight {
	margin-left: 42%;
	padding: 2px;
	border-left: solid 1px #f3ce21;
	list-style-position: outside; 
}
