@IMPORT url("simpleDropMenu.css");

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}

/*----------------------------------------------Basic styles------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

h1{
	font: bold 12px Arial, sans-serif;
	color: #006633;
}

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #333366; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute;
	right: 0px;
	top: 0px;
	font-size: 2.25em;
	letter-spacing: 0.1em;
	line-height: 1.00em;
	padding-right: 70px;
}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ol {margin: 10px 10px 0 7px; font-size: 0.90em; line-height: 1.55em; color: #000; letter-spacing: 0.05em}

ul {margin: 10px 10px 0 7px; font-size: 0.90em; line-height: 1.8em; color: #000; letter-spacing: 0.05em}


code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold}

ul {list-style: inside square}

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

.fairy{
	font-size: 1.20em;
	font-weight: bold;
	color: #9980b2;
	margin-left: 0px;
}

.sparkles{
	font-size: 1.30em;
	color: #8F59A7;
	margin-left: -5px;
	margin-top: 10px;
}

.quote {color: #444;
		font-size: 0.90em;
		font-weight: bold;
		line-height: 1.80em;
		padding-left: 20px;
}

.signature {color: #444;
		font-size: 0.90em;
		line-height: 2.00em;
		padding-left: 20px;
		padding-right: 40px;
		font-style: italic;
		text-align: right;
}

.index{
	font: bold 12px Arial, sans-serif;
	color: #FFF;
	background-color: #333366;
	padding: 5px 5px;
	text-align: center;
	margin-top: 5px;
}

#pictureIndexes{
	margin-top: 20px;
	margin-left: 20%;
}

#testimonialIndexes{
	margin-top: 20px;
	margin-left: 20%;
	width: 160px;
}

#picture{
	margin-top: 30px;
	border-style: solid;
	border-color: #333366;
	border-width: 2px;
}

#divPicture{
	margin-left: 5%;
}

#container {
position: relative;
margin: 0 auto;
width: 620px;
background: url(images/bkgrnd.gif) 0 0 repeat-y #FFCCFF;
overflow: hidden;
min-height: 740px;
}

/*IE*/
* html #container {height:760px}

#background{
	background-color: #333366;
}

#table_top{
	padding-top: 5px;
	padding-left: 5px;
	vertical-align: top;
	height: 60px;
}

#headerImage{
	z-index: 80;
}

#left, #right {
	height: 450px;
}

#content, #left, #right, #gutter {
	float: left;
}

#header {
	height: 75px;
	border-bottom: 1px solid #999;
	background-color: #333366;
	background: transparent url(images/header.gif) repeat top left;
}

#bodyHeader {
float: left;
width: 620px;
height: 225px;
margin-left: 50px;
background: url(images/flowers_14.gif) 125px 0px no-repeat #FFCCFF;
}

/* left column */
#bodyLeft {
position: absolute;
left: 0px;
top: 200px;
margin-left: 50px;
width: 200px;
background: url(images/fairy-in-moon.gif) 0px 150px no-repeat #FFCCFF;
overflow: hidden;
vertical-align: middle;
padding-top: 250px;
color: #997a99;
}

#bodyRight {float: right;
		width: 370px;
		height: 100%;
		padding-bottom: 30px;
		background: transparent;
		overflow: hidden
}

#footer {
	clear: both;
	height: 75px;
	border-top: 1px solid #999;
	text-align: right;
	font: bold 12px Arial, sans-serif;
	color: #FFFFFF;
	background-color: #333366;
	background: transparent url(images/footer.gif) repeat bottom left;
}

#footer a{
	color: #FFFFFF;
}

#footer a:hover{
	color: #d4d4d4;
}

#gutter {
	width: 3%;
	height: 1px;
}

#left {
	float: left;
	width: 15%;
	min-width: 100px;
	margin-bottom: 1em;
	border-right: 1px solid #999;
	padding-right: 3%;
}

#content {
	width: 58%;
	margin-left: 3%;
	margin-bottom: 1em;
	border-right: 1px solid #999;
	padding-right: 3%;
}

#right {
	width: 10%;
	margin-left: 1%;
	margin-bottom: 1em;
}

#partyWishes{
	font: bold 12px Arial, sans-serif;
	position: absolute;
	top: 55px;
	left: 10px;
	color: #FFFFFF;
	word-spacing: 4px;
	letter-spacing: 3px;
	white-space: nowrap;
}

#mainPage {
	background-color: #333366;
}

#pageLabel{
	font: bold 28px Arial, sans-serif;
	color: #CBF4AA;
	vertical-align: bottom;
	padding-left: 20px;
	padding-bottom: 15px;
}

#invite{
	font: bold 12px Arial, sans-serif;
	width: 20px;
	text-indent: 0em;
	padding-left: 2em;
	padding-top: 1em;
	letter-spacing: 3px;
	visibility: visible;
}

#invite a:hover{
	color: purple;
	text-decoration: underline;
	visibility: hidden;
}

