/* CSS for truelovemarriage.com 9/10/2007 by Richard Spann */

/* GLOBAL */

body {
font-family:Verdana,sans-serif;
font-size:12pt;
width:100%;
height:100%;
text-align:center;
background:url('/images/brown098.jpg');
color:#330000;
}

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

li.nonum {
list-style-type:none;
}

h1 {
font-size:48pt; 
font-family:Bradley Hand ITC,sans-serif; 
font-weight:bold;
}

h2 {
font-size:24pt;
font-family:Bradley Hand ITC,sans-serif; 
font-weight:bold;
}

#wrapper {
margin:0px auto;
text-align:left;
width:1024px;
background-color:#FAF0E7;
}

img.content {
border-style:solid;
border-width:thick;
border-color:#008000;
float:right;
clear:right;
margin:0px 0px 10px 10px;
}
  
img.tours {
border-style:solid;
border-width:1px;
float:right;
clear:right;
margin:0px 0px 0px 10px;
}

img.email {
border-style:none;
margin:0px;
}

/* SITE INFO */

#tlmstats {
text-align:center;
width:100%;
white-space:nowrap;
clear:both;
background-color:#BFA886;
}

/* LOGO */

#tlmlogo {
text-align:center;
background-color:#000033;
height:80px;
width:200px;
font-family:Bradley Hand ITC,sans-serif;
font-weight:bold;
color:#FFD700;
font-size:48pt;
padding:0px;
}

/* FOOTER */

#vendorinfo {
text-align:center;
width:100%;
white-space:nowrap;
clear:both;
}

/* NAVIGATION COLUMN */

#tlmnav {
text-align:left;
width:200px;
overflow:auto;
float:left;
padding-bottom:10px;
font-family:Bradley Hand ITC,sans-serif;
font-size:18pt;
background-color:#BFA886;
font-weight:bold;

}

/* RIGHT COLUMN */

#tlmright {
text-align:left;
width:780px;
float:right;
margin:10px 10px 10px 0px;
background-color:#FAF0E7;
}

