body {
    color:#000;
    background:#fff;
    margin:0;
    padding:0;
}
.header {
	color:#6b307c;
	font:bold 2.0em Garamond, Arial, Tahoma, "Times New Roman";
	text-align:right;
	padding:0 50px 0 0;
	width:550px;
	background-image: url(images/header.jpg);
}
.lside {
	color:#300831;
	vertical-align:top;
	width:195px;
	padding:35px 25px;
	margin:0;
	background:#6c337d url(images/lcol_bg.jpg);
	background-repeat: no-repeat;
}
.lside p {
    font:italic 1.0em Garamond, Arial, Tahoma, "Times New Roman";
    text-align:right;
    line-height:120%;
    padding:4px 0;
    margin:0;
}
.content {
	color:#633263;
	vertical-align:top;
	padding:25px 30px 20px 30px;
	margin:0;
	background-color: #fcedd3;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content p {
    font:normal 1.0em Garamond, Arial, Tahoma, "Times New Roman";
    line-height:120%;
    padding:4px 0;
    margin:0;
}
.content h1 {
    font:bold 1.3em Garamond, Arial, Tahoma, "Times New Roman";
    line-height:100%;
    padding:4px 0;
    margin:0;
}
p.signature {
    padding-left:222px;
    margin:0;
}

#tab {
    text-transform:uppercase;
	margin:0;
	top:0;
}
#tab ul {
	float:left;
	list-style:none;
	background:#6c337d;
    width:800px;
	margin:0;
	padding:0;
}
#tab li {
	float:left;
    display:inline;
	margin:0;
/*    padding-left:3px;
*/}
#tab a {
	float:left;
	display:block;
	background:url("images/tright.jpg"/*tpa=http://www.djkconcierge.com/images/tright.jpg*/) no-repeat right top #6c337d;
	text-decoration:none;
	margin:0;
	padding:0;
}
#tab a span {
	display:block;
	color:#fcedd3;
	background:url("images/tleft.jpg"/*tpa=http://www.djkconcierge.com/images/tleft.jpg*/) no-repeat left top;
    font:bold 0.7em Garamond, Arial, Tahoma, "Times New Roman";
	line-height:25px;
	padding:0 4px 0 4px;
}
#tab a:visited span {
	display:block;
	color:#fcedd3;}
#tab a:hover/*,#tab li.item_active a */{
/*	background-position:right bottom;*/
	background:url("images/tleft.jpg") no-repeat left bottom;
}
#tab a:hover span /*#tab li.item_active a span*/ {
    color:#482348;
	/*background-position:left bottom;*/
	text-decoration:none;
	background:url("images/tright.jpg") no-repeat left bottom;
}