/* CYNTHIA MOKU main layout */

html {
	height: 100%;
	margin-bottom: 1px
}
body {
	background-color: #cc9;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/*text tag properties*/
p, ul {
	font-size: 70%;
	color: #cccccc
}
h1, h2, h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
	color: #999900
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 90%;
}
h3 {
	font-size: 70%;
}
a:link, a:visited {  
	font-weight: normal;
	color: #6666ff;
	text-decoration: underline
}
a:hover, a:active {
	font-weight: normal;
	color: #66ccff;
	text-decoration: underline
}
.italic {
	font-size: 75%;
	font-style: italic
}
.indent {
	padding-left: 20px
}
.colour {
	color: #6666ff;
}
.caption {
	font-size: 60%;
	line-height: 110%;
}
.small {
	font-size: 60%;
	line-height: 125%
}
.purchase {
	font-size: 70%;
	color: #cccccc;
}
	.options form {
		padding-top: 10px
	}
.clear {
	clear: both
}
img {
	border: none
}



/*page div properties*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left
}
#header {
	width: 800px;
	height: 90px;
	padding: 0;
	font-size: 0%	
}
	#header img {
		float: left;
	}
#mainDiv {
	width: 800px;
	background-color: #000;
	background-repeat: no-repeat;
	line-height: 105%;
	margin: 0;
	padding: 30px 0 0 0
}
#navigation {
	width: 140px;
	float: left;
	padding: 0
}
.column1, .column2 {
	width: 280px;
	float: left
}
.column1 {
	padding: 15px 20px 20px 30px
}
.column2 {
	padding: 15px 30px 20px 20px
}
#store {
	width: 660px;
	float: left;
	margin: 0;
	padding: 0
}
.storeItem {
	width: 660px;
	margin: 0;
	padding-bottom: -15px
}
.storeItemFW {
	width: 460px;
	margin: 0;
	padding: 20px 100px 0 100px
}
.storeItemRW {
	width: 280px;
	margin: 0;
	padding: 20px 190px 0 190px
}
#thumbWrap {
	width: 510px;
	margin: 0;
	padding: 20px 75px 0 75px
}
.thumbsL {
	width: 240px;
	float: left;
	padding-right:15px
}
.thumbsR {
	width: 240px;
	float: left;
	padding-left:15px
}
.options {
	width: 140px;
	float: left
}


.form {
	background-color: #6ecbd9;
	width: 420px;
	font-size: 70%;
	line-height: 150%;
	text-align: left;
	padding: 20px
}
	.form h3 {
		font-size: 130%;
		color: #000;
		margin-top: 0;
		padding-top: 0
	}
