body {
	background-color: #DADAE6;
	font-family: arial, georgia, serif;

}

#header {
   margin-bottom: 0px;
   /*width: 100%;*/
   height: 200px;
   background: url("images/lol_logo.gif") no-repeat;
   background-position: 10px 50%;
   padding-left: 80px;
   padding-top: 30px;
   /*font-family: "Monotype Corsiva", Arial, sans-serif;*/
   font-size: x-large;
   text-align: center;
}

#welcome {
	text-align: center;
	padding-bottom: 5px;
  	font-family: arial, georgia, serif;	

}

.nav {
   width: 162px;
   float: left;
   background-color: #DADAE6;
   margin: 10px;
   font-family: arial, georgia, serif;
   font-size: 13px;
   text-align: center;
   text-transform: uppercase;


}


div.links_list a
{
   display: block;
   width: 100%;
   text-decoration: none;
   /*text-position: 50%;*/
   background: url("images/button1.gif") no-repeat;
   padding-top: 20px;
   /*min-height: 40px;*/
   height: 55px;
   text-decoration: none;
   color: navy;
   font-weight: bold;



}

div.links_list2 a
{
   display: block;
//float: left;
  /* width: 100%;*/
   text-decoration: none;
   text-position: 50%;
   background: url("images/button1.gif") no-repeat;
  /*padding-top: 20px;*/
   /*min-height: 40px;*/
   height: 65px;
   text-decoration: none;
   color: navy;
   font-weight: bold;
  padding: 8 0 0 10;

}

.links_tain {
float: left;
/*border: 1px solid pink;*/

}

/*
div.links_tain div#active a
{
   background: #fff;
   color: #263a82;
   height: 40px;
}
*/

div.links_list a:hover, div.links_list div#active a:hover
{
	background: url("images/rollover1.gif") no-repeat;
	color: white;


}




#stuff {
	margin: 20px;
	padding-top: 10px;
	padding-left: 175px;


}

.box1 {
	border: 1px dashed navy;
	padding: 20px;
	margin: 10px;
	/*float: left;
	text-decoration: none;*/
	background-color: thistle;
	color: #000;
	width: 80%;
}

.box2 {
	border: 1px dashed navy;
	padding: 10px;
	margin: 10px;
	/*float: right;
	text-decoration: none;*/
	background-color: thistle;
	color: #000;
	width: 80%;


}


.box3 {
	border: 1px dashed navy;
	padding: 10px;
	margin: 10px;
	float: right;
	text-decoration: none;
	background-color: thistle;
	color: #000;
width: 600px;
}

.box1 a {

	text-decoration: none;
	color: #000;
}


.test2 {
	margin: 30px;
	padding-left: 40px;

}


#footer {
	text-align: center;
	font-size: small;
}

.sec_first ul  {
	list-style-type: none;
	list-style-image: none;


}

.sec_first li ul li{
	padding-left: 75px;
	text-indent: -75px;
	
}

ul.links_tain
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

.links_tain li
{
display: inline;
list-style-type: none;
}

.links_tain a { padding: 3px 10px; }

.links_tain a:link, .links_tain a:visited
{
color: #fff;
background-color: #003366;
text-decoration: none;
}

.links_tain a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

