/*-----------
AUTHOR: Sheila Penrod

*/
/*----------- =GLOBAL */



/*----------- RESET DEFAULT SETTINGS */
body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,ol,ul,li,blockquote,th,td { margin: 0 0; padding: 0 0;}
table {border-collapse: collapse; border-spacing: 0 0; }
fieldset,img {border: 0 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
q:before,q:after {content:'';}
a { text-decoration: none; }

	#content {
		width: 500px;
		height: 560px;
		border: 2px dotted purple;
		margin: -70px 20px 0 100px;
		padding: 20px;}
		
	p {
		margin: 0 0 0 0;
		padding: 20px 0 0 0;
		}


body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	color: #353535;
	background: #E9DDF1 url(../images/weblogo.png) no-repeat center top;
	
}
/*----------- =LAYOUT */
	#container {width: 800px; margin: 0 auto;}



/*----------- =CLASSES */
 	


.alignLeft { float: left; }
img.alignLeft { margin: 0 20px 0 0;}

img.product {border:1px solid #353535;}


/*----------- =TYPOGRAPHY */
h1 { 
	font-size: 300%;
	height: 150px;
	padding-left: 150px;
	font-family: Times, serif;
	letter-spacing: -.025em;
	line-height: 1.5em;
	color: purple;}
	
h2 {
	font-weight: bold;
	color: purple;
	}
	

p {
	font-size: 100%;
	font-family: Tamoha, Verdana, sans-serif;
	font-weight: bold;
	
	}
	


	
	
/*----------- =LISTS STYLES */


/*----------- =LINK STYLES */


