@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	color:#333333;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica
}
a:link, a:visited, a:hover, a:active {
	/* color:#FFFFFF; */
	border: 0px;
	text-decoration:none;
}
#collective {	
	padding-top: 30px;
	margin-left: 785px;
}
#collective a:link, a:visited, a:hover, a:active {
	border: 0px;	
	text-decoration:none;
}
#flash {
	padding-top:5px;
}
#twitface {
	padding-bottom: 10px;
	margin-top: -40px;
	margin-left: 900px;
}
/* Specific styles for the mini pages. */

#header {
	background-color: #ffffff;
	background-image:url(images/header_small.jpg);
	height:140px;
	text-align:right;
}
#content {
	background-color: #ffffff;
	height: 100%;
}
#footer {
	background-color: #ffffff;
}
#wrapper {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	padding:10px;
	height:auto;
}
a.homebutton:link, a.homebutton:active, a.homebutton:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
	text-decoration:underline
}
a.homebutton:hover {
	text-decoration:none
}
