body {
background-image: 
url('/images/boxing-newspaper.jpg');
background-repeat: repeat
	}

h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
}

A:link        { text-decoration: none; color: #800000;}

A:visited     { text-decoration: none; color: #800000;}

A:hover       {text-decoration: none; color: #000066; font-style: normal; text-decoration: underline overline}

#boxingsite {
width:100%;
margin:0px auto;
background:#ccc url(/box/l.gif) repeat-y left top;
}

#boxing {
width:96%;
margin:0px auto;
background:#ccc url(/box/l.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(/box/t.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(/box/tr.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(/box/r.gif) repeat-y right top;
padding:1px 20px 1px 20px;
margin:-1px 0 -1px 0;
}
.bottom {
width:100%;
height:20px;
background:url(/box/b.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:20px;
background:url(/box/br.gif) no-repeat right top;
}

img {
border:0px;
}

.boxing-right {
	padding: 4px;
	border: solid 10px #800000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 10px 10px rgba(0,0,0,.3);
	background: #cccccc;
        width:300px;
}

.boxing-middle {
	padding: 4px;
	border: solid 10px #800000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 10px 10px rgba(0,0,0,.3);
	background: #cccccc;
margin-left:auto;
margin-right:auto;
width:93%;
}

.boxing-left {
	padding: 4px;
	border: solid 10px #800000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 10px 10px rgba(0,0,0,.3);
	background: #cccccc;
width:145px;
}

.boxing-top {
	padding: 4px;
	border: solid 10px #800000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4), 0 10px 10px rgba(0,0,0,.3);
	background: #cccccc;
}

