/* CSS Document */
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
  background-image: url("http://vieuxchamps.com/persona/images/parch.jpg");
  background-repeat: repeat;
}

a:link {color: rgb(241,0,0);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: underline}

a:visited {color: rgb(153,0,0);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: underline}

a:hover, a:active {color: rgb(0,0,255);
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: none}
#outer{

	min-height:100%;
	margin-left:176px;
	margin-right:130px;
	margin-bottom:-52px;
	color: #000000;
}
 
* html #outer{height:100%;} /* IE treats height as min-height anyway*/
#header{
	margin-left:-176px;
	margin-right:-131px;
	position:relative;
	min-height:0/* for ie7*/
}
* html #header {height:1px}/* ie needs this*/
#header2{
	margin-right:-176px;
	position:relative;
	min-height:0/* for ie7*/
}
* html #header2 {height:1px}/* ie needs this*/
#header p,#header2 p {margin:0} 
#left {
	position:relative;/*ie needs this to show float */
	width:176px;
	float:left;
	margin-left:-175px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {position:relative;z-index:1}

.mlinks {
    height: 120px;
    width: 420px;
    z-index: 5;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    line-height: 185%;
    text-align: center;
    padding: 10px;
    border-width: 5px;
    border-color: rgb(153,0,25);
    border-style: solid;
    background-color: transparent;
`}

.border1b {position: absolute;
    top: 36px;
    left: 1px;
    height: 819px;
    width: 176px;
    z-index: 1;
}
.icon {position: absolute;
    left: 50px;
}
.fright {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
}
.fleft {
float: left;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
}
.clboth { 
    clear: both; 
    visibility: hidden;
}
