body { 
	background: #ffccff url('../images/OniisamaeBKG.jpg') 0px 0px repeat-y fixed;
	text-align: center; 
	color: #330066; 
	font-size: small; 
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

body#home {
	background-color: #ffcccc;
	background-image: none;
}

body#home table td{
	font-size: 0.85em;
}

a:link { 
	color: #330066; 
	text-decoration: none; 
	font-weight: bold; 
}

a:visited { 
	color: #330066; 
	text-decoration: none; 
	font-weight: bold; 
}

a:active { 
	color: #330066; 
	text-decoration: none; 
	font-weight: bold; 
}

a:hover { 
	filter: blur(color=#330066); 
	color: #ff6699; 
	text-decoration: underline; 
	height: 10pt; 
	font-weight: bold; 
}

#intro a#menu_intro, 
#rules a#menu_rules, 
#codes a#menu_codes, 
#join a#menu_join, 
#links a#menu_links, 
#list a#menu_list{
	border: 1px #330066 solid;
} 


td { 
	vertical-align: top; 
}

li { 
	text-align: left; 
}

img { 
	border-style: none; 
}

table { 
	border-style: none; 
	margin: auto; 
}


.small { 
	font-size: 0.85em; 
}

label{
width: 150px;
float: left;
text-align: right;
}

fieldset {
border: none;
padding: 5px 0px;
}


#mainwrapper {
	width: 764px;
	position: relative;
	float: left;
	background: url('../images/Oniisamae2.jpg') 0px 0px no-repeat;
	padding-bottom: 30px;
}


#menu { 
	position: relative; 
	float: left;
	width: 570px;
	padding-left: 194px; 
	padding-top: 44px; 
	text-align: center; 
}

#menu ul { 
	margin: auto; 
	list-style-type: none; 
}

#menu ul li { 
	display: inline; 
	list-style-type: none;
}


#content { 
	position: relative; 
	float: left;
	padding: 50px 0px 50px 195px;
	width: 500px; 
}

#content p { 
	text-align: justify; 
}

#fans_list{
margin: 0px 0px 30px 0px;
width: 95%;
}

#fans_list td, th{
text-align: left;
}

#view_list_options {
width: 450px;
text-align: left;
padding-left: 20px;
margin-bottom: 30px;
}

#view_list_options label {
text-align: left;
}

#pagination {
text-align: center;
margin: 10px auto;
}

.error, .success{
padding: 10px;
font-size: 1.2em;
font-weight: bold;
}


