/* CSS Document */
/* Martial Arts Monkey website Copyright Natty Peterkin 2004-2007 */

*
{
	margin:					0;
	padding:				0;
}

body {
	text-align:			center;
	background-color:	#FD7D31;
	font-family: 		Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: 				black;
}

a img {
	border: 0;
}

#frame {
	width: 				980px;
	margin-right: 		auto;
	margin-left: 		auto;
	text-align:			left;
	border:				2px dashed yellow;
}

#content {
	float:				right;
	width:				760px;
	margin: 			0 auto 0;
}
#content p, #content h2 {
	text-align: center;
}
#content h2 {
	font-size:	200%;
	margin-top: 16px;
}

.comic {
	text-align:			center;
}

#header h1 {
	width:					944px;
	height:					118px;
	margin:					4px auto 10px;
	background:				url(../../media/buttons/h1-header.jpg) 0 0 no-repeat;
}
#header h1 strong {
    position:   absolute;
    left: -9999px;
    top: -9999px;
}

/****************************************************************************
	=left bar contains left nav plus widgets and styling decals
*****************************************************************************/
#leftnav {
	display:				block;
	width:					219px;
	float:					left;
}
#leftnav ul {
	list-style:				none;
}
#leftnav ul li {
	padding:				0;
	font-size:				0;
	line-height:			0;
}
#leftnav ul li a {
	display:				block;
	height:					71px;
	width:					219px;
}
#leftnav ul li a strong {
	position:				absolute;
	top:					-1000px;
	left:					-1000px;
}
/* START - LEFT NAV image links ***************************************************/
#leftnav ul li#home a {
	background:						url(../../media/buttons/btn-home.jpg) 0 0 no-repeat;
}
#leftnav ul li#home a:hover,
#leftnav ul li#home a.selected {
	background-position:			bottom right;
}

#leftnav ul li#shop a {
	background:						url(../../media/buttons/btn-shop.jpg) 0 0 no-repeat;
}
#leftnav ul li#shop a:hover,
#leftnav ul li#shop a.selected {
	background-position:			bottom right;
}

#leftnav ul li#comics a {
	background:						url(../../media/buttons/btn-comics.jpg) 0 0 no-repeat;
}
#leftnav ul li#comics a:hover,
#leftnav ul li#comics a.selected {
	background-position:			bottom right;
}