body {
	background-color: #007EC6;
	margin: 0px;
	padding: 0px;
      width:758px;
      margin-left:auto; 
      margin-right:auto;
}


.left-element {
   position: absolute;
   left: 0;
   width: 290px;
   height: 60px;
   }

.right-element {
   position: absolute;
   background-image: url(http://www.wiredarcade.com/default.jpg);
   right: 0;
   width: 468px;
   height:60px;
   }

.container {
	width: 758px;
	padding: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

.footer {
	background-color: #4CABE1;
	font-family: Verdana;
	font-size: 11px;
	width: 744px;
	padding: 8px;
	color: #FFFFFF;
}


.topgrad {
	border: 1px solid #42B0F0;
	height: 29px;
	background-image: url(img/topgrad.png);
	font-size: 10px;
}

.topleft {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	float: left;
	padding-left: 24px;
	padding-top: 8px;
}

.topright {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	float: right;
	padding: 4px;
}

.header {
	background-color: green;
	height: 60px;
      position: relative;
}

.categoryselectsection {
	border-bottom: 3px solid #C8CBCD;
	height: 31px;
}

.catgrad {
	width: 550px;
	height: 31px;
	background-image: url(img/catgrad.png);
	border-left: 2px solid #0095EB;
	float: left;
}

.catselectsep {
	width: 34px;
	height: 31px;
	background-image: url(img/catselectsep.png);
	float: left;
}

.selectgrad {
	width: 170px;
	height: 31px;
	background-image: url(img/selectgrad.png);
	border-right: 2px solid #64EB00;
	float: left;
}

.gameselect {
	font-size: 12px;
	font-family: Verdana;
	width: 150px;
	font-weight: bold;
      color: white;
}

.columnsection {
	background-color: #FFFFFF;
}


.welcomearea {
	font-size: 11px;
	font-family: Verdana;
	color: #FFFFFF;
	background-color: #4BB4F1;
	border: 1px solid #3A9ADA;
	padding: 4px;
}

.sponsoryellow {
	background-image: url(img/yellowgradsponsor.png);
	height: 30px;
	text-align: left;
	margin-bottom: 4px;
}


.menuheadgreen, .menuhead1 {
	background-image: url(img/greengrad.png);
	height: 30px;
	text-align: center;
	border: 1px solid #54C811;
	margin-bottom: 4px;
}

.menuheadblue, .menuhead2 {
	background-image: url(img/bluegrad.png);
	height: 30px;
	text-align: center;
	border: 1px solid #4CAFE6;
	margin-bottom: 4px;
}

.menuheadgray, .menuhead3 {
	background-image: url(img/graygrad.png);
	height: 30px;
	text-align: center;
	border: 1px solid #9B9B9B;
	margin-bottom: 4px;
}


.menuheadtext {
	font-size: 15px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
      text-align: center;
}

.menutext {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	margin-bottom: 4px;
}

.largertext {
	font-family: Verdana;
	font-size: 11px;
}

.graymenutext {
	color: #555555;
}

.menutext img {
	border: 1px solid #000000;
	margin: 2px;
	padding: 0px;
}

.menutext input, .menutext select, .menutext textarea {
	font-size: 10px;
	font-family: Verdana;
	border: 1px solid #0088AA;
	margin: 4px;
	background-color: #FFFFFF;
}

.menunum {
	font-weight: bold;
	font-family:Verdana;
	font-size: 10px;
	color: #666666;
}

.paddedcontent {
	padding: 4px;
}

.statsmenu {
	background-image: url(img/yellowgrad.png);
	border: 1px solid #FFB703;
	font-family: Verdana;
	font-size: 10px;
	color: #555555;
	text-align: center;
	margin-bottom: 4px;
	padding: 4px;
}

.membersmenu {
	border: 1px solid #DCDCDC;
	background-color: #EBEBEB;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin-bottom: 4px;
	padding: 2px;
}


.membersmenu input {
	width: 100px;
	font-size: 10px;
	font-family: Verdana;
	border: 1px solid #ABABAB;
	padding: 1px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

/* links */
#catlinks {
	padding-top: 8px;
	font-size: 10px;
	font-family: Verdana;
	color: #FFF204;
	font-weight: bold;
}

#catlinks a:link {
	color: #FFFFFF;
}

#catlinks a:visited {
	color: #FFFFFF;
}

#catlinks a:hover {
	color: #FFF204;
}

#topleftlinks {
	font-weight: bold;
}

#topleftlinks a:link {
	color: #FFFFFF;
}

#topleftlinks a:visited {
	color: #FFFFFF;
}

#topleftlinks a:hover {
	color: #FFF204;
}

.menutext a:link {
	color: #009AF2;
}

.menutext a:visited {
	color: #009AF2;
}

.menutext a:hover {
	color: #00BCF4;
}

.welcomearea a:link {
	color: #FFF204;
}

.welcomearea a:visited {
	color: #FFF902;
}

.welcomearea a:hover {
	color: #FFFFFF;
}


.membersmenu a:link {
	color: #009AF2;
}

.membersmenu a:visited {
	color: #009AF2;
}

.membersmenu a:hover {
	color: #00BCF4;
}

.footer a:link {
	color: #FFFFFF;
}

.footer a:visited {
	color: #FFFFFF;
}

.footer a:hover {
	color: #FFF204;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #888888;
}
/* end of links */

.searchtext {
	font-size: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.searchbutton {
	font-size: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.sidemenucontent {
	border: 1px solid #DCDCDC;
	background-color: #FAFAFA;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	color: #666666;
	text-align: left;
}

.h1menuheadtext {
	font-size: 15px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
      text-align: center;
}

h1  {
     font-size: 15px;
     line-height:30px;
     margin:0;
     padding:0;
}

/* begin styles for RSS Feed */

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}


