body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #24242E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment:fixed;
	background-position:right center ;
	background-image:url(middle.jpg);
	background-repeat:no-repeat;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
#heading {
	height:122px;
}
#header1 {
	background-image:URL(newsx_1x3.gif);
	height:59px;
	padding-left:135px;
	text-align:left;
	font-size: 21px;
	font-weight:bold;
	color: #AFAEF0;
}
#header2 {
	background-color:#272733;
	height:12px;
	font-size:10px;
	padding:3px 13px 3px 135px;
	text-align:left;
}
#header3 {
	background-image:URL(newsx_3x1.gif);
	height:8px;
	padding-left:135px;
	font-size:1px;
}

#logo1 {
	float:left;
	position:absolute;
	left:0px;
	top:0px;
}
#logo2 {
	float:right;
	position:absolute;
	right:0px;
	top:0px;
}
#main {
    width:100%;
	height:100%;
}
#footer {
	text-align:center;
	width:100%;
	bottom:0px;
	padding-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	clear:both;
	font-size:10px;
}

#content {
	padding-left: 70px;
	padding-right: 70px;
	float:left;
}

#yougotie {
	width:100%;  
	color:#CCCCCC; 
	text-align:center; 
	padding:3px 0 13px 0; 
	/*position:absolute; */
}
#yougotie a {
	color:#EEEEEE;
	text-decoration:underline;
}

h1 {
	font-size: 21px;
	font-weight:bold;
	color: #AFAEF0;
}



/* PHP Error Display */

.phperror {
	background-color: #CC0000;
	padding: 8px;
	border: 2px solid #FF0000;
}
.phperror_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	font-style: normal;
}
.phperror_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.phperror_text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
