body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	background-color: #FFFFFF;
	width: 760px;
	margin: 0px auto;
	padding: 10px;
}
#disclaimer {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	text-align: center;
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
}
#disclaimer p {
	margin: 0;
	padding: 0;
}
#header {
	border: 4px solid #000000;
	border: 0;
	width: 100%;
}
#main {
	clear: both;
	width: 760px;
	padding: 0px 0px;
	height: 100%;
}
#footer {
	clear: both;
	width: 740px;
	padding: 30px 10px 0px 10px;
	border-top: 4px dotted #000000;
	margin-top: 10px;
}
#footer p {
	font-size: 0.8em;
	text-align: center;
	margin: 0;
}
#content {
	margin-left: 13em;
	padding-left: 10px;
	border-left: 4px dotted #000000;
	height: 100%;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.3em;
}
#content h3 {
	font-size: 1.1em;
}
#content img {
	margin: 10px;
}
#sidebar {
	float: left;
	width: 12em;
}
#sidebar h1 {
	font-size: 1.3em;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 5px;
}
#sidebar li {
	background-image: url(/images/navbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1px 8px 2px 16px;
}
#sidebar li a {
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}
#sidebar li a:hover {
	color: #F27EDE;
}
#sidebar .current a {
	color: #FF00D2;
}
#nav {
	text-align: center;
	width: 760px;
	margin: 10px 0px;
	border-bottom: 4px dotted #000000;
	padding-bottom: 5px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	background-image: url(/images/navbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1px 8px 0px 16px;
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#nav li a:hover {
	color: #F27EDE;
}
#nav .current a {
	color: #FF00D2;
}
#main p {
	margin-top: 0em;
}
#homepage h1 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 5px;
}
#homepage .homeimage {
	text-align: center;
	margin-bottom: 10px;
}
#homepage .boxout {
	padding: 20px;
	border: 2px dotted #999999;
	margin-right: 20px;
	margin-left: 20px;
}
#homepage .boxout .testimonial {
	font-weight: bold;
	padding: 0.5em;
}
#homepage .boxout .testimonial .name {
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin-bottom: 0;
	border-bottom: 1px solid #000000;
}
p.collections img {
	margin: 0px;
}
#thumbs {
	display: inline;
}
#designlist div {
	float: left;
	width: 30%;
	height: 250px;
	text-align:center;
	border: 3px solid #999999;
	white-space: nowrap;
	margin: 5px;
}
#designlist a {
	text-decoration: none;
}
a img {
	border: 0;
}
form td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 0px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

th {
	text-align: left;
}