body{
	background-color: #D8CAA8;
	padding: 0;
	margin:  0;
}
.header{
	width: 100%;
	height: 95px;
	background-color: #5C832F;
	margin: 0;
	padding: 10px 0 0 0; 
}
.logo{
	margin: 0 0 0 25px;
}
.user{
	float: right;
	margin: 10px 25px 0 0;
	font: normal 1.1em Helvetica Neue,Helvetica,sans-serif;
	color: #D8CAA8;
	text-align: right;
}
.user a{
	color: #382513;
}
.page_cont{
	width: 100%;
	margin: 0;
	background-color: #fff;
}
#page_title{
	color: #5C832F;
	font-size: 2.5em;
}
#list-title{
	font: normal 2em Helvetica Neue,Helvetica,sans-serif;
	text-align: center;
}
.container{
	width: 92%;
	
	margin: 40px auto 20px auto;
	background-color: #EBE1CC;
	padding: 5px 5px 30px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	color: #284907;
}
.container a{
	color: #284907;
	font: bold 1em Helvetica Neue,Helvetica,sans-serif;
}
.heading{
	font: bold 2em Helvetica Neue,Helvetica,sans-serif;
	margin: 10px 10px 0 10px;
}
.heading2{
	font: bold 1.5em Helvetica Neue,Helvetica,sans-serif;
	margin: 10px 10px 0 10px;
}
.body{
	font: normal 1em Helvetica Neue,Helvetica,sans-serif;
	margin-left: 30px;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.error{
	color: red;
	font: normal 1em Helvetica Neue,Helvetica,sans-serif;
}
#watchlist {
	width: 80%;
	margin: auto auto 100px auto;
	background-color: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #284907;
}
#watchlist td, #table-5 th {
	padding: 1px 5px;
}
#watchlist thead {
	font: normal 15px Helvetica Neue,Helvetica,sans-serif;
	text-shadow: 0 1px 0 white;
	color: #999;
}
#watchlist th {
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
	font: normal 1.2em Helvetica Neue,Helvetica,sans-serif;
}
#watchlist td {
	font: normal 15px Helvetica Neue,Helvetica,sans-serif;
}
.cont{
	width: 25%;
	min-width: 160px;
	margin: auto;
	padding: 20px;
	background-color: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #284907;
	text-align:center;
	line-height: 175%;
}
.cont #add_butt{
	margin: 10px 33% 0px 33%;
}
.cont #add_title{
	font: normal 1.6em Helvetica Neue,Helvetica,sans-serif;
}
#foot-links{
	width: 100%;
	font: normal 85% Helvetica Neue,Helvetica,sans-serif;
	text-align: center;
}
#foot-links a{
	color:#000;
}
#copyright{
	width: 100%;
	font: normal 75% Helvetica Neue,Helvetica,sans-serif;
	text-align: center;
}