html,body{
	height:100%;
	padding:0px;
	margin:0px;
	background-position:top;
	background-image:url(images/bg.jpg);
	font-family:"Times New Roman", Times, serif;
}
#containerclear{
	clear:both;
}
#leftbg{
}
#rightbg{
	width:100%;
}
#total{
	width:712px;
	margin-left:auto;
	margin-right:auto;
}
#leftshadow{
	width:762px;
	background-image:url(images/bg-leftshadow.jpg);
	background-repeat:repeat-y;
	background-position:left;
	float:left;
}
#rightshadow{
	width:756px;
	background-image:url(images/bg-rightshadow.jpg);
	background-repeat:repeat-y;
	background-position:right;
	float:right;
}
#wrapper{
	width:750px;
	background-image:url(images/main-bg.jpg);
	float:left;
}
#main{
	background-image:url(images/main-bg.jpg);
	padding:0px;
	margin:0px;
}
#maincenter{
	width:500px;
	background-position:bottom right;
	background-repeat:no-repeat;
}
#mainleft{
	min-height:75px;
	background-image:url(images/main-bg-upperleftcorner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#mainright{
	width:200px;
	min-height:75px;
	float:right;
	background-image:url(images/main-bg-upperrightcorner.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#footer{
}
#quote{
	float:right;
	text-align:center;
	padding-left:5px;
	padding-bottom:5px;
}
p{
	padding-bottom:3px;
	padding-top:3px;
	padding-right:5px;
	margin:0px;
	text-indent:18px;
	font-size:14px;
	color:#000000;
}
ul{
	font-size:14px;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	padding-top:3px;
	margin-left:15px;
}
li{
	padding-bottom:3px;
}
	
h1{
	padding:0px;
	margin:0px;
	font-size:19px;
}

h2{
	padding:0px;
	margin:0px;
	font-size:17px;
}
h3{
	padding:0px;
	color:#666666;
	padding-right:15px;
	font-size:12px;
	margin:0px;
	font:italic;
}
a:link{
	text-decoration:none;
	color:#0000CC;
}
a:visited{
	text-decoration:none;
	color:#000099;
}
a:active{
	text-decoration:none;
	color:#0000CC;
}
img{
	padding:0px;
	border:0px;
}
a:hover{
	text-decoration:underline;
	color:#0066FF;
}
#blockquote{
	padding-left:50px;
	padding-right:50px;
}
/*Flowplayer Code*/
div.player {
	text-align:center;
	height:240px;
	width:320px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	text-align:center;
}

/* play button */
div.player img {
	margin-top:67px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}