body{
	margin: 25px 0;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top left; 
	background-color: #992963;
}

a img{
	border: none;
}

/* MAIN LAYOUT PARAMETERS */

#container /* Just to avoid unnecesarry floats */ {
	width: 960px;
	margin: 0 auto;
}

.top_rounder{
	width: 960px;
	height: 15px;
	margin: 0 auto;
	display: block;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/topdrop.png');
}
.top_rounder[class] {
  background-image: url(../images/topdrop.png);
  float: right;
}

.shadow_wrap{
	z-index: 0;
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/middrop.png');
}
.shadow_wrap[class] {
  background-image:url(../images/middrop.png);
  float: right;
}

.shadow_wrap a, p{
	position: relative;
	z-index: 500;
}

.shadow_wrap table a{
	position: relative;
	z-index: 800;
}

.bottom_rounder{
	width: 960px;
	margin: 0 auto 30px auto;
	height: 20px;
	background-color: transparent;
	display: block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/bottomdrop.png');
}
.bottom_rounder[class] {
  background-image:url(../images/bottomdrop.png);
  float: right;
}

#main_wrap{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 7px;
	z-index: 1000;
}

.left_col{
	width: 280px;
	margin: 0;
	float: left;
	padding: 0;
}

.right_col{
	width: 587px;
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
}


/* PAGE TOP */

#top{
	float: right;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

#contact_top{
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0;
}

#main_navigation{
	text-align: left;
	margin: 37px 0 0 0;
	font-size: 13px;
}

#main_navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_navigation ul li{
	list-style: none;
	display: inline;
	margin: 0 28px 0 0;
}

#main_navigation ul li a{
	color: #6C327C;
	text-decoration: none;
}

#main_navigation ul li a:hover{
	color: #666;
	text-decoration: underline;
}

#main_navigation ul li a.active{
	color: #6C327C;
	text-decoration: underline;
}

/* INFO LINE */

#info_line{
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
}

#info_line p{
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#info_line p#info_quote{
	width: 460px;
	margin-left: 2px;
	line-height: 11px;
}

#info_line p#crumbs{
	margin-left: 4px;
}

#info_line p#crumbs a{
	text-decoration: none;
	color: #6C327C;
}

#info_line p#crumbs a:hover{
	text-decoration: underline;
}

/* CONTENT */

#content{
	position: relative;
	float: right;
	margin-top: 15px;
	padding-bottom: 180px;
   border-bottom: 1px solid #DDD;
	background-image: url(../images/painter.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

#content .left_col{
	border-top: 1px solid #DDD;
}

#content .left_col ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .left_col ul li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	width: 280px;
	height: 64px;
	position: relative;
}



#content .left_col ul li a{
	position: absolute;
	height: 47px;
	width: 210px;
	padding-left: 70px;
	padding-top: 17px;
	color: #6C327C;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none; 
}

#content .left_col ul li a:hover{
	text-decoration: underline;
}

#content .left_col ul li span{
	position: absolute;
	left: 70px;
	top: 34px;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}	

#content .left_col ul li a:hover span {
	text-decoration: none;
}

#content .left_col ul li img{
	position: absolute;
	top: 11px;
	left: 1px;
}

h1{
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 1px;
	color: #6C327C;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0 ;
}

h2{
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin: -5px 0 22px 2px;
	padding: 0
}

h3{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-top: 20px;
}

#content .right_col p{
	line-height: 16px;
	font-size: 11px;
	width: 500px;
}

#content .right_col a{
	color: #6C327C;
}



.right_col .narrow_content{
	width: 270px;
	float: left;
	margin-top: 40px;
	margin-bottom: 50px;
}

p.narrow{
	width: 260px;
	margin: 0px;
	padding: 0px;
	voice-family: male;
}

.right_col ul{
	list-style: square outside;
	padding:0 140px 0 30px;
	margin:0;
}

.right_col ul li{
	margin:0;
	padding:10px 0;
}

/* BOTTOM */

#bottom{
	float: right;
	margin-bottom: 15px;
}

p#address{
	margin-top: 12px;
}

p#address img.left{
	margin-left: -10px;
}

#bottom_navigation{
	text-align: right;
	margin: 16px 0 0 0;
	font-size: 11px;
}

#bottom_navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottom_navigation ul li{
	list-style: none;
	display: inline;
	margin: 0 0 0 18px;
}

#bottom_navigation ul li a{
	color: #6C327C;
	text-decoration: none;
}

#bottom_navigation ul li a:hover{
	color: #666;
	text-decoration: underline;
}

#bottom_navigation ul li a.active{
	color: #6C327C;
	text-decoration: underline;
}

#copy{
	text-align: right;
	margin: 5px 0;
	padding: 0;
	color: #666;
	font-size: 11px;
}

#validate{
	text-align: right;
	margin: 19px 0;
	padding: 0;
	color: #666;
	font-size: 11px;
}

/* EXTRA LAYERS */

/*.sticker{
	margin: 0;
	padding: 0;
	width: 238px;
	height: 215px;
	position: absolute;
	left: 720px;
	bottom: -60px;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/sticker.png');
}
.sticker[class] {
  background-image:url(../images/sticker.png);
  background-position: top left;
  background-repeat: no-repeat;
}*/