@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body, html {
	margin-top:25px;
}
body {
	background-image:  url(http://www.sassykatelynbowtique.com/images/template/TSIMS_PP-Argyle.gif);
	margin-top: 25px;
	background-repeat: repeat;
}
	/*links*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #a3cd71;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
	/*header*/
h1,h2,h3,h4,h5 {
   	text-align:center;
}
	/*layout*/
#container {
	border: thin solid #000000;
	width:900px;
	background-color:#FFFFFF;
	margin:0 auto;
	text-align:center;
	padding:0px;
}
#header {
	width:900px;
	height:200px;
	text-align:center;
	margin:0 auto;
	padding:0px;
}
#stripes {
    padding: 0px;
	background-image:url(http://www.sassykatelynbowtique.com/images/template/TSIMS_PP-Decorated-Stripes.gif);
	width:900px;
	height:20px;
	margin:0 auto;
	text-align:center;
}
#leftnav {
	width: 185px;
	padding: 10px;
	clear: none;
	float: left;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:center;
}
#content {
	width: 680px;
	padding: 5px;
	text-align:center;
	margin:0 auto;
	float:left;
	clear:right;
}
#bottomdiv {
	width:900px;
	height:3px;
	padding:0px;
	margin:0 auto;
	background-color:#a3cd71;
	clear:both;
}
#footer {
	font-size: 12px;
	width: 896px;
	clear: both;
	float: none;
	padding:2px;
	background-color:#FFFFFF;
	margin:0 auto;
	text-align:center;
}
	
-->
</style>