/* CSS Stylesheet for Wild Faces Gallery & Frame */

/* classes that contain an underscore in the title are designed to */
/* be a secondary class use in conjunction with the class specified by */
/* the text preceeding the underscore ie: class="CartButton CartButton_Add" */

body { 
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 1.00em;
}
h1, h2, h3 {
	text-align: left;
	font-weight: normal;
}

.padding1 {
/*t,r,b,l*/
	padding: 0,5%;
}
.padding2 {
	padding: 0,10%;
}
/* Wrapper trailer 1st level */
.Trailer1 {
	font-family: arial, sans-serif;
	font-size: 0.85em;
	text-align: center;
}
/* Wrapper trailer 2nd level */
.Trailer2 {
	font-family: arial, sans-serif;
	font-size: 0.70em;
	text-align: center;
}


