body {
	background:url(../images/lol_background.png) #2500ff repeat-x;
	font-family:arial, hevitica, sans-serif; 
	font-size:12px;
	}
#layout { width:960px; min-height:400px; margin:5px auto 5px auto; background:#FFFFFF;
}
#nav { height:26px; background:url(../images/navigation.png);
}
#nav a { line-height:26px; color:#FFFFFF; text-decoration:none; text-align:center; height:26px; background:url(../images/navigation.png); display: block; width:150px; float:left; font-size:14px; font-weight:bold;
}
#nav a:hover { background:url(../images/navigation-over.png);
}
#nav a.selected { background:url(../images/navigation-over.png);
}
#banner {
width:950px;
}
#content{ padding: 10px;
}
#content h1 {
font-size:20px;
}
#content h2 {
font-size:14px;
}

.banner {
}
#footer { width:960px; margin:5px auto 5px auto;  color:#FFFFFF;
}
#footer a  { color:#ffffff; text-decoration:none;
}
.border { border:1px solid #000000
}
#footer #copyright {width:300px; float:left;
}
#footer #designedby {width:300px; float:right; text-align:right;
}
