/* jess-j.com css */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #551445;
	font-family: trebuchet MS, Georgia, "Times New Roman", Times, serif;
	background-color: #641650;
	font-size: 12px;
	color: #E592D1;
}
 /*printer styles*/ 

a:link {
	color: #FFB3FF;
	text-decoration: none;
}
a:visited {
	color: #FFB3FF;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}


#topleft { 
    position: absolute; 
    left: 0; 
    top: 0; 
    display: block; 
    height: 125px; 
    width: 125px; 
    background: url(TLbanner.gif) no-repeat; 
    text-indent: -999em; 
    text-decoration: none;}
 
div#about { 
   background-color: #000000;
   color: #FFFFFF;
   font-size: 11px;

 }



#pagewidth{
	width:645px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
} 
 
#header{
	position:relative;
	height:30px;
	background-image: url(images/jj_header.png);
	background-repeat: no-repeat;
} 
 
#leftcol{
	width:315px;
    height: auto;
	float:left;
	position:relative;
	background-color: #551445;
	text-align: center;
  }

#heightfix{
    height: 350px;
  }

#foliofix{
    margin-bottom: 6px;
  }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:330px;
 }

#logo{
	height: 311px;
	background-image: url(jj_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
 }

#headabout{
	height: 52px;
	background-image: url(http://jess-j.com/images/header_about.png);
	background-repeat: no-repeat;
 }
#headfolio{
	height: 50px;
	background-image: url(http://jess-j.com/images/header_portfolio.png);
	background-repeat: no-repeat;
 }

#headcomp{
	height: 54px;
	background-image: url(http://jess-j.com/images/header_compcard.png);
	background-repeat: no-repeat;
 }

#headcontact{
	height: 51px;
	background-image: url(http://jess-j.com/images/header_contact.gif);
	background-repeat: no-repeat;
 }

#management{
	height: 39px;
	background-image: url(http://jess-j.com/images/management.gif);
	background-repeat: no-repeat;
 }

#inquiry{
	height: 43px;
	background-image: url(http://jess-j.com/images/generalinquiry.gif);
	background-repeat: no-repeat;
 }
 
#footer{
	height:30px;
	clear:both;
	background-image: url(/images/jj_footer.png);
 } 

#realfooter {
	width: 645px;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: left;
} 
.footext {
	font-family: tahoma;
	font-size: 10px;
	color: #B42992;
} 
a.footext:link {
	font-family: tahoma;
	font-size: 7px;
	color: #641751;
} 
a.footext:visited {
	font-family: tahoma;
	font-size: 7px;
	color: #641751;
} 
a.footext:hover {
	font-family: tahoma;
	font-size: 7px;
	color: #641751;
}
a.underliner:link, a.underliner:visited, a.underliner:active  {
	font-family: tahoma;
	font-size: 10px;
	color: #B42992;
} 
a.underliner:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #B42992;
	text-decoration: underline;
} 

#candybar{
	height: 311px;
	background: url(images/jj_candy.png) no-repeat;
	background-repeat: no-repeat;
	background-position: center bottom;
 }

#holdd {
	background-color: #551445;
	display: block;
	width: 315px;
	height: 350px;
	text-align: center;
}
#holdd_inner {
	background-color: #641650;
	display: block;
	width: 294px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#holdd_inner2{
	background-color: #641650;
	display: block;
	width: 294px;	
    margin-top: 0px;
	margin-bottom: 0px;

}

#descript {
	display: block;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 310px;
}
#indenter {
	display: block;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}
.cardhover a { display:block; width:auto;}
.cardhover a:hover { background-color: #6E1C5A}


.article_seperator{
	display: block;
	line-height: 1px;
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #400F34;
	margin: 1px 5px 4px 3px;
	border-bottom-color: #400F34;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #701B5B;
	border-top-style: solid;
	border-top-width: 1px;
}
.left_align{
	text-align: left;
}


 /* *** Float containers fix:
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}