
/* Basic stylesheet for James Josephs Co site */

body { 
background: #6C5334;
font-family: Arial, Helvetica,sans-serif;
text-align: center;
margin: 0px; 
}

a:link { color: #BD4A39; text-decoration: none; font-weight: bold; }
a:hover { color: #BD4A39 ! important; text-decoration: underline; font-weight: bold; }
a:visited { color: #BD4A39; text-decoration: none; font-weight: bold; }

p { text-align: justify; }

p, li { font-size: 9pt; }

img { border-width: 0px; }

.r { text-align: right; }
.l { text-align: left; }
.c { text-align: center; }

.imgL { 
float: left; 
margin: 0px 15px 5px 0px; 
}

.imgR { 
float: right; 
margin: 0px 0px 5px 15px; 
}

#envelope { 
position: relative;
display: none;
}

#wrap { 
background: #B7C1C0 url(../graphics/quailhouse.jpg) top center;
margin: 50px auto; 
padding: 20px;
position: relative;
height: 364px;
width: 765px;
z-index: 0;
}

/* #BE6E39 */

#text {
background: #BE6E39 url(../graphics/quailhouse2.jpg) top left no-repeat;
position: absolute;
padding: 20px;
height: 660px;
width: 364px;
z-index: 1;
}

#header {
position: absolute;
top: 450px;
z-index: 1;
display: none;
}

#navs {
list-style: none;
text-align: center;
margin-left: -50px;
}

#navs li {
display: inline;
color: #000000;
}

#navs li a, .loci {
padding: 0px 10px;
}

#aboutme {
display: none ! important;
}

.sml {
text-align: center;
color: #ffffff;
font-size: 7pt;
}

.sml a:link { color: #ffffff; text-decoration: none; }
.sml a:hover { color: #ffffff ! important; text-decoration: underline; }
.sml a:visited { color: #ffffff; text-decoration: none; }

#widget a:link { color: #ffffff; text-decoration: none; }
#widget a:hover { color: #ffffff ! important; text-decoration: underline; }
#widget a:visited { color: #ffffff; text-decoration: none; }
