/* CSS Document */
.style3 { font-size: 44px; color: #990000;}
.style5 { font-size: 68px; color: #330099;}
.style7 { color: #990000}
.style10 {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
}
.sold {
     color: red ;
     font-size: 1.5em;
     font-weight: 800 ;
     }
.c-blue {
	font-size: 0.9em;
	color:#000066;
}
.redprice  {
	color:#FF0000;
	font-size: .9em;
}
h3 {
	font-size: 1.2em;
}
body { margin: 0px 0px 0px 0px;
	font-size: 4.1em;
	background-color:#FFCC66; }
a:link, a:active {    /* link means an un-visited link, visited means a visited link */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color : #0000ff;
	text-decoration:none; }
a:visited {    /* link means an un-visited link, visited means a visited link */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color : #990000;
	text-decoration:none;
}
a:hover {  /* hover has to follow the a:link statement */
	color: #FFFFFF;
}
div.top {
	position: relative; 
	padding:0px;
	top: 0px;
	left: 0px; 
	margin-top: 0px;
	width: 560px;   
}
div.left {
	position: relative;
	float:left; 
	top: 0px;
	left: 0px; 
	width: 150px;
	margin-top: 0px;
}
div.orchid-text {
	position: relative;
	float:left;
	top: 0px;
	left: 0px;
	width: 412px;
	height:136px;
	font-size:x-large;
	text-align:center;
	color:#000066;
	}
div.movie	{
	position:relative;
	top: 10px;   
	left: 0px;  
}
div.main-content {
	position: relative;
	float:none;
	text-align:center;
	font-size:1.3em;
	color:#000066;
	top: 0px; 
	left: 0px;
	margin-left: 0px;
   padding-top : 0px;
   padding-bottom : 5px;
   padding-left : 0px;
}
div.button-1 {
	position: relative;
		font-size:14px;
	top: -0px;
	left: 0px;
	text-align:center;
	width: 140px;
	border: none;
	background-color:#FFCC56;
	border-style: outset;
	border-color: #996666;
	border-width: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
}
div.footer-button {
	top: 0px;
	left: 0px;
        float:left;
	text-align:center;
	border: none;
	background-color:#CC9933;
	border-style: outset;
	border-color: #996666;
	border-width: 5px;
	padding-bottom: 0px;
}
