/* CSS Document by Kali Pappas for Strangegirl Designs.  */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #ffffff;
	background-image: url(newquincebg.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#quincelayer {
	z-index:2;
	background-image:url(cornerquince.png);
	position:absolute;
	top:0px;
	left:0px;
	width:259px;
	height:347px;
}
#topquincelayer {
	z-index:3;
	background-image:url(topquince.png);
	position:absolute;
	top:0px;
	left:850px;
	width:268px;
	height:211px;
}
#titlelayer {
	z-index:4;
	background-image:url(strangegirldesignstitle.png);
	position:absolute;
	top:0px;
	left:150px;
	width:800px;
	height:175px;
}
#contentarea {
	
	
	position:absolute;
	top:170px;
	left:120px;
	right:120px;
	padding-bottom:50px;

}

#contentinside {
z-index:5;
background:#ffffff;
	border:5px solid #ff6699;
	padding-top:10px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:20px;

}
#sidenav {
	z-index:6;
	position:relative;
	float:left;
	margin-right: 10px;
	width:150px;
	height:auto;
	text-align:right;
	font-size:22px;
	
}
#sidenavul {
	list-style-type: none;
	} 
	
#sidenav li {

}

a.sidebarlinks:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	
}

a.sidebarlinks:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	
}

a.sidebarlinks:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #ff3366;
	text-decoration: none;
	
}

a.sidebarlinks:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	
}


#content {
	position:relative;
	border-left:2px dashed #999999;
	padding-left:20px;
	margin-left:160px;

	
}
h1 {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:right;
	border-bottom: 2px solid #ff6699;
	padding-top:10px;
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-weight:normal;
	
}

a:link {
	color: #ff3366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff3366;
}
a:hover {
	text-decoration: underline;
	color: #ff3366;
}
a:active {
	text-decoration: none;
	color: #ff3366;
}

.otherul {
	list-style: disc url(bullet.png) inside;
	margin-bottom:20px;
	}
.otherul li {
	margin-bottom:5px;
	}
	
.caption {
	font-size:10px;
	padding:3px;
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	margin:5px;
	font-style:italic;
	font-weight:bold;
}	

.rowcenteredimages {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border:0;
	}

img.noborder {
	border:0px;
	
	}

td {
	border:0;
	padding:5px;
	margin:5px;


}	

#footer {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}