/* CSS Document */

html {
	margin:0;
	padding:0;
	}

body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 100%;  
  color:black; 
  text-align:left;
  background: #FFCC33;
/*  background-image: url(images/LBVI_BoxingRing.jpg);
  background-repeat: no-repeat;
  background-position: center;*/
  min-height:750px;
  width:1024px;
  margin:0 auto;
  padding:0;
  }

h1 {
  font-size: 17px;
  text-transform:uppercase;
  font-weight:bold;
  color:black;
  }

h2 {
  font-size: 15px;
  text-transform:none;
  font-weight:bold;
  color:white;
  }

h3 {
  font-size: 12px;
  font-weight:bold;
  color:white;
  }
  
p { 
  font-size: 12px;  
  font-weight:normal; 
  color: black;
  text-align:justify;
  }

ul, ol {
  font-size: 12px;
  text-align:left;
  list-style-type:none;
  margin:0;
  }
  
a:link {
  font-weight:bold;
  color:black;
  text-decoration:none;
  }

a:visited {
  color:black;
  font-weight: bold; 
  text-decoration:none;
  }

a:hover { 
  color:white; 
  font-weight: bold; 
  text-decoration:none; 
  }

a:active {
  color:white;
  text-decoration:none;
  }  


/*nav bar*/
#banner { 
  position:relative;
  background-image: url(images/LBVI-topbanner.jpg);
  height: 253px;
  width: 1024px;
  border:none;
  margin:0 auto;
  }
  
#menu li {
  display: inline;
  }

#menu a {
  position:absolute;
  height: 29px;
  top: 213px; 
  text-decoration: none;
  font-size:9px;
  }

a#home{
	position:absolute;
	height: 215px;
	width: 1024px;
	top:0;
	}
	
#menu a i { 
	visibility: hidden; 
	}
	
a#matches { 
	left: 0px; 
	height:29px; 
	width:167px; 
	}
a#schedule { 
	left: 167px;
	width:86px;}
a#location { left: 253px;
	width:86px;}
a#registration { left: 339px;
	width:116px;}
a#people { left: 454px;
	width:69px;}
a#history { left: 524px;
	width:84px;}
#matches a:hover {background-image:url(images/matches_hover.jpg);}
#schedule a:hover {background-image:url(images/schedule_hover.jpg);}
#location a:hover {background-image:url(images/location_hover.jpg);} 
#registration a:hover {background-image:url(images/registration_hover.jpg);}  
#people a:hover {background-image:url(images/people_hover.jpg);}  
#history a:hover {background-image:url(images/history_hover.jpg);}   
/*end of nav bar*/ 

/*sidebar*/
#sidebar{
  background-image:url(images/home.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  position:relative;
  float: right;
  width:210px;
  height:400px;
  border: solid 5px white;
  margin-left:15px;
  margin-bottom:10px;
  } 

#sidebar ul{
	font-size:9px;
	list-style:disc;
	list-style-position:inside;
	padding-left:3px;}

#sidecontent{
  padding: 3px;}

#backhome a {
  position:absolute;
  float:inherit;
  display:block;
  height:66px;
  width:210px;
  top: 335px;
  padding:0px;
  margin:0px;
  border:none;
  } 

#backhome a i { visibility: hidden; }
#backhome a:hover {	background-image:url(images/home_hover.jpg);
	background-position:left;
	}
/*end of sidebar*/

/*bottom photos*/
#photos {
	margin-left:-15px;
	height: 155px;
	width: 1024px;
	clear:both;	
	background-image:url(images/bottomframe.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#lbi {width: 194px;
	height: 129px;
	/*float: left;*/
	border: solid white;
	border-width: 9px 9px 0px 9px;}
#lbii {width: 194px;
	height: 129px;
	margin-left:-6px;
	/*float: left;*/
	border: solid white;
	border-width: 9px 9px 0px 0px;}
#lbiii {width: 194px;
	height: 129px;
	margin-left:-6px;
/*float: left;*/
	border: solid white;
	border-width: 9px 9px 0px 0px;}
#lbiv {width: 194px;
	height: 129px;
	margin-left:-6px;
	/*float: left;*/
	border: solid white;
	border-width: 9px 9px 0px 0px;}
#lbv {width: 194px;
	height: 129px;
	margin-left:-6px;
	/*float: left;*/
	border: solid white;
	border-width: 9px 9px 0px 0px;}

#end{
	clear: both;
	float: right;
	font-size: 8px;
	}
	
.resize { width: 192px;
	height: auto;}
.resize {width: auto;
	height: 121px}
.resize {display:inline-block;}	
/*end of bottom pix*/
	
div#content {margin: 20px 15px 30px 15px;}

div#copy { width:750px;}

#button {position: relative;
	float: right;
	margin: 15px;}
