html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, em, img, q, s, 
small, strike, strong, var, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#fff;
	min-width:960px;
	color:#000;    
	font: 12px Arial,sans-serif;
	line-height:18px;
}
#header {
	z-index:2;
	position:relative;
	height:118px;
	border-top:1px solid #ccc;  
	border-bottom:1px solid #ccc;     
	margin-top:18px;
	background:url(404back.jpg) repeat;    
}

#branding {
	margin-bottom:22px;
        padding:18px 0 2px 0; 
        width:940px;
        margin:0 auto;
        color:#666;
        font-size:14px;
        font-style:italic;
        line-height:14px;
}
#munch-title h1 {
        color:#666;
        font-size:13px;
        font-style:italic;
}
.skip-link {
        display:none;
}

#content {
	width:85%;
	margin-top:24px;
	margin-left:60px;
	line-height:22px;
}

ol, ul {
	list-style: none;
}
.menu {
	width:440px;
	margin:0 auto;
	float:right;
	border: solid pink 0px; 
}
.mt-menu {
	border-right:1px solid #ccc;
	float:left;
	line-height:	1.0;	
}

.mt-menu, .mt-menu * {
	margin:	0;
	padding: 0;
	list-style: none;
}

.mt-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; 
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.mt-menu ul a {
	background:#fafafa;
	border-bottom:none;
}

.mt-menu ul li {
	width:			100%;
}
.mt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.mt-menu li {
	float:			left;
	position:		relative;
	background:		#fff;	
}
.mt-menu a {
	display:		block;
	position:		relative;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.mt-menu .current_page a {
	border-bottom-color: #fff;
}
.mt-menu a, .mt-menu a:visited  { 
	color: #666;
}

.mt-menu li:hover, .mt-menu a:focus, .mt-menu a:hover, .mt-menu a:active {
	background:     #fafafa;
	outline: 0;
	border-bottom-color:#ccc;
}

.mt-menu ul a:hover {
	color: #FF4B33;
}
.post	{	
	left:25px;
	position:relative;
	top:20px;
	/* width:900px; */
}
				
.leftPost{	
	left:0;
	margin-bottom:15px;
	padding-bottom:15px;
	position:relative;
	top:0;
	width:350px;
}
.rightPost{	
	left:372px;
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:15px;
	position:absolute;
	top:0;
}
						
.hrwidth50	{ width: 75%; }	

.the-box-top{
	background:url(why-top.gif) no-repeat 0 0;
	width:306px;
	padding:19px 0 0 0;
	overflow:hidden;
	margin:18px 0 0 0;
}
.the-box-center{
	padding:0 26px 0;
	width:275px;
	overflow:hidden;
	background:url(why-center.gif) repeat-y 0 0;
}
.the-box-bottom{
	background:url(why-bottom.gif) no-repeat 0 100%;
	width:306px;
	padding:0 0 20px 0;
	overflow:hidden;
}
.the-box-center h4{
	padding:0 0 8px 0;
	margin:0;
	color:#000;
	font-size:18px;
	width:100%;
	display:block;
	font-weight:normal;
}
.the-box-center ul{
	width:170px;
	display:block;
	overflow:hidden;
	margin:14px 0 0 0;
}
.the-box-center ul li{
	padding:0 0 12px 17px; 
	display:block;
	background:url(arrow2.gif) no-repeat 0 0;
	color:#333;
	line-height:12px;
}

#copyrite {
	text-align:center; 
	background:url(404back.jpg) repeat; 
	border-top:#ccc solid 1px; 
	border-bottom:#ccc solid 1px;
}