* {margin:0;padding:0;}
/* commented backslash mac hiding hack \*/ 
html {height:100%;} 
/* end hack */ 
body {
	padding:0;
	margin:0;
	background: #b820ae;
	color: #000;
	height:100%;
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size:0.88em;
	border-left:80px solid #CC33FF;
 	border-right:80px solid #CC33FF;
	}
#mainouter{
	height:100%;
 	width:100%;
 	display:table;
 	vertical-align:top;
 	position:relative;
	}
#outer{
	height:100%;
	width:70%;
	margin-right:30%;
	background:#fff;
	border-right: 0px #ff0000 solid;
	color: #000;
	position:relative;
	display:table;
	vertical-align:top;
	}
* html  #outer{height:100%;} /*IE treats height as min-height anyway - use conditional comments for ie7 because it doesn't understand the star selector*/
#right{
	float: right;
	position: relative; /* Needed for IE/win */
	width: 30%;  /*same as margin on outer */  
	margin-right: -30%; /*must be 1px less than width otherwise won't push 	footer down */   
	padding:20px 0;/*space for header and footer color*/
	left:0px;
	z-index:999;
	}
#right * {position: relative;z-index:999}/* needed for opera*/
* html #right {margin-left: -3px;}/* ie 3 pixel jog */
p {padding:3px;margin:0 0 1em 0}
#innerright {
	padding:5px 5px 5px 10px;
	color: #fffbd1;
	}
#header{
	height:20px;
	width:100%;
	background:#CC33FF;
	position:absolute;
	left:0;
	top:0;
	}
* html #header{ left:80px;}/* another ie bug*/
#footer {
	width:100%;
	clear:both;
	height:20px;
	background:#CC33FF;
	color: #000000;
	text-align:center;
	position:relative;
	margin-top:-20px;
	font-size:75%;
	color:white;
	}
#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
#content {
	float:right;
	width:100%;
	position:relative;
	padding:20px 0;/*space for header and footer color*/
	}
html > body #content {margin-right:-1px;}/*mozilla drops float without this */
#innercontent {padding:5px;}
.outerwrap {
	float: left;
	width: 100%;
	position:relative;
	margin-right:-1px;
	}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
/*user styles below this here*/
.center {
	text-align:center;
	}
.logo1 {
	padding:2px;
	border:2px solid red;
	margin-right:20px;
	margin-bottom:10px;
	}
.imgfloatleft {
	float:left;
	margin:0 7px 7px 0;
	}
.imgfloatright {
	float:right;
	margin:0 0 7px 7px;
	}
img.queenpat {
	padding:2px;
	border: 2px solid #b820ae;
	margin: 3px 7px 5px 0;
	}
img.ruby {
	padding:2px;
	border:2px solid red;
	}
.clear {
	clear:both;
	}
.border1 {
	border:5px double red;
	margin:10px 3px;
	padding:0 3px;
	color:#b820ae;
	}
.border2 {
	border:5px double #b820ae;
	margin:10px 3px;
	padding:0 3px 0 3px;
	color:#b820ae;
	}
h1 {
	color:red;
	}
h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#b820ae;
	font-size:120%;
	}
.handwriting {
	font-family: "Lucida Handwriting", cursive;
	}
.font1 {color:#b820ae;}
ul {
	list-style-type:none;
	margin:20px 0 20px 0;
	}
li {margin-bottom:10px;}
.center {text-align:center;}
.right {text-align:right;}
.clear {clear:both;}
#right a:link {
	color: #fffbd1;
}
#right a:visited {
	color: #faff76;
}
#right a:hover {
	color: #fff;
	text-decoration: none;
	}
#right a:active {
	color: #eeeeee;
}
#footer a:link {
	color: #fffbd1;
}
#footer a:visited {
	color: #faff76;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
#footer a:active {
	color: #eeeeee;
}