/* Generic settings */
body {
	font-family: arial, sans-serif;
	color: #474747; 
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	/*	border: 1px solid #0000FF;  */
}
.background {
	background: url(images/header_stripe.gif) 0 0 repeat-x;
	overflow: auto;
}
.edges {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/page_edges.gif) 0 0 repeat-y;
	overflow: auto;
}
.pageHeader {
	width: 745px;
	height: 119px;
	background: url(images/page_header.gif) 0 0 no-repeat;
}
.menuText {
	padding-left: 10px;
	padding-right: 10px;
}
.pageMenu {
	margin-left: 37px; 
	margin-top: -25px;
	font-weight: bold;
}
.fullWidth {
	clear: left;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.centeredImage {
	text-align: center;
}
li {
	line-height: 2em;	
}
.topPadS {
	padding-top: 10px;	
}
.botPadS {
	padding-bottom: 10px;	
}

/* Heading formats */
h1 {
	color: #9663C4;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 140%; 
	font-weight: bold;
}
h2 {
	color: #9663C4;
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 120%; 
	font-weight: bold;
}
h3 {
	color: #9663C4;
	margin-bottom: 2px;
	font-size: 120%; 
	font-weight: bold;
}

/* Paragraph formats */
p {
	margin-top: 0px;
	margin-bottom: 11px;
}
p.largeTopMargin {
	margin-top: 20px;
}
p.comments {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	line-height: 20px;
	font-style: italic;
}
p.noTopMar {
	margin-top: 0px;
}

/* Home page */
.welcomeText {
	float: left; 
	width: 370px;
	margin-left: 50px;
	margin-top: 30px;
	display: inline;
}
.welcomeImage {
	float: right; 
	margin-right: 14px;
	margin-top: 35px;
	display: inline;
}
.quotesPad {
	margin-top: 18px;
}

/* About me page */
.aboutMeImage {
	float: right; 
	margin-right: 14px;
	margin-top: 55px;
	display: inline;
}

/* Events page */
.sampleMenuButton {
	margin-right: 8px;
	margin-top: 10px;
	border: none;
}

/* Sample menus pages*/
.sampleMenuPage {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.sampleMenuPad {
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-left: 25px; 
	padding-right: 25px;
}
.sampleMenuTitle {
	margin-left: 122px;
	margin-top: 5px;
}
.sampleMenu1Image {
	margin-left: 145px;
}
.sampleMenu2Image {
	margin-left: 205px;
}
.sampleMenu3Image {
	margin-left: 260px;
}
.sampleMenu4Image {
	margin-left: 270px;
}

/* Jem & Ju's page */
.jemAndJusText {
	float: left; 
	width: 370px;
	margin-left: 50px;
	margin-top: 30px;
	display: inline;
}
.jemAndJusImage {
	float: right; 
	width: 250px;
	margin-right: 45px;
	margin-top: 50px;
	display: inline;
	text-align: center;
}

/* Specials page */
.weddingCakesText {
	float: left; 
	width: 370px;
	margin-left: 48px;
	margin-top: 30px;
	display: inline;
}
.weddingCakesImage {
	float: right; 
	width: 250px;
	margin-right: 45px;
	margin-top: 65px;
	display: inline;
	text-align: center;
}

/* Box outlines */
.boxTop {
	background: url(images/box_top.jpg) 0 0 repeat-x;
}
.boxRight {
	background: url(images/box_right.jpg) 100% 0 repeat-y;
}
.boxBottom {
	background: url(images/box_bottom.jpg) 0 100% repeat-x;
}
.boxLeft {
	background: url(images/box_left.jpg) 0 0 repeat-y;
}
.boxTopLeft {
	background: url(images/box_top_left.jpg) 0 0 no-repeat;
}
.boxTopRight {
	background: url(images/box_top_right.jpg) 100% 0 no-repeat;
}
.boxBottomRight {
	background: url(images/box_bottom_right.jpg) 100% 100% no-repeat
}
.boxBottomLeft {
	background: url(images/box_bottom_left.jpg) 0 100% no-repeat;
}

/* Text formatting */
.bold {
	font-weight: bold;
}

/* Page footer */
.footerMenuText {
	padding-left: 5px;
	padding-right: 5px;
}
.footerText {
	width: 717px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 9px;
 	padding-bottom: 9px;
	color: #FFFFFF;
	font-size: 80%;
	line-height: 18px;
	background-color: #9663C4;
}
.pageFooter {
	width: 745px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/page_footer.gif) 0 100% no-repeat;
}

/* Link formatting */
a:link    {color: #9663C4; text-decoration: none;}
a:visited {color: #9663C4; text-decoration: none;}
a:active  {color: #9663C4; text-decoration: none;}
a:hover   {color: #9663C4; text-decoration: underline;}

a.menu:link    {color: #4D4C4C; text-decoration: none;}
a.menu:visited {color: #4D4C4C; text-decoration: none;}
a.menu:active  {color: #9663C4; text-decoration: none;}
a.menu:hover   {color: #FFFFFF; text-decoration: none; background-color:#9663C4;}

a.menuSelected:link    {color: #9663C4; text-decoration: none;}
a.menuSelected:visited {color: #9663C4; text-decoration: none;}
a.menuSelected:active  {color: #9663C4; text-decoration: underline;}
a.menuSelected:hover   {color: #9663C4; text-decoration: none;}

a.footer:link    {color: #FFFFFF; text-decoration: none;}
a.footer:visited {color: #FFFFFF; text-decoration: none;}
a.footer:active  {color: #FFFFFF; text-decoration: none;}
a.footer:hover   {color: #FFFFFF; text-decoration: underline;}
