@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
body {
	background-color:#000
	}
	
#homeWrapper {
	margin-left:auto;margin-right:auto;
	background-image:url(images/homepage.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:1200px;height:1152px;
	}

#creedWrapper {
	margin-left:auto;margin-right:auto;
	background-image:url(images/creedpage.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:1068px;height:1200px;
	}
	
#flashPlayer {width:100px;text-align:center;margin-left:auto;margin-right:auto;}

#otherPageWrapper {
	position:relative;
	margin-left:auto;margin-right:auto;
	}
#otherPageHeader {
	margin-left:auto;margin-right:auto;
	background-image:url(images/subpageText.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:1068px;height:282px;
	}
	
#homeLinkBoutique {
	position:relative;top:314px;left:428px;
	display:block;
	width:80px;height:21px;
	background-image:url(images/homeBtnBoutique.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
	#homeLinkBoutique:hover {
	background-position:right;
	}
	
#homeLinkCreed {
	position:relative;top:298px;left:514px;
	display:block;
	width:131px;height:19px;
	background-image:url(images/homeBtnCreed.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
	#homeLinkCreed:hover {
	background-position:right;
	}
	
#homeLinkVendors {
	position:relative;top:282px;left:648px;
	display:block;
	width:66px;height:19px;
	background-image:url(images/homeBtnVendors.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
	#homeLinkVendors:hover {
	background-position:right;
	}
	
/*Subpage Links*/


#linkHome {
	position:relative;top:65px;left:75px;
	display:block;
	width:150px;height:100px;
	background-image:url(images/transparent.jpg);
	background-repeat:repeat;
	}
	
#linkBoutique {
	position:relative;top:-65px;left:234px;
	display:block;
	width:67px;height:24px;
	background-image:url(images/button_boutique.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	#linkBoutique:hover {
	background-position:right;
	}

#linkCreed {
	position:relative;top:-89px;left:310px;
	display:block;
	width:112px;height:20px;
	background-image:url(images/button_creed.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	#linkCreed:hover {
	background-position:right;
	}
	
#linkVendors {
	position:relative;top:-109px;left:433px;
	display:block;
	width:60px;height:20px;
	background-image:url(images/button_vendors.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	#linkVendors:hover {
	background-position:right;
	}
	
#creedCopy {
	position:relative;top:175px;left:100px;
	width:300px;height:auto;
	}
	
#otherPageContent {
	position:relative;
	margin-left:auto;margin-right:auto;
	width:1068px;height:auto;
	background-image:url(images/subpageTextBG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
#otherPageContent p, #otherPageContent h1, #otherPageContent h2 {
	width:860px;
	margin-right:auto; margin-left:auto;
	padding:8px;
}

#bgBottom {
	margin-left:auto;margin-right:auto;
	width:1068px;height:108px;
	background-image:url(images/footerBG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
	
#creedCopy p {
	font-size:1.1em;
	line-height:1.4em;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif
	}
	
.dedication {
	margin-right:auto;margin-left:auto;
	text-align:center;
	padding-bottom:15px;}
	
#footer {
	width:800px;
	font-size:.8em;
	text-align:center;
	margin-left:auto;margin-right:auto;
	padding-bottom:15px;
	}
	
#footer a {
	text-decoration:none;
	color:#cd77b8}
	
#footer a:hover {color:#fff}

#footer a:visited {color:#861d87}

/* Text Styles */

h1 { font-size:1.5em; }
	
h2 {font-weight:bold;margin-bottom:-12px}
	
p { text-size:1em; }

/* Form Styles */

p#formPage {
	position:absolute; left:100px;
	width:225px; }

.required {
	position:relative; top:-3px; left:-2px;
	color:#FF0000;
	font-size:.6em;	}

form {
	width:380px;
	margin-left:300px; }

input {
	float:right;
	margin-top:-20px }

label {
	display:block; clear:right;
	margin-top:10px; padding-right:5px;
	text-align:right; margin-right:150px;
	font-weight:bold;}

textarea {margin: -18px 235px;}

button {margin: 25px 225px;}