input, textarea, option, select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A79D1;
	background-color: #F7ECB3;
	padding:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4D1D9;
	border-right-color: #F4D1D9;
	border-bottom-color: #F4D1D9;
	border-left-color: #F4D1D9;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-style: solid;
	line-height: 135%;
	border-bottom-width: medium;
	border-bottom-color: #F1D5C5;
	margin-bottom: 26px;
	color: #6D80D4;
	font-weight: 100;
	margin-top: 0px;
}    
 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #6D80D4;
	text-transform: uppercase;
	border-bottom-style: solid;
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-color: #F1D5C5;
	line-height:17px;
}
 h3, legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #6D80D4;
	text-transform: uppercase;
	line-height: 14px;
	line-height:135%;
}
#disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FEAA75;
	line-height:135%;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #F4D1D9;
	margin-top:40px;
	padding-top:10px;
	clear:both;
	width:100%;
}
.one {background-color:#F5F7FF;}
.two {
	background-color:#F8EAFD;
}
a:link {
	text-decoration:none;
	color: #637FC9;
}
a:visited {
	text-decoration: none;
	color: #546FB9;
}
a:hover {
	color:#F65F3A;
}

/* drop-down nav */
#navi{
	z-index:11;
	position: absolute;
	left: 135px;
	top: 199px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	width: 8em;
	background-color: #FFFFFF;
	color: #697DC9;
	font-size: 70%;
	margin-right: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: medium;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F4D1D9;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 0em;
	color: #6982D2;
}
* html #nav a {
width: 100%;
}
#nav ul {
display: none;
position: absolute;
padding: 0;
}
#nav ul li {
	border: 0 none transparent;
	border-bottom: 1px solid #E7EDF5;
	border-top: .5em solid #FFF;
	background-color: #F8E4B7;
	font-size: 100%;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
}
#nav li:hover ul {
display: block; }

li.title {text-indent:10px;
	text-transform: uppercase;}
	li.sub {text-transform:lowercase; text-indent:0px; padding:0px; margin-left:0px;}

/* other */
#rotate {
	float:left; 
	width:150px; 
	margin: 4px 16px 6px 0px;}

blockquote{
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #F4D1D9;
	padding-left: 10px;
	color: #43407E;
	border-right-width: thin;
	border-right-color: #F4D1D9;
	padding-right: 5px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #F4D1D9;
	border-bottom-color: #F4D1D9;
	margin-left: 70px;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navi a:hover {
	color:#FA69D7;
	background-color:#FFFFFF;border:0px;
}

/* top nav */

#navbar {
	position:absolute;
	background-color: #FFFFFF;
	height: 34px;
	width: 500px;
	top:264px;
	left:135px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	z-index:3;
}
#navbar ul {
	list-style-type: none;
	text-transform: lowercase;
	text-align:center;
	margin-top:3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar ul li {
	background-color: #FFFFFF;
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#navbar ul li a {
	color: #FF0000;
	font-size: 14px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navbar ul li a:hover {
	color: #340D99;
}
#navbar ul li.current a {
	color: #720262;
	font-size:16px;
}


#text {
	width:502px;
	margin:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3E3C7B;
	line-height: 135%;
	position: absolute;
	z-index: 1;
	left: 140px;
	top: 238px;
}   
#text li {background-image: url(images/mini.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 1em;
	background-position: 0em 0.3em;
	margin-bottom: .6em;}
#text p.gallery {text-indent:0px;}
	.side{
	margin:5px;
	border: 1px solid #BECFFB;
	background-color: #F5F7FF;
	padding: 2px;
}                
 body {
	background-color: #FFFEE0;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
}
li.shrine {list-style-type:square; color:#D590EF;}
ul.rules li {margin-bottom:15px;}
.affie{
	border: 1px dotted  #F7ECB3;
	margin: 5px;
	background-color: #ffffff;
	padding: 5px;
}      
