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

/*a:link {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF
}
*/
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

h1{
	color: #00F;
}

#mainssi{
	text-align: center;
}


#greenmarbleimage {
	height: 102px;
	float: left;
	margin-top: 5px;
	margin-left: 25px;
	border: thin none #CCC;
}

#signup {
	float: left;
	width: 500px;
	margin-left: 5px;
}

#buymarble {
	border: thin solid #0C0;
	height: 200px;
	width: 200px;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

.screenset {
	width: 750px;
	height: 380px;
	overflow: auto;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: thin solid #333;
	margin-top: 8px;
	margin-left: 8px;
}

#artbutton {
	text-align: right;
	height: 25px;
	width: 150px;
	left: 590px;
	top: 365px;
}

#marbletext {
	float: right;
	height: 200px;
	width: 325px;
	text-align: center;
	margin-right: 20px;
	border: thin none #CCC;
	margin-top: 10px;
	}

#marblebag {
	width:400px;
	height: 250px;
	float:left;
	border: thin none #CCC;
	}

#title {
}

#bookimage {
	float: left;
}

#orderlinks {
	float: left;
	clear: both;
	text-align: left;
}

#purchaseleft{
	float: left;
	height: 300px;
	width: 700px;
	border: thin none #CCC;
	overflow: hidden;
}

#ipad{
	float: left;
	height: 118px;
	width: 220px;
	border: thin solid #CCC;
	overflow: hidden;
	text-align: left;
}
#ipic{
	float: left;
}

#kindle{
	float: left;
	height: 118px;
	width: 220px;
	border: thin solid #CCC;
	overflow: hidden;
	text-align: left;
}

#other{
	float: left;
	height: 50px;
	width: 220px;
	border: thin solid #CCC;
	overflow: hidden;
}
#other2{
	float: left;
	height: 50px;
	width: 220px;
	border: thin solid #CCC;
	overflow: hidden;
}

#purchaseright{
	float: left;
	height: 240px;
	width: 220px;
	border: thin solid #CCC;
	overflow: hidden;
}


.etitle {
	background-color: #FFF;
	border: thin solid #CCC;
}
.buy {
	float: left;
	border: thin solid #CCC;
}

