BODY {
	padding:0px;
	MARGIN: 0px;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: center;
	background-color: #F1EBAD;

	background-position: center;
}
#wrapper {
	MARGIN-LEFT: auto; 
	WIDTH: 690px; 
	COLOR: #000000; 
	MARGIN-RIGHT: auto; 
	TEXT-ALIGN: center
}

.left {
	background-image:url(img/i_left.gif);
	background-repeat: repeat-y;
}


.right {
	background-image:url(img/i_right.gif);
	background-repeat: repeat-y;
}


#under  {
	background-image: url(img/i_under.gif);
	background-repeat: no-repeat;
	padding:0px
}

ul     {margin-top:0px}

li     {
	margin:2px auto 5px -20px;
	font-size:0.9em;
	list-style-type: circle;
	line-height: 130%;
		}



#footer {width:400px;
	     padding-top:30px;
	     MARGIN-top: 30px;
         color:#000000;
         font-size:0.8em;
         }




td {vertical-align:top;}


a  {color:#333333}
a:hover {color:#FF0000}
