
body {
    font-family: "Georgia", Georgia;
    background-color: #494C53;
}

/* forground color #5A647F */
/* background color #479CEB */

div#container-top {
    width: 800px;
    height: 22px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF url(/images/wedding_4/frame-top.gif) no-repeat;
}

div#container-bottom {
    width: 800px;
    height: 22px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF url(/images/wedding_4/frame-bottom.gif) no-repeat;
}

div#container {
    width: 800px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

div#site-name {
    font-size: 2.4em;
    color: #5A647F;
    float: left;
    margin: 5px;
}

div#site-tagline {
    color: #5A647F;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}

div#logout-link{
    color: #5A647F;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

div.clear {
    clear: both;
    height: 1px;
}

div#menu {
    width: 800px;
    height: 30px;
    clear: both;
    background-color: #5A647F;
    color: #000000;
}

div.menu-item {
    float: right;
    margin: 5px;
}

div.menu-sep {
    height: 30px;
    width: 1px;
    background-color: #FFFFFF;
    float: right;
}

div#submenu {
    width: 450px;
    height: 30px;
    clear: both;
    color: #5A647F;
}

div.submenu-item {
    float: left;
    margin: 4px;
    font-size: 1.2em;
}

div#page-header {
}

a {
    color: #5A647F;    
}

#sidemenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu a:active {
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}



div#content {
    color: #5A647F;
}

div#content-view {
    float: left;
    width: 640px;
    margin-left: 10px;
    margin-right: 10px;
}

div#content-ad {
    float: left;
    width: 120px;
    margin: 10px;
}

div#error_div {
    color: red;
    width: 400px;
    border-color: red;
    border-style: dashed;
    border-width: 1px;
    padding: 5px;
    margin: 5px;
}

div#notice_div {
    color: #5A647F;
    width: 400px;
    border-color: #5A647F;
    border-style: dashed;
    border-width: 1px;
    padding: 5px;
    margin: 5px;
}

h1 {
    color: #5A647F;    
}

#data-values {
	visibility: hidden;
}

/******************
Date entry divs
******************/
div.data-panel {
	width: 600px;
        clear: both;
}
div.data-row {
	clear: both;
	padding-top: 7px;
}
div.data-label {
	width: 150px;
	float: left;
}
div.data-field {
	float: left;
}
div.spacer {
	clear: both;
}
div.data-menu-bottom {
	clear: both;
}
div.data-menu-top {
	clear: both;
}
input {
	font-family: "Georgia", Georgia;
	font-size: 10pt;
}
img.tour_image {
    margin: 5px;
    border: 2px solid #666A73;
}