/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */
/* the above takes care of a firefox problem where scroll bars aren't displayed on short layouts*/

body {
	/* background-image: url(../images/body_bg.gif);     */
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
	text-align:center;/* this forces IE 5.x to center the design (if we did this in the wrapper */
}

#wrapper {
	margin: 0px auto;/*centers the wrapper with no margin at top or bottom*/
	width: 800px;/*sets the width for win IE5.x's broken box model which puts the border within the dimensions of the width*/
	text-align:left/* this puts the text back to compensate for the IE 5.x hack in the body selector */;
	/*  background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;  */
}
.style1 {font-size: 70.01%}
