#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0px 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				font-size: 13px;
				height: 40px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			#menu_wrapper ul {
	margin-left: 12px;
	font-size: 11px;
}
			#menu_wrapper {padding: 0 16px 0 0; background: url(images/grey.png) no-repeat right;}
			#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}
			
			/* Black Menu */
			#menu_wrapper.black ul {
				border-top: 2px solid #333;
				border-bottom: 2px solid #000;
				background: #333;}
			#menu_wrapper.black a {color: #CCC;}
			#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #999; background: #555; border-bottom: 2px solid #444;}
			#menu_wrapper.black {background: url(images/gray.png) no-repeat right;}
			#menu_wrapper.black div {background: url(images/gray.png) no-repeat left;}

* {
	margin: 0;
	padding: 0;
}

body {
	margin:0px;
	padding:0px;
	background-image:url(http://www.newparksboxing.info/bgimages/rotate.php);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;

}

input, textarea {
	font: normal 1em Verdana, Geneva, sans-serif;
}

h1, h2, h3 {
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #006;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

ul {
	list-style: none;
}

ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
}

img {
	border: 4px solid #000000;
}

/* Header */

#header {
	width: 852px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img03.png);
}

#header h1, #header p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D6D6D6;
}

#header h1 {
	padding-top: .35em;
	font-size: 3em;
}

#header a {
	text-decoration: none;
	color: #151F5D;
}

/* Page */

#page {
	width: 852px;
	margin: 0 auto;
	background: url(images/contentbg.png);
}

#pagebg {

}

/* Content */

#content {
	float: left;
	width: 473px;
	padding: 5px 20px 20px 46px;
	
}

.post .title {
	padding-top: 20px;
	text-align: left;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	color: #006;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #748AAF;
	text-align: left;
	text-transform: uppercase;
	color: #000;
}

.post .meta a {
	text-decoration: none;
	color: #B1C0C7;
}

.post .meta a:hover {
	text-decoration: underline;
	color: #000;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 15px 46px 20px 26px;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #748AAF;
}

#sidebar h2 {
	margin: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #748AAF;
	text-align: left;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 852px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/contentbg.png) no-repeat;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 1.2em;
	color: #00F;
}

#footer a {
	color: #F00;
}
