body {
	font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;

	background-color: white;
	background: url('lace2side.gif');
	background-repeat: repeat-y;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
}

a{
	text-decoration: none;
}

body a:link {
	color: #555599;
}
body a:visited {
	color: #222266;
}
body a:hover {
	color: #9999cc;
}

body #headmenu a:link {
	color: #555599;
}
body #headmenu a:visited {
	color: #222266;
}

body p a{
	text-decoration: underline;
}
body p a:link {
	color: #555599;
}
body p a:visited {
	color: #222266;
}
body ul li a {
	text-decoration:underline;
}
body ul li a:link {
	color: #555599;
}
body ul li a:visited {
	color: #222266;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color: #000;
	margin: 0px 2px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left : 20px;
	text-decoration: none;
	line-height : 120%;
	color: #000;
	margin: 0px 2px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left : 10px;
	text-decoration: none;
	line-height : 120%;
	color: #000;
	margin: 0px 2px;
}
h4 {
	font-weight: bold;
	font-size: 12pt;
	font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left : 10px;
	text-decoration: none;
	line-height : 120%;
	color: #000;
	margin: 0px 2px;
}
p {
	font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin: 2px 5px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	list-style-position: outside;
	margin: 4px 20px;
	padding: 0px;
}
li ul {	
	margin: 4px 20px;
}

div.wrapper {
	margin: 12px 60px 12px 60px;
	padding: 0px;
	background-color: transparent;
}

.contentbox {
	width: 90%;
	margin: 8px auto 8px auto;
	padding: 5px 20px 5px 20px;
	background-color: white;
}
.thumb-box {
	width: 250px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: white;
}

div.logobox {
	margin: 10px auto 10px auto;
	width: 380px;
	height: 150px;
	padding: 0px;
}

div.lacebox {
	margin: 10px auto;
	width: 750px;
	padding: 12px;
	background: url('tinyflakelace.gif');
}

div.laceinnerbox {
	margin: 0px auto;
	width: 730px;
	padding: 10px;
	background: #f2f2f2;
}