/*CSS Code by Merkypie @ http://aoi-tori.org

General Body */
html { height: 100%;
}
body { 
	margin: 0 0 0 0;
	background-image:url(images/bg-div.jpg);
	background-repeat: repeat-x;
	background-color: #351543;
	background-position: 0px 540px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden ;
	height: 100%;

}

table {
	margin: auto;
}

p, u, i, b, br {color: #612629; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;
}

A:link {color: #4f0609; text-decoration: none;}
A:visited {color: ff0000; text-decoration: none; font-weight: underline;}
A:hover {color: 612629; text-decoration: none; cursor: help;}

/*DIV Layers */

#container {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	top: 0px;
	width:1200px;
	z-index: 1;
}

.header {
	position: relative;
	z-index: 2;
}

.content {
	color: #000; 
	font-family: arial; 
	font-size: 8pt;
	width: 800px;
	float: left;
	top: -10px;
	margin: 0 0 0 190px;
	background-color: #fff;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	-webkit-box-shadow: -5px 6px 0px #6D0FA0;
	-moz-box-shadow:  -5px 6px 0px #6D0FA0;
	position: relative;
	z-index: 3;
}

.menu {
	color: #000;
	width: 200px;
	float: right; 
	background-color: #fff;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	margin: 10px 10px 0 0;
	position: relative;
	z-index: 4;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #000;
	}
	
#bg
	{
	background-image: url(images/bg.jpg);
	background-color: #f5ddff;
	z-index: -1;
	width: 100%;
	top: 0px;
	height: 542px !important;
	position:absolute;
	}

#clear {
	clear:both;
	
/*Tables and Font 	

.stuff {color: #ffeefb; font-family: arial; font-size: 8pt;
}
.tb1 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #dc989b;
width: 780px;
 }
 
 .tb2 {
 width: 570px;
 }
 .tb2-td {
  border: none; }
 
  .menu2 {font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt; }
 
 .menu:hover {font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #dc989b;
 cursor:help; }
 
 .maintb {
 background-color:#edc0c9;
 -moz-border-radius: 0% 2.5% 0% 0%;
 }
 */
