body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #C00000;
	background-repeat: repeat-x;
	background-position: left top;
}



blockquote { }

a {
	color: #000099;
}

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

#wrapper {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

/* Header */

#header-wrapper {
}

#header {
	width: 720px;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #21282E;
}

/* Menu */

#menu {
	height: 35px;
	background-color: #283138;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #485866;
}

#menu a:hover {
	text-decoration: none;
	color: #FFCC00;
}

#menu .current_page_item a {
	color: #FFCC00;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#menu .first {
	background: none;
}
/* Search */



/* Page */

#page {
	width: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page-bgtop {
	padding-top: 30px;
}

	/** LOGO */

#logo {
	width: 720;
	height: 134px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/boxing-header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/* Content */

#content {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: left;
}

.t {
	width: auto;
	background-color: #efecc6;
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.b {background: url(images/dot.jpg) 0 100% repeat-x}
.l {background: url(images/dot.jpg) 0 0 repeat-y}
.r {background: url(images/dot.jpg) 100% 0 repeat-y}
.bl {background: url(images/bottom_left_corner.jpg) 0 100% no-repeat}
.br {background: url(images/bottom_right_corner.jpg) 100% 100% no-repeat}
.tl {background: url(images/top_left_corner.jpg) 0 0 no-repeat}
.tr {background: url(images/top_right_corner.jpg) 100% 0 no-repeat; padding:10px}




/* Footer */

#footer {
	width: 720px;
	height: 49px;
	padding-top: 20px;
	background-color: #F00000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACACA;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	background: #394144;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #5E0000;
}

#footer a {
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #DDDDDD;
	border: 1px solid #C0C0C0;
	margin: 2px;
}


#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
