body {
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;

}
p , li{
	color: #cc99ff;
	list-style-type: none;
}

h1 {
	color: #ffffff;
	font-style: italic;
	font-family: impact, "Arial Narrow", sans-serif;
	font-size: 50px;
	letter-spacing: 0.9em;
}

h2 {

   color: #ffffff;

}

h3 {

   color: #33cc33;

}

table {
	color: #cc99ff;
}
a {
	text-decoration: none;
	list-style-type: none;
	color: #96F;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	list-style-type: none;
	color: #96F;
}
a:active {
	color: #F00;
}
ul li {
	line-height: 2em;
}






#wrapper {
	width: 910px;
	margin-right:auto;
	margin-left:auto;

}

#mainContent {
	width: 500px;
	float: left;
	padding-left: 10px;
	border-left-color: #cc99ff;
    border-left-width: 1px;
    border-left-style: dotted;

}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ads {
	color: #FFFFFF;
	float: right;
	width: 150px;
	padding-left: 15px;
}


#content {
	width: 910px;
          
}

#sidebar {

   width: 200px;
   float: left;

}

#header {
	width: 760px;

}

#banner {
	width: 600px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#logo {

   width: 100px;
   float: left;

}

#footer {
	width: 910px;
	height: 50px;
	clear: both;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 12px;

}
.redtext {

   color: red;
   font-weight: bold;

}
.update {
	font-size: 11px;
}
.12px-size {font-size: 12px}
.valign {
	vertical-align: bottom;
}
