html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #BCBEC0;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	/*color: #9D9FA1;*/
	color: #666;
	text-align: center;
}
.prop {
   height:400px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
a{
	color: #ed1c24;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	text-align: left;
	margin: auto;
	top: 10px;
	border: 2px solid #ed1c24;
	width: 760px;
	background-color: #FFF;
	position: relative;
	/*background-image: url(../images/general/tomatoes.jpg);*/
	/*background-repeat: no-repeat;
	background-position: right bottom;*/
	min-height: 500px;
	_height: 500px;
}
#contents {
	margin: 10px 50px 30px 50px;
}
.right {
	float: right;
}
.left {
	float: left;
}
#tomatoe {
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	*margin-right: -20px; /* for ie */
	/*width: 262px;*/
	/*height: 269px;*/
	height: 350px;
	width: 130px;
	float: right;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
hr {
	color: #000;
	background-color: #000;
	border: 0;
	height: 1px;
}
.bold {
    font-weight: bold;
}
.centre {
    text-align: center;
}
#siteby {
	width: 760px;
	margin: auto;
	position: relative;
	top: 10px;
	text-align: left;
	color: #333;
	font-size: .9em;
	padding-top: 10px;
	padding-bottom: 20px;
}
#siteby a {
	color: #333;
}
#header {
	padding: 0;
	text-align: center;
}
.list{
	position: relative;
	padding: 5px 0 5px 0;
	min-height: 16px;
}
.list-left{
	position: relative;
	float: left;
	padding-right: 10px;
	min-height: 16px;
}
.list-right {
	position: relative;
	float: right;
	width: 100px;
	text-align: right;
	min-height: 16px;
}
#stats dt{
	font-weight: bold;
	padding-top: 8px;
}
.stats li {
	line-height: 2em;
}
.links dl{
	margin-top: -18px;
	margin-left: 50px;
}
.links dt {
	font-weight: bold;
	padding-top: 8px;
}
.source {
	margin-top: -12px;
	color: #999;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
p.home-login {
	*margin-top: -10px;
}
