/*
Author: A. Klier
Author URI: http://www.littleredcamper.com/
*/

html, body {
margin: 0;
padding: 0;
background-color:#DACA86;
background-image:url('images/bkgpattern.gif');
background-repeat:repeat;
background-attachment:fixed;
background-position: top left; 
font-family:Arial;
font-size:1em;
}

img { 
border:0; 
}

table {
border-collapse: collapse;
}

table tr {
vertical-align: top;
}

table td,
table th {
padding: 0;
} 

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

#whoami {
width:286px;
margin-top:12px;
margin-left:20px;
}

#whatami {
float:left;
width:349px;
margin-top:12px;
margin-left:20px;
}

#howami {
float:left;
width:475px;
margin-top:12px;
margin-left:20px;
}

.left_heart {       
width:349px;     
}

.leftstuff {
font-size:.8em;
margin-top:-6px;
margin-bottom:-1px;
padding-left:6px;
padding-top:6px;
padding-bottom:10px;
padding-right:8px;
background-image:url('images/left_bkg.png');
background-repeat:repeat-y;
background-position: top left;
}

.left_bunny {
width:349px;
}

.right_heart {
width:475px;
}

.rightstuff {
font-size:.8em;
margin-top:-6px;
margin-bottom:-1px;
padding-left:6px;
padding-top:6px;
padding-bottom:10px;
padding-right:8px;
background-image:url('images/right_bkg.png');
background-repeat:repeat-y;
background-position: top left;
}

.right_bunny {
width:475px;
}

.boxtop {
width:286px;
}

.boxstuff {
font-size:.8em;
margin-top:-6px;
margin-bottom:-9px;
padding-left:6px;
padding-bottom:3px;
background-image:url('images/boxmiddle.png');
background-repeat:repeat-y;
background-position: top left;
}

.boxstuff img {
padding-top:2px;
margin-bottom:-2px;
}

.boxbottom {
width:286px;
}

.strong {
font-weight:bold;
}

.grey {
color:#666666;
}

.thumbs {
padding-bottom:20px;
}

.example {
padding-left:10px;
font-size:1em;
}

