body {background-image:url(images/graphics/body2.jpg);
     background-position:top center;
	background-repeat:repeat-y;
	font-family:ariel, sans-serif;
	 margin:auto;
	 font-weight:bold;
     font-size:x-small; 
	text-align:right;
	 padding:10px;
    }
	
#content {
    width:700px;
	height:500px;
     font-family:ariel, sans-serif;
	 margin:auto;
	 wfont-weight:bold;
     font-size:medium; 
	 color:#544A2F;
	 text-align:left;
	 background-color:#EBDEBA;
	 background-image:url(images/graphics/angel.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:20px;
	}
#contentni {
    width:700px;
	height:500px;
     font-family:ariel, sans-serif;
	 margin:auto;
	 lfont-weight:bold;
     font-size:small; 
	 color:#550B1C;
	 text-align:center;
	 padding:20px;
	}	
#left {
    width:200px;
    height:550px;
	text-align:left;
	background-image:url(images/graphics/texture1.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding:10px;
	}
.	
li{
 list-style-type:none;
 }
	
/* Links */
a {
  text-decoration: none;
  color:#544A2F;
}

a:hover {
  color: #544A2F;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

#footer{
    width:700px;
    padding:5px;
	margin:auto;
	font-family:sans-serif;
	text-align:center;
	font-size: x-small;
	color: #544A2F;
    clear:all;
}	