/* general html controler */
body {
  	background: url(../images/main-layout-page/myspace-main-content.jpg) no-repeat #FFFFFF fixed;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:10pt;
  	color:#333333;
  	margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
td.nav {
	text-indent:10px;
	font-weight:bold;
}
td.info {
	padding:10px;
	padding-top:60px;
	text-align:justify;
	font-size:9pt;
	vertical-align:top;
}
td.info2 {
	padding:5px;
	text-align:justify;
	font-size:8pt;
	vertical-align:top;
}
td.subtitle {
	padding:5px;
	text-align:center;
	font-size:8pt;
	vertical-align:top;
	height:20px;
}
td.newlay {
	font-size:14pt;
	font-weight:bold;
	color:#000000;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
table {
	border:0px;
	margin:0px;
}
/* main table properties */
table#main {
	width:900px;
	height:900px;
	border:0px;
	top:0px;
}
td.head{
	width:100%;
	height:250px;
	padding:0px;
	vertical-align:top;
}
td.center{
	width:100px;
	height:600px;
	padding:0px;
	vertical-align:top;
}
td.credits{
	width:100%;
	height:50px;
	padding:10px;
}
/* main table ends */
/* top links properties */
td.toplinks {
	height:37px;
	vertical-align:bottom;
	padding:2px;
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
}
td.adbanner {
	height:90px;
	padding:0px;
}
td.bottomtop {
	height:123px;
	padding:2px;
	vertical-align:top;
	text-align:left;
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
}
/* top links end */
/* ceter section table */
table#center {
	width:900px;
	height:600px;
}
td.mainnav {
	width:150px;
	height:600px;
	padding:0px;
}
td.maincontent {
	width:750px;
	height:600px;
	padding:0px;
}
/* end center section */
/* table new layouts */
table#newlayout {
	width:740px;
	height:200px;
	padding:10px;
	background:url(../images/main-layout-page/new-layout-main.png) no-repeat;
	background-position:center center;
}
/* end new layouts */
img {
	border:0px;
	margin:0px;
}
a {
	text-decoration:none;
	color:#336666;
}
a:focus {
	color:#336666;
}
a:hover {
	color:#003366;
}
h1 {
	color:#003366;
}
h2 {
	color:#666666;
}
h3 {
	color:#660000;
}
h4{
	color:#660000;
}
form {
	margin:0px;
}
table {
	margin:0px;
}
p {
	margin:5px;
}
/* ^ end general html controler ^ */
/* div properties */
div#websample {
	width:604px;
	height:330px;
	border:0px;
}
div#generalsample {
	width:604px;
	height:330px;
	border:0;
}
div#code {
	width:294px;
	height:120px;
	overflow:auto;
	color:#000000;
	background: #FF9900;
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	text-align:left;
}
div#codesmall {
	width:294px;
	height:90px;
	color:#000000;
	background-color:#FFCC66;
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	text-align:left;
	overflow:auto;
}
div#overtext {
	padding:10px;
	font-size:9pt;
}	
/* div properties end */
/* iframe properties */
iframe#info {
	width:750px;
	height:600px;
	border:0px;
}
iframe#links {
	width:150px;
	height:600px;
}
/* end iframe properties */
table#sample {
	width:604px;
	height:330px;
	border:0px;
}
td#sample {
	vertical-align:top;
	text-align:justify;
	padding:10px;
}