body {
	background-color: #330066;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px;
	font-weight: bold;
}

img, img a {
	border: none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FFF;
	outline: none;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
	color: #F00000;
	outline: none;
	font-weight: bold;
}

a:focus { -moz-outline-style: none; } /* FIREFOX HACK */

#container {
	margin: 20px auto 0px auto;
	width: 900px;
	height: 600px;
	border: 3px solid #F00000;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#container-inner {
	width: 900px;
	height: 600px;
	display: inline-block;
	/*background-image: url('../images/art.png');
	background-repeat: no-repeat;
	background-position: top left;*/
}

#content {
	margin: 125px 0px 0px 25px;
	width: 425px;
	height: 415px;
	float: left;
}

#scrollcontent {
	width: 400px;
	padding-right: 10px;
	height: 405px;
	overflow: hidden;	
	text-align: justify;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: oblique;
	color: #330066;
	margin: 0px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00000;
	margin: 5px 0px;
	clear: left;
}

#content p {
	margin: 0.25em 0em 0.5em 0em;
	clear: left;
}

#content p img {
	width: 75px;
	height: 100px;
	border: 2px solid #F00000;
	float: left;
	margin-right: 5px;
}

#bubble {
	margin-top: 190px;
	width: 200px;
	height: 135px;
	overflow: hidden;
}

#bubble img, #bubble img a {
	padding-left: 65px;
}

#footer {
	clear: both;
	height: 60px;
	width: 850px;
	margin: 15px 25px 0px 25px;
}

#address {
	float: left;
	width: 325px;
	height: 60px;
}

#clickthru {
	background-image: url('../images/buy.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	width: 425px;
	height: 60px;
}