/****************************************

CSS for the Sue Crafts Web site
Site Designed and Coded by Pixel Lava Interactive

NOTES:
no punctuation = universal style (for a, body, H1, H2, span, etc.)
. = div class="___", will show up in Dreamweaver's code inspector
# = div id="___", won't show up in Dreamweaver's code inspector

A Note On Padding and Spacing:
top right bottom left

/******************************************************
        Global 
******************************************************/
/*main text styles*/

body {
	font-family: "Gill Sans", Georgia, Arial;
	font-size: 16px;
	color: #FFCCFF;
	margin: 0 0 0 0;
	background: #660033 url(images/bg.jpg) top center repeat-x;
}

H1 {
	font-family: "Gill Sans", Georgia, Arial;
	font-size: 36px;
	color: #FFFFCC;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

H2 {
	font-family: "Gill Sans", Georgia, Arial;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFCC;
}

H3 {
	font-family: "Gill Sans", Georgia, Arial;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFCC;
}

p {
	font-family: "Gill Sans", Georgia, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFCCFF;
}

a {
	color: #99CC66;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

li {
	font-family: "Gill Sans", Georgia, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFCCFF;
}

.menu {
	width: 781px;
	height: 46px;
	vertical-align:middle;
}

.footer {
	font-family: "Gill Sans", Georgia, Arial;
	font-size: 14px;
	color: #FFCCFF;
	text-align: center;
}
