/* VICKI SMITH CSS STYLE SHEET */


/* BASIC STYLES */

html, body, img { margin: 0;padding: 0; }
	  
body {
	font-size: small;
	font-family: Arial, sans-serif;
	background: #E0376E; 
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body { font-size: x-small; }
* html body { fon\t-size: small; }
/* End hide from IE5/mac */

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }


h1, h2, h3, h4, h5 { 
                     font-family: Arial, sans-serif;
	                 color: #000000;
	                 }

p { font-size: 100%;
	margin-left: 5px;
	}
	
	
	
/* LINK STYLES */

a { text-decoration: none; }

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover {color: #C0F; }
a:active { color: #333333; }


/* LIST STYLES */

ul li, ol li { font-size: 100%; }
ul li ul li a { font-size: 100%; }


/* CLASS STYLES */

	 
	
/* ID STYLES */

#wrap {
	position: relative;
	width: 800px;
	height: 550px;
	margin: 0 auto 0 auto;
	padding: 85px 0 0 0;
	text-align: left;
	background: url(images/back.jpg) center top no-repeat;
	}

#main {
	float:left;
	width: 800px;
    margin: 0;
    padding: 0;
	}


#footer {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 80%;
	width: 800px;
	}


		


/* END CSS */
/* END CSS */
/* END CSS */
/* END CSS */
/* END CSS */
/* END CSS */