/* CSS Document */

body {
	margin:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {color:#666666}

ul {
	margin-top:20px;
	padding:0;
	
	background: url(http://www.wordofmouthpress.us/App_themes/default/images/bgUnderline.jpg) top no-repeat;
}

li {
	list-style:none;
	margin:0;
	padding:0;
	
}

li a {
	display:block;
	padding:10px 0 10px 2px;
	font-size:17px;
	color:#6d567e;
	background: url(http://www.wordofmouthpress.us/App_themes/default/images/bgUnderline.jpg) bottom no-repeat;
}

li a:hover {
	color:#d4000c;
}

h1 {
	display:block;
	text-indent:-9999px;
	background-image:url(images/Santa-Train-title.jpg);
	height:200px;
	margin:0;
}

h1 a {color:#d4000c}

h1 a:hover {color:#d4000c}

p {
	line-height: 16px;
	padding-left: 20px;
	
}

p a {color:#333333}

#header {
	height:200px
}

#header img{
	margin: 0;
}

#left {
	width:160px;
	float:left;
}

#right {
	width:800px;
	float:left;
}

#footer {
	font-size:10px;
	color:#999;
	border-top:1px solid #aaa;
	padding:0 0 30px 0;
	clear:both;
	margin:0 20px;
	text-align:right;
}