body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: arial;
}

.hold {
	width: 980px;
	margin: 0 auto;
}

.left { float: left; }
.right { float: right; }

.header {
	width: 980px;
	background: #c1ad83;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#welcome {
	float: left;
	margin: 30px 0 0 30px;
}

#logo {
	float: right;
	margin: 30px 30px 0 0;
}

#navigation {
	float: left;
	clear: left;
	margin: 17px 0 25px 28px;
}

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

#navigation li {
	display: inline;
	font-size: 65%;
}

#navigation a {
	float: left;
	display: block;
	text-transform: uppercase;
	width: 95px;
	height: 31px;
	padding: 8px 10px 0;
	background: #DD9958 url(images/bg_navigation.jpg) no-repeat;
}

#navigation a.on { background: #DD9958 url(images/bg_navigation_on.jpg) no-repeat; }

#navigation a:link,
#navigation a:visited {
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline
}

.content {
	padding: 30px 30px 20px;
	background: #E9BE9A;
}

.content.height_four_eighty_two { height: 482px; }
.content.height_three_twelve { height: 312px; }

.content.three_hundred { width: 300px; }
.content.three_fourty { width: 340px; }
.content.three_thirty { width: 330px; }
.content.full { width: 100%; }

.content.right { margin: 0 0 0 10px; }
.content.left { margin: 0 10px 0 0; }

.content.gold { background: #ffd451 url(/images/bg_gold_gradient.jpg) repeat-x scroll top; }
.content.beige { background: #ffd451 url(/images/bg_beige_gradient.jpg) repeat-x scroll top; }
.content.red { background: #ffd451 url(/images/bg_red_gradient.jpg) repeat-x scroll top; }
.content.blue { background: #004d8b url(/images/bg_blue_gradient.jpg) repeat-x scroll top; }
.content.contact { background: #FFF url(/images/bg_contact.jpg) no-repeat scroll 250px 0; }

.content h1 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 120%;
	font-weight: normal;
}

.content.beige h1,
.content.contact h1 { color: #745A32; }

.content.gold h1,
.content.gold h3,
.content.gold p { color: #FFF; }

.content.blue h1,
.content.blue h3,
.content.blue p { color: #FFF; }

.content.red h1,
.content.red h3,
.content.red p { color: #FFF; }

.content h3 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 110%;
    font-weight: normal;
    color: #745A32;
}

.content p {
	margin: 0;
	padding: 0 0 10px;
	font-size: 85%;
	line-height: 19px;
	color: #1A171B;
}

.content.gold p { color: #FFF; }

.content a:link,
.content a:visited {
    color: #1A171B;
    text-decoration: none;
}

.content.gold a { color: #FFF; }

.content a:hover { text-decoration: underline; }

.home_footer {
	float: left;
	width: 470px;
	margin: 10px 0 0;
	padding: 50px;
	background: #000;
}

.home_footer p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 90%;
	line-height: 20px;
}

.home_footer a:link,
.home_footer a:visited {
	color: #FFF;
	text-decoration: none;
}

.home_footer a:hover {
	text-decoration: underline;
}

.home_footer span.light { color: #E9BE9A; }
.home_footer span.white { color: #FFF; }


.contact_text {
    width: 250px;
}

.contact_text h1 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #808080;
}

.contact_text h2 {
    margin: 45px 0 0;
    padding: 0;
    font-weight: normal;
}

.contact_text h3 {
    margin: 0;
    padding: 0;
    font-size: 90%;
    font-weight: normal;
    color: #808080;
}

.contact_text span { color: #000; }

table.celebrations_pricelist {
    width: 320px;
    border-collapse: collapse;
    margin-top: 15px;
}

.celebrations_pricelist td {
    text-align: center;
    color: #333;
    font-size: 80%;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    padding: 3px 0;
}

.celebrations_pricelist thead {
    background-color: #937445;
    color: #FFF;
    font-size: 90%;
}

.celebrations_pricelist th {
    padding: 3px 0;
}

.celebrations_pricelist .b_right { border-right: 1px solid #FFF; }


