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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px 0px 0px;
	line-height: 16px;
}

a {
	color: #663366;
}

.copyright {
	color: #663366;
	font-size: 9px;
	margin-bottom: 25px;
	margin-top: 25px;
	line-height: 11px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663366;
	margin-top: 10px;
	font-weight: normal;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-transform: capitalize;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663366;
	font-weight: bold;
	margin-bottom: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 25px;
	padding-top: 5px;
	width: 550px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663366;
	font-weight: bold;
	margin-bottom: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 60px;
	padding-top: 5px;
	width: 550px;
}

#container {
	margin: 0px;
	padding: 0px;
}

#content {
	margin-top: 50px;
	margin-left: 50px;
	width: 550px;
	
}

#sample {
	float: left;
	border: thin solid #CCCCCC;
	margin-bottom: 25px;
}

#thumbnails {
	float: left;
	clear: left;
}

.thumb {
	border: 1px solid #CCCCCC;
	margin: 0px 20px 20px 0px;
}

a img.thumb:hover {
	border: 1px solid #663366;
}

#close {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	float: left;
	clear: left;
	margin-top: 25px;
	margin-bottom: 10px;
}

#close a {
	text-decoration: none;
	color: #666666;
}
