 
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; 
}

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

li { 
	text-align: left;
}

img { 
	border-style: none; 
}

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

.left { 
	text-align: left; 
}

.right { 
	text-align: right;
}

.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; 
}