
body {
	margin: 0px;
	background: #cecece url('../images/bg.gif');
}
.container {
	background-color: #fff;
	position:relative;
	z-index:100;
}
.more {
	position:relative;
	text-align:right;
	margin-top:-32px;
	margin-bottom:24px;
}
.littlemore {
	position:relative;
	text-align:right;
	margin-top:-16px;
	margin-bottom:24px;
}
.more a, .littlemore a {
	color:#666;
	text-decoration:none;
}
.more a:hover, .littlemore a:hover {
	color:#666;
	text-decoration:underline;
}
p {
	clear: both;
}
a {
	color:#B33825;
}
.nav {
	color:#B33825;
	font-size:12px;
}
.nav a {
	color:#666;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
	color:#B33825;
}
#wrapper {
	position:relative;
	width:950px;
	margin:0 auto;
}
.navplain {
	padding-left:25px;
	padding-right:25px;				
}
#main_image {
	visibility:hidden;
}
h1 {
	color:#666;
	font-weight:100;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial;
	font-size:26pt;
	margin:0px;
}
.h2 {
	font-size:18pt;
}
.h3 {
	color:#000;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial;
	font-size:14pt;
}

hr {
	border: 0;
	color:#ddd;
	background-color: #ddd;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top:0px;
	margin-bottom:15px;
}
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
/*	list-style-type: square;*/
	padding-left: 10px;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	
	padding-bottom:3px;
}


