/*** HTML Elements ***/

html {
    background: #a3a066;
}
body {
    color: #555;
    margin: 43px 0;
    text-align: center;
}

h1, h2, h3, h4, h5 {
    color: #910A44;
}

h1, h4 {
    font-family: Georgia,'Times New Roman',serif; 
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    margin: 0.6em 0;
}

p {
    line-height: 140%;
}

dt {
    font-weight: bold;
    margin-top: 5px;
}

dd ul {
    margin: 5px 0 0 0;
}

dd ul li {
    list-style-type: none;
}

/*** Layout ***/

#wrapper {
    background: #fff;
    border: 1px solid #777;
    margin: 0px auto;
    margin-bottom: 10px;
    text-align: left;
    width: 762px;
}

* html #wrapper {
    width: 764px;
}

.clearfix:after {
    padding: 0;
    margin: 0;
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

/*** Header ***/

#header {
	background: url("../images/header-bg.gif") repeat-x top left;
}

#logo, #logo a, #header-right {
    height: 220px;
    width: 230px;
}

#logo {
	background: #fff url("../images/logo.gif") no-repeat top center;
    float: left; 
}

#logo a {
	display: block;
    text-indent: -9999px;
}

#header-right {
    background: url("../images/header-right-bg.gif") no-repeat top right;
    float: left;
    width: 532px;
}

* html #header-right {
    width: 534px;
}

.subpage #logo, .subpage #logo a, .subpage #header-right {
    height: 148px;
    width: 200px;
}

.subpage #logo {
	background: url("../images/logo-subpage.gif") no-repeat top right;
}

.subpage #header-right {
    height: 139px;
    width: 562px;
}

* html .subpage #header-right {
    width: 564px;
}

/*** Menu ***/

#nav-wrapper {
	background: url("../images/header-bg.gif") repeat-x top left;
	height: 27px;
}

.subpage #nav-wrapper {
    padding-left: 30px;
}

#nav-wrapper ul {
    margin: 0;
    padding: 0;
    padding-top: 6px;
}

#nav-wrapper ul li {
	float: left;
	list-style-type: none;
	padding-left: 21px;
}

#nav-wrapper ul li a {
    color: #f0f0f0;
    font-family: Georgia,'Times New Roman',serif;
    font-size: 93%;
	text-decoration: none;
    text-transform: uppercase;
}

#nav-wrapper ul li a:hover {
    text-decoration: underline;
}

#nav li ul {
    left: -999em;
    margin: 0;
    position: absolute;
    width: 120px;
}

#nav li ul li {
    background-color: #d21d7a;
    display: block;
    float: none;
    padding: 3px 5px;
}

#nav li ul li a {
    text-transform: none;
}

#nav li:hover ul,
#nav .nav-hover ul {
    left: auto;
}

/*** Events ***/

#events {
    margin: 15px 0 0 24px;
}

#events h4 {
    color: #FAF3BF;
}

#events ul {
    color: #fff;
    margin: 8px 15px;
}

#events ul li {
    margin-bottom: 0.7em;
    color: #f8f0d7;
    font-size: 85%;
}

#events a {
    color: #f8f0d7;
    font-size: 85%;
}

#events a:hover {
    text-decoration: underline;
}

/*** Body ***/

#page-body {
	background: url("../images/content-bg.gif") repeat-x bottom left;
}

#content {
    padding: 5px 20px 10px 20px;
}

#content-left {
    float: left;
    width: 490px;
}

#content-right {
    float: left;
    margin-left: 25px;
    text-align: center;
    width: 180px;
}

#content-right h4 {
    margin-bottom: 5px;
}

img.shrine {
    border: 1px solid #333;
    float: right;
    margin-left: 12px;
}

div.shrine-interior {
    display: block;
    margin: 25px 0;
    text-align: center;
}

div.shrine-interior img {
    border: 1px solid #333;
}

form.gifts ul {
    margin-left: 0;
}

form.gifts ul li {
    list-style-type: none;
    margin-bottom: 0.5em;
}

form.gifts ul label {
    margin-left: 5px;
}

form.gifts ul input {
    width: 2.4em;
}

form.gifts dl {
    margin-left: 0;
}

form.gifts dd {
    margin-left: 0;
}

/*** Footer ***/

#footer {
    font-size: 85%;
    margin: 0px auto;
    width: 762px;
}

#footer, #footer a {
    color: #444;
}

#footer a {
    font-weight: bold;
    text-decoration: none;
}



/*** TAble ***/

#giftTable{
	border:0px;
	border-style:none;
	border-width:0px;
	width:auto;
}	

#giftTable th{
	border-width:0px;
	width:auto;
}
#giftTable td{
	border-width:0px;
	width:auto;
}
#giftTable input{
width:30px;
max-width:3;
text-align:center;
}
#giftTable img{
width:100px;
height:75px;
}

