* {
	padding:0px;
	margin:0px;
	border:0px;
	}

.none {
	display:none;
	}
	
body {
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:12px;
	background:url(bg.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
ul{
	list-style:none
	}
	
h1,h2,h3,img,p {
	margin:0px;
	padding:0px;
	border:0px;
	}

#header {
	width:100%;
	}
	
#happymmomenu {
	height:31px;
	text-align:right;
	background:url(hbg.jpg) repeat-x;
	line-height:31px;
	padding-right:50px;
	}
	
#happymmomenu ul {
	width:200px;
	float:right;
	}	
	
#happymmomenu li {
	float:left;
	margin:0px;
	width:80px;
	}

#top {
	width:934px;
	text-align:left;
	height:148px;
	margin:5px auto;
	background:url(topbg.jpg) repeat-x;
	}

#elfimg {
	float:left;
	}
	
#logo {
	float:right;
	}
		
#menu {
	background:url(menubg.jpg) no-repeat;
	width:934px;
	height:33px;
	line-height:30px;
	color:#fff;
	margin:auto;
	clear:both;
	}
	
#menu ul {
	width:900px;
	float:right;
	}	
	
#menu li {
	float:left;
	margin:0px 10px;
	}
	
#menu li a,a:link,a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#menu li a:hover,a:active {
	color: #F30;
	text-decoration: underline;
	}
	
#main {
	margin:auto;
	width:934px;
	}
	
#left {
	background:url(list.jpg) no-repeat;
	float:left;
	padding-top:84px;
	width:247px;
	}
	
#left ul{
	width:230px;
	float:left;
	font-size:10px;
	padding-right:20px;
	height:204px;
	}
	
#left li{
	line-height:32px;
	text-align:right;
	}
	
#right {
	background:url(rightbg.jpg) no-repeat;
	float:right;
	width:642px;
	padding:20px 15px 10px 25px;
	text-align:left;
	}
	
.box {
	background:#fff;
	padding:1px;
	margin:5px;
	border:#eee 1px double;
	}
	
.box h2 {
	background:url(h2.jpg) #eee no-repeat 10px 5px;
	font-size:14px;
	text-indent:30px;
	line-height:25px;
	}
	
.box p {
	padding:5px 10px;
	line-height:20px;
	clear:both;
	}
	
#footer {
	background:url(fbg.gif) repeat-x;
	height:59px;
	line-height:59px;
	margin:auto;
	clear:both;
	font-size:12px;
	}
	
a,a:link,a:visited {
	color: #000;
	text-decoration: none;
	}
	
a:hover,a:active {
	color: #F30;
	text-decoration: underline;
	}