body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
	background-image: url(images/beauty-pbgtexture.jpg);
}
#masthead {
	background-image: url(images/beauty-masthead.jpg);
	background-repeat: no-repeat;
	height: 107px;
}
#titletext {
	left: 10000px;
	position: absolute;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/beauty-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	margin: 0 auto;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8D919D;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 1em 0 0 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 540px;
}
#sidebox {
	float: left;
	width: 210px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 20px 20px;
	font-size: 0.85em;
	background-image: url(images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#maincontent p {
	line-height: 1.2em;
	margin: 8px 0 12px 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#maincontent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.8em;
	padding: 0 10px 20px;
	margin: 0;
}
#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.5em;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
h2 {
	line-height: normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}
h4 {
	font-size: 1.7em;
	color: #FF0000;
	margin: 5px 0px -15px;
}

#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(images/beauty-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #666666;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	border: 1px solid #000000;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 4px 10px;
	color: #666666;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #0066FF;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #0066FF;
	color: #CCCCCC;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 180px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
.artlinklist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
}

