/** BASIC */
html{
	background-color:#ececec;
}
body {
	padding: 0px;
	margin: 0px;
	background:#ececec url(../img/paperbg.jpg) no-repeat top center;
	color: #666;
	width: 100%;
	display: table;
}

body#insides {
	padding: 0px;
	margin: 0px;
	background:#ececec;
	color: #666;
	width: 100%;
	display: table;
}

#wrapper {
	width:942px;
	height:100%;
	background:#ed9036 url(../img/wrapperbg2.jpg) no-repeat top center;
	overflow:hidden;	
	font-size:11px;
	line-height:14px;
	font-family:arial;
	color:#5d5d5d;
	margin: 0px auto;
	padding: 0px;	
}


/** LISTS */
li{margin-bottom:10px;}

.wireframemenu{
border-top: 1px dotted #a9a9a9;
display:block;
border-bottom-width: 0;
width: 190px;
margin:0px auto;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 190px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}
.wireframemenu li{
padding: 0;
margin: 0;

}
.wireframemenu a{
height:22px;
font: 11px arial;
padding: 5px 5px;
display: block;
width: 180px; /*Define width for IE6's sake*/
color: #574029;
text-decoration: none;
border-bottom: 1px dotted #a9a9a9;
}

.wireframemenu a:hover{
text-decoration: none;
background-color:#ffffff;
color:#ffcc00;
}

