html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

html {
	min-height: 100%;
	margin-bottom: 1px;
        background:#000000;
}

body{
padding: 0;
margin: 0;
background-image: url("ImagesBoxingRoo/BacMain1.gif");
background-repeat: no-repeat;
background-attachment: no-fixed;
background-position: 50% 0%;
background-color: #FFCC00; 
}

p.textsmall{
font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #000000;
}

p.textsmallbold{
font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; font-weight: bolder; color: #000000;
}

p.textnormal{
font-family: Georgia, Times New Roman, Times, serif; font-size: 13px; color: #000000;
}

a:link {color: #FF6600; text-decoration: none}
a:visited {color: #FF6600;  text-decoration: none}
a:hover {color: #FFCC00; text-decoration: none}
a:active {color: #FFCC00; text-decoration: none}

img.place{ 
display: block;
}

span.capsmall
{
float:left;
font-size:250%;
font-family: Georgia, Times New Roman, Times, serif; font-weight: bolder; color: #000000;
letter-spacing:.1em;
line-height:100%;
}

span.capnormal
{
float:left;
font-size:400%;
font-family: Georgia, Times New Roman, Times, serif; font-weight: bolder; color: #000000;
letter-spacing:.1em;
line-height:85%;
}

#outerwrapper{
width: 770px;
Height: 1503px;
margin-left: auto;
margin-right: auto;
}

#header{
height: 130px;
padding: 0px;
margin-left: auto;
margin-right: auto;
}

#navbar1a{
position: relative;
height: 25px;
padding: 0px;
}

#navboxcenter{
width: 325px;
margin-left: auto;
margin-right: auto;
}

#boxwrapper{
width: 100%;
height: 435px;
padding: 0px;
position: relative;
}

#boxfade{
width: 100%;
height: 300px;
padding: 0px;
position: relative;
}

#opaque { /*this div prevents the opacity from being inherited to the text contained within the inner div*/
position:absolute; /*aka - AP*/
top:0;left:0;bottom:0;
width:100%;
background-color: #000000; 
opacity:.1; /* FX/Opera/Safari/Chrome */
-ms-filter:"alpha(opacity=10)"; /* IE8 */
filter:alpha(opacity=10); /* IE6/IE7 */
}
* html #opaque {height:expression(this.parentNode.offsetHeight);}/*IE6 can't understand top & bottom on AP elements*/

#boxthumbwrapperleft{
position: relative;
float: left;
width: 540px;
height: 300px;
padding: 0px;
}

.thumb img{
position: relative;
top: 50px;
left: 20%;
margin: 2px;
}

#boxgames{
float: right;
width: 210px;
height: 210px;
padding: 0px;
}

#boxclipart{
float: left;
width: 210px;
height: 210px;
padding: 0px;
}

#boxapparel{
position: relative;
float: right;
top: 50px;
width: 210px;
height: 300px;
padding: 0px;
}

#footer{
clear: both;
margin-left: auto;
margin-right: auto;
width: 500px;
height: 33px;
padding: 0px;
}

