/* CSS designed with the help of blogold website's CSS */

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#878787;
	font-size: 100%;
	line-height: 130%;
	text-align: justify;
}

a:link {
   color : #ff0000;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #ff0000;
   text-decoration : none;
   background : #fff;
}

a:hover {
   color : #003366;
   text-decoration : none;
  }

a:active {
   color : #ff0000;
}
a img{
	border:0;
}


.date {
	font-weight: bold;
}
	

#web{
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: #000;
}

#content {
	background-color: #fff;
	border: 10px solid #000;
	width: 495px;
	float: right;
	padding: 15px;
	text-align: justify;
	font-size: 90%;
}

#leftcolumn {
	background-color: white;
	border: 10px solid #000;
	border-right: 0px;
	width: 170px;
	padding: 10px;
	float: left;
	text-align: left;
	font-size: 90%;
}

#leftcolumn p{
	margin-bottom: 5px;
	margin-top:5px;
}

#logo {
	background-color: #000;
	height: 100px;
}

#logo img{
	float: right;	
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 30px;
}

#menu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	background: White;
	margin:0px;
	padding:5px;
	border: 10px solid #000;
	border-top:0;
	border-bottom: 0px;
	text-align:left;
	float: left;
	width: 720px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	display: inline;
	border-right: 1px solid #000;
	padding-right:12px;
	padding-left:12px;
}

#menu li a{
	color: #525252;
	text-decoration: none;
}

#menu li a:hover{
	color: #0F0F0F;
	text-decoration: none;
}

.games { color: #6633cc;
	 margin-left: 2.5em;
	 margin-right: 2.5em;
	 height: .1em;
}

.hrdate { color: #ff0033;
	 margin-left: 4.5em;
	 margin-right: 4.5em;
	 height: .2em;
}

td  	{ text-align: center;
}

#footerlayout {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #000;
}
	
#footer {
	color:#fff;
	margin-left: 220px;
	text-align: center;
	font-size: 90%;
	margin-bottom:10px;
}
#footer a{
	color: #525252;
	text-decoration: none;
}

#footer a:hover{
	color: #0F0F0F;
	text-decoration: none;
}
	
