#header 

{
	height: 259px;
	width: 760px;
	background-image: url(../images/new-idea-css-style2_01.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #FE8400;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer 
{
	background-image: url(../images/new-idea-css-style2_04.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 30px;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 9px;	
	padding-left: 20px;
}
#container {
	height: auto;
	width: 800px;
	background-repeat: repeat-y;
	background-image: url(../images/gradient.gif);
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: auto;
	margin-bottom: auto;
	}

#left
{
	width: 200px;
	height:auto;
	float: left;
	
	
}

#right
{
	width: 500px;
	height:auto;
	margin-left: 210px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

h1 {
	font-size: 10px;
	display: inline;
	font-style: normal;
	font-weight: normal;	
}
h2 {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: lighter;
	font-style: italic;
}

ul

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;	
}

li {
	padding: 10px 0px 0px 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	list-style-type: none;
	background-image: url(../images/dotdot.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	
	
}

li:hover
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	background-image:url(../images/dotdot2.gif);
}

a 
{
	
	color: #FF7700;
	text-decoration: none;
}

a:hover
{
	
	color: #999999;
	text-decoration: none;
	
}
#main {
	background-color: #FFFFFF;
	height: auto;
	width: 760px;
	margin: 0px;
	padding: 0px;
	display: block;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: thin solid #CCCCCC;
	margin: auto;	
}
td {
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin dotted #CCCCCC;
	border-left: thin none #CCCCCC;
}
.heading {
	background-color: #FF9A00;
	color: #FFFFFF;
}

#damo {
	
	color: #FFFFFF;
}

#damo:hover 
{
	color: #666666;
}body {
	
}
.booked {
	color: #FF0000;
}

#toplayer
{
background-image:url(../images/sold.png);
background-repeat:no-repeat;
background-position:center;
z-index:5;
position:absolute;
top:20%;
left:25%;
right:25%;
width:300px;
height:200px;

}