@charset "UTF-8";


html{	
	width: 100%;
}

* {
	font-family: "Tahoma",Arial,Helvetica,sans-serif;
	color:#666666;
	line-height:15px;
}

a img{
	border:0;
}

.clear{
	clear:both;
}


body {
	padding: 0;
	margin: 0;
	background-color: #eaeecd;
	background-image: url(../images/collective-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align:center;
	color: #777471;
}

 h1 {
 	color: #9d9a96;
	font-weight: lighter;
	line-height: 25px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	border-bottom: 1px solid #9d9a96;
 }
 
  h2 {
 	color: #9d9a96;
	font-weight: lighter;
	line-height: 25px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	border-bottom: 1px solid #9d9a96;
 }

a, a:active, a:visited {
	color:#bbd095;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width:535px;
	text-align:center;
	min-height: 100%; 
	margin: 0 auto; 
	text-align:center;
		margin-top: 128px;

}

#body-content {
	width:523px;
	height:100%;
	padding:5px;
	min-height:100%;
	text-align:left;
}
#body-content a {
	font-weight:bold;
	text-decoration: none;
}
#body-content a:hover {
	text-decoration: underline;
}

#footer {
	width:535px;
	height:31px;
}

.menu {
	width: 520px;
	height: 25px;
	word-spacing:8px;
}
.menu a {
	text-decoration:underline;
}
.menu a:hover {
	text-decoration:none;
}

.small {
	width:523px;
	font-size:9px;
	text-align:center;
	line-height: 10px;
	border-top: 1px solid #9d9a96;
	padding:3px;
	margin-top:20px;
}

blockquote {
	padding-left:30px;
}

.flimg img {
	float:left;
	border: 4px solid #b8dcc2;
}

.owned {
	border:3px solid #b8dcc2;
	margin-right: 4px;
}

.block {
	width:80%;
	text-align: justify;
}

.colouredblock {
	width: 80%;
	background:#f7f4d3;
	display:block;
	font-weight:normal;
	padding:10px;
	margin:15px;
}
