/** BASIC */

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #708090;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
        color: #708090;
	border-bottom: 1px solid #EBA45E;
}

a {
	border: none;
        color: #000000;
}

/** Wedding Navigation Links */
a.nav 
{
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 0px solid #EBA45E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a.nav:hover 
{
	border: none;
        color: #584621;
}

a.nav-indent 
{
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 0px solid #EBA45E;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15pt;
	padding-right: 15pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 9pt;
}

a.nav-indent:hover 
{
	border: none;
        color: #584621;
}



.indented
{
padding-left: 15pt;
padding-right: 15pt; 
margin-top: 0pt; 
margin-bottom: 0pt;
}



/** HEADER */
#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	background-color: #853F3F;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
}

#header h1 {
	margin: 0;
	padding: 25px 10px 0 20px;
	text-transform: lowercase;
	font-size: 36px;
	letter-spacing: -0.05em;
        COLOR: #ffffff;
        FONT-FAMILY: Arial, Helvetica, sans-serif
}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 900px;
	margin: -2.50em auto 0 auto;
	background-color: #853F3F;
	border-bottom: 2px;
	border-bottom-color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	background-color: #853F3F;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
	border-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 2px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 10px 0 11px;
	border: none;
	border-left: 1px solid #83895C;
        COLOR: #ffffff;
}

#menu a:hover {
        COLOR: #ffffff;
}

#menu .first a {
	border: none;
}



/** CONTENT */

#content {
	width: 900px;
	margin: 0 auto;
/**	background: #EFEBDF url(images/img01.gif) repeat-y left top; **/

}

#content * {	line-height: 140%;}  


#columnA {
	float: left;
	text-align: left;
	width: 150px;
	height: 1000px;
	padding: 25px 30px 5px 5px;
	background-color: #853F3F;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	COLOR: #fffff0;
	border-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
}


#columnB {
	float: right; 
	width: 600px;
        height: 1000px;
	padding: 25px 20px 5px 10px; 
        BACKGROUND-COLOR:#000000;
}

#columnB * {
	color: #fffff0;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #EBD8B7;
	color: #b22222;
}
#columnB a:hover {COLOR: #FFFFFF;}

/** FOOTER */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}

TABLE.yborder
{
    BACKGROUND-COLOR: #584621
}
TD
{
    FONT-SIZE: 11px;
    COLOR: #584621;
    FONT-FAMILY: verdana,arial,helvetica
}

TD.tdAlt
{
    LINE-HEIGHT: 16px
}
TH
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 15px;
    COLOR: #584621;
    FONT-STYLE: oblique;
    FONT-FAMILY: arial, verdana, helvetica;
    TEXT-ALIGN: center
}
TH.thAlt
{
    COLOR: #ffffff;
    BACKGROUND-COLOR: #b4b4d9
}
TH.none
{
    COLOR: #584621;
    BACKGROUND-COLOR: #ffffff
}
IMG
{
    BORDER-LEFT-COLOR: #584621;
    BORDER-BOTTOM-COLOR: #584621;
    BORDER-TOP-COLOR: #584621;
    BORDER-RIGHT-COLOR: #584621
}

div.gb              { margin: 0px 0px 20px 0px; padding: 0px; border: 1px solid #ffcc00; line-height: 19px; }
div.gb-author       { margin: 0px; padding: 1px 10px 1px 10px; border-bottom: 1px solid #ffcc00; background: #ffffcc; }
p.gb-author-left    { margin: 0px; float: left; }
p.gb-author-right   { margin: 0px; text-align: right; }
div.gb-entry        { margin: 10px; padding: 0px; }
p.gb-browse         { text-align: right; font-weight: bold; }
p.gb-admin-buttons  { margin: 5px 0px 0px 0px; text-align: right; }
.caution            { color: red; font-weight: bold; }
.small              { font-size: 11px; line-height:16px; }
.comment            { margin: 10px 0px 0px 0px; color: #808080; font-style: italic; }
