body {
    background-attachment: fixed;
    background-color: #8D99E3;
	background-image: url(../images/background/body.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #090346;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
	width: 960px;
}


/* Text Properties */

h1, h2, h3 {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 10px 0px 7px 0;
}

h1{
  font-size: 2em;
  color: #660066;
}

h2{
  font-size: 1.6em;
  color: #996633;
  padding-top: 20px;
}

h3{
  font-size: 1.3em;
  color: #663399;
  padding-top: 10px;
}

p {
  margin: 0;
  padding: 0 0 1em 10px;
}

q {
    font-style: italic;
}

blockquote {
  color: #022859;
  margin: 20px 0 0 100px;
}
  
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
    color: #0000FF;
	text-decoration: underline;
}

sup {
    font-size: 85%;
}

li {
    margin: 0 0 5px 0;
}


/* Layout Properties */

#container {
    background-color: #C7CEFC;
	background-image: url(../images/background/container.png);
	background-position: left top;
    margin: 0 auto;
	padding: 10px 0;
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
}

  /* Text Area */

#textarea_top {
    background-image: url(../images/background/textarea_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0 10px;
	padding: 0;
	width: 940px;
}

#textarea {
    background-color: #F7F7F7;
	margin: 0 10px;
	min-height: 950px;
	padding: 0;
	width: 940px;
}

#textarea_bottom {
    background-image: url(../images/background/textarea_bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0 10px;
	padding: 0;
	width: 940px;
}

  /* Header */

#header {
	margin: 0 10px;
	padding: 20px 0 30px 0;
    text-align: center;
	width: 680px;
}

#header h1 {
    color: #754255;
	font-size: 3em;
	letter-spacing: .08em;
	padding: 0 0 10px 0;
}

#header a:link.headlink, a:visited.headlink, a:hover.headlink, a:active.headlink {
    color: #754255;
	text-decoration: none;
}

#header p {
    color: #090346;
	font-weight: bold;
	letter-spacing: .06em;
	padding: 0;
}

#header p.faded {
    color: #77ACCC;
	font-size: .85em;
	font-style: italic;
	font-weight: normal;
}


  /* Navigation Menu */

#menu {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin: 0 10px 30px 10px;
	padding: 0;
	width: 747px;
}

#menu ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

#menu li.nav {
    display: inline;
	margin: 0;
	padding: 0;
}

#menu li.nav a:link.starlink, a:visited.starlink {
	background-image: url(../images/background/star.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #6633CC;
    display: block;
	float: left;
	height: 20px;
	margin: 0 1em 0 0;
	padding: 2px 3px 2px 20px;
	text-align: left;
	text-decoration: none;
}

#menu li.nav a:hover.starlink, a:active.starlink {
	background-image: url(../images/background/star_glow.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #CC0099;
    display: block;
	float: left;
	height: 20px;
	margin: 0 1em 0 0;
	padding: 2px 3px 2px 20px;
	text-align: left;
	text-decoration: none;
}

  /* Side Box Elements */

#side {
    position: absolute;
	left: 730px;
	top: 180px;
	width: 220px;
}

#sidebar_top {
    background-image: url(../images/background/sidebar_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 220px;
}

#sidebar {
    background-image: url(../images/background/sidebar_body.png);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 50px 0 0 0;
	width: 220px;
}

#sidebar h1 {
    font-size: 16px;
	margin: 0 5px 5px 5px;
	padding: 0;
}

#sidebar p {
    margin: 0 5px 0 10px;
	padding: 0 0 1em 0;
}

#sidebar_bottom {
    background-image: url(../images/background/sidebar_bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 220px;
}

.fb-like-box {
	margin-top: 1.4em;
}


  /* W3C */

#w3c {
    margin: 20px 30px 0 30px;
	padding: 0;
	text-align: center;
}

  /* Logo */

#logo {
    border: none;
    height: 225px;
	left: 767px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	width: 182px;
	z-index: 200;
}

#logo img {
    border: none;
}


#customerphotos {
    border: none;
		height: 100px;
		width: 100px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 16px;
		top: 16px;
		z-index: 200;
}

#customerphotos img {
    border: none;
}

  /* Footer */

#footer {
    border-top: 1px solid #4D85B4;
	color: #4D85B4;
	height: 50px;
	margin: 0 30px;
	padding: 20px 0 0 0;
	width: 900px;
}

  /* Stories */


.story {
    margin: 0 10px;
	padding: 0 0 40px 0;
	width: 680px;
}

.error {
    height: 600px;
		margin: 0 10px;
		padding: 0 0 40px 0;
		width: 680px;
}



/* Floated Elements */

.floatleft {
    float: left;
	margin: 0 10px 20px 0;
	padding: 0;
}

.floatright {
    float: right;
	margin: 0 0 20px 10px;
	padding: 0;
}

.clear {
    clear: both;
	line-height: 1px;
}



/* Text Alignment - Justified by default */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


/* Text Sizes */

.small {
    font-size: .75em;
	line-height: 1.2em;
}



/* Images */

img {
    border: none;
}

img.border {
    border: 1px solid #660066;
}



/* Cursor */

.pointer {
    cursor: pointer;
}



/* Footer Elements */

ul#foot {
    list-style: none;
	margin: 0;
	padding: 0;
}

ul#foot li {
    display: inline;
	margin: 0;
	padding: 0;
}

ul#foot li a:link.footer, a:visited.footer {
	color: #88659F;
    display: block;
	float: left;
	height: 20px;
	margin: 0 1em 0 0;
	padding: 2px 3px;
	text-align: left;
	text-decoration: none;
}

ul#foot li a:hover.footer, a:active.footer {
	color: #CC0099;
    display: block;
	float: left;
	height: 20px;
	margin: 0 1em 0 0;
	padding: 2px 3px;
	text-align: left;
	text-decoration: none;
}

#copyright {
    float: right;
	text-align: right;
	width: 300px;
}

#chimpy {
    bottom: 15px;
	color: #4D85B4;
	font-size: 11px;
    position: absolute;
	right: 15px;
}

a:link.chimpy, a:visited.chimpy {
    color: #88659F;
	margin: 0;
	padding: 0;
}



/* Special IDs and Classes */

#checklist {
    background-color: #D2ECF3;
	border: 1px solid #77ACCC;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	padding: 10px;
	float: right;
	margin: 0 0 20px 10px;
	text-align: left;
	width: 250px;
}

#checklist p {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 10px 0;
}

ul.checklist {
    margin: 0 10px 0 20px;
	padding: 0;
}

li.checked {
    list-style-image: url(../images/background/checkmark.png);
	padding-bottom: 10px;
}


ul.rental {
    line-height: 1.4em;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

ul.rental li {
    padding-bottom: 5px;
}

li.padbottom {
    margin-bottom: 15px;
}

#bride_groom {
    background-image: url(/images/background/bride_groom.jpg);
		background-color: #006600;
		border: 1px solid #333333;
		float: right;
		width: 348px;
		height: 160px;
		overflow: hidden;
		font-size: 11px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		padding: 0;
		margin: 15px 0 15px 10px;
}

.fill {
    margin: 5px 5px 5px 180px;
		padding: 0;
}

#bride_groom h3 {
    color: #FFFFFF;
		padding-top: 5px;
}

#bride_groom p {
    color: #FFFFFF;
		padding: 0 0 .5em 10px;
		font-weight: bold;
}

.tip {
    color: #003399;
		background-color: #FFF0FF;
		background-image: url(/images/background/tip.png);
		background-position: left top;
		background-repeat: no-repeat;
		border: 1px solid #FFCCFF;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: .9em;
		margin: 0 0 10px 10px;
		padding: 30px 5px 5px 5px;
}


/* Specials */

.package {
    float: left;
		margin: 0 20px 20px 20px;
		padding: 0;
		width: 300px;
}
	
.special_top {
    background-image: url(../images/background/special_top.png);
		background-position: left top;
		background-repeat: no-repeat;
		height: 25px;
		margin: 0;
		padding: 0;
		width: 300px;
}

.special {
    background-image: url(../images/background/special.png);
		background-position: left top;
		background-repeat: repeat-y;
		margin: 0;
		padding: 0;
		width: 300px;
	}
	
.special_bottom {
    background-image: url(../images/background/special_bottom.png);
		background-position: left top;
		background-repeat: no-repeat;
		height: 25px;
		margin: 0;
		padding: 0;
		width: 300px;
}

.special p {
    font-size: .8em;
    margin: 0;
		padding: 5px;
}

.special h2 {
    color: #660066;
    font-size: 1.3em;
		margin: 0;
		padding: 0 8px 5px 8px;
	}
	
	.sitemap li {
	    list-style: none;
	}
	
	.sitemap ul {
	    list-style: none;
	}
