 
body { 
	background-color:  #FFFFCC;
	color: #666666; 
	font-size: small; 
	font-family: Verdana, Arial; 
	margin: 0px;
	padding: 0px;
}

body#home { 
	background: #fffdca url('../images/Meringues_main.jpg') 0px 0px no-repeat; 
}

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

a:active { 
	color: #333333; 
	text-decoration: none; 
	font-weight: bold;
}
 
a:visited { 
	color: #333333; 
	text-decoration: none; 
	font-weight: bold;
}
 
a:hover  { 
	color: #000000; 
	font-weight: bold; 
	text-decoration: underline; 
	cursor: se-resize; 
}

h1 { 
	text-align: right; 
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

td { 
	vertical-align: top; 
	font-size: 0.9em;
}

caption { 
	margin: auto; 
}

table{
	width: 90%;
	margin: 10px 0px;
}

ul {
	margin: 0px;
	padding: 10px 0px 0px 12px;
}

li { 
	text-align: left;
}

img { 
	border-style: none; 
}

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


.small  { 
	font-size: 0.7em; 
}
	
#mainwrapper {
	position: relative;
	background: url('../images/Meringues_bkg.jpg') 0px 0px no-repeat;
	width: 780px;
	height: 586px;
}

#menu  { 
	position: absolute;
	top: 167px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 244px; 
	width: 187px; 
}

#menu ul {
	margin: 0px;
	padding: 0px;
	height: 244px; 
	width: 187px; 
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu ul li#menu_home {
	height: 33px;
	width: 187px;
}

#menu ul li#menu_intro {
	height: 34px;
	width: 145px;
}

#menu ul li#menu_rules {
	height: 35px;
	width: 126px;
}

#menu ul li#menu_codes {
	height: 35px;
	width: 111px;
}

#menu ul li#menu_join {
	height: 35px;
	width: 111px;
}

#menu ul li#menu_list {
	height: 36px;
	width: 111px;
}

#menu ul li#menu_extra {
	height: 36px;
	width: 126px;
}

#menu ul li a {
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu ul li img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#content  { 
	height: 265px; 
	width: 416px; 
	padding: 0px 0px 0px 20px;
	overflow: auto; 
	position: absolute;
	left: 155px;
	top: 170px;
}

#home #content  { 
	height: 375px; 
	width: 500px; 
	overflow: hidden;
	left: 0px;
	top: 0px;
	text-align: right;
}

#fans_list{
	margin: 0px auto 0px auto;
	width: 90%;
}

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

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

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

.error, .success{
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px #666666 solid;
}

label{
	width: 150px;
	float: left;
}

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