img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}
a:link, a:visited {
	font-family: Verdana;
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	width: 400px;
	background: #fff;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	-moz-box-shadow: #333  2px 2px 23px;
	-webkit-box-shadow: #333  2px 2px 13px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 25px;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;

}#logo {
	float: left;
	width: 305px;
}
#maintextbox p {
	margin: 0px;
	padding: 2px;
}
#livebox {
	background-color: #71B47E;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
}
#liveboxnext {
	background-color: #FEBE64;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
}
.liveboxnext {
	background-color: #FEBE64;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
}
.pthumb {
	float: left;
	padding: 5px;
}
.pthumb img {
	height: 50px;
	width: 50px;
}
.pdetails {
	float: left;
	width: 195px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 6px;
}
.prdetails p{
	margin: 0px;
	padding: 0px;
}


#content #menu {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #955942;
	padding: 5px;
	margin-top: 10px;
	width: 435px;
	text-align: right;
}
#leftcolm {
	float: left;
	width: 255px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#date {
	padding-top: 6px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
}
#maintextbox {
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-color: #FFFFFF;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
#rightcolm {
	float: left;
	width: 523px;
}

.cls {
	clear: both;
	float: none;
}

#menu a:link,#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

