/** BASIC */
html {
	background: #ffffff;
}
body {
	background:#ffffff url('../img/headerbg.jpg') repeat-x top left;
	padding: 0px;
	margin: 0px;
	color: #666;
	width: 100%;
	display: table;
}

#wrapper {
	width:935px;
	height:100%;
	background:transparent url('../img/floral.jpg') no-repeat bottom right;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	font-family: arial;
	color:#5d5d5d;
	margin: 0px auto;
	padding: 0px;	
}

#wrapper-inside {
	width:935px;
	height:100%;
	background:transparent url('../img/floral.jpg') no-repeat bottom left;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	font-family: arial;
	color:#5d5d5d;
	margin: 0px auto;
	padding: 0px;	
}

#header{
	width:935px;
	height:114px;
	margin:0px;	
	padding:0px;
}

#logo{
	height:114px;
	margin:0px;
	padding:0px;
	float:left;
	width:200px;
}

#banner{
	text-align:right;
	margin:0px;
	padding:0px;
	float:right;
	width:720px;
}

/** 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 Georgia;
padding: 5px 5px;
display: block;
width: 180px; /*Define width for IE6's sake*/
color: #ff6600;
text-decoration: none;
border-bottom: 1px dotted #a9a9a9;
}

.wireframemenu a:hover{
text-decoration: none;
background-color:#ff6600;
color:#fff;
}


