body,html
{
  margin:0 auto;
  width: 85%;
  background: #cccccc;
  height: 100%;
  min-width:930px;
  
}


.outerx
{
width:100%;
background:#fff url(images/left_middle_slice.png) repeat-y left top;
height:100%;
}

.innerx
{
background:transparent url(images/right_middle_slice.png) repeat-y right top;
width:100%;
height:100%
}

.content
{
	padding:25;
}


/* ------------------ Logo  ------------------- */

.Logo
{
	padding-left: 30px;
	text-align: left;
	font-size: 3em;
	font-family: Verdana;
	font-weight:bold;
	color: Gray;
	text-indent: 1cm;

}
.Logo:first-letter 
{
	color: #FF6600;
	font-size: 2em;
}

/* --------------------------------------------- */

/* ------------------INSET --------------------- */

.InSet
{

	background-color:White;

	margin-left: 10px;
	margin-right: 10px;
	font: .6em Verdana;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.TextRight
{
	text-align:right;
}