body {
	color:				#000;
	background:			#ffffff;
	font-family: 		Tahoma, Arial, Verdana, sans-serif;
	font-size: 			0.8em;
	line-height: 		1.1em;
	border:				0;
	margin:				0;
	background-repeat: 	no-repeat;
	background-image: 	url(../images/SmallPageLayout.jpg);
}

.cleanbody {
	color:				#000;
	background:			#ffffff;
	font-family: 		Tahoma, Arial, Verdana, sans-serif;
	font-size: 			0.8em;
	line-height: 		1.1em;
	border:				0;
	margin:				0;
	background-repeat: 	no-repeat;
	background-image: 	url(../images/SmallPageLayoutClean.jpg);
}
    
#content {
	width: 				1100px;
	min-height: 		1000px;
	margin: 			0 0 0 0px;
	padding: 			0;
	position: 			relative;
	border: 			0px solid black;
}

#tweets {
	left: 				335px;
	top: 				770px;
	position: 			absolute;
	width: 680px 				;
	padding-right:		20px;
	border: 			0px solid red;
}

#footnote {
	left: 				0px;
	top: 				20px;
	position: 			relative;
	width: 				600px;
	padding-right:		20px;
	border: 			0px solid red;
}

.error {
	color: red;
	font-weight: bold;
	display:none;
}

.labelText {
	font-weight: bold;
}

.tweetwhen {
	font-size: .6em;
	color: #878787;
}

/* slide tabs styles */

#heading {
	top: -45px;
	right: -100px;
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
#heading * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}
#heading li.active {
	background-color: #66ccff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}
		
#wrapper { 
	position: 			relative;
	left: 				415px;
	top: 				340px;
	width: 				580px;
	margin: 			1em; 
	padding: 			1em;
}
		
.pane {
	min-height: 450px;
	float: 			left;
	display: 		none;		
	width:			530px;		/* set the width of your content here, it's not necessary if you dont wanna have fixed with */
	padding-right:	25px;		/* unimportant */
	padding-left:	25px;	
}

.pane img {
	padding-bottom: 6px;
	padding-right: 3px;
}

.pane img:hover {
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}

#paneContent {
	top: 			-25px;
	position: 		relative;
	overflow:		hidden;
}
 
#paneContainer {
	float:			left;
}

#menu { 
	margin-top:0px; 
	padding:0px; 
	list-style-type:none;
}

.menulink { 
	color: 				white;
	font-weight: 		bold;
	padding-left:		5px; 
	padding-right:		10px; 
	padding-top:		2px; 
	padding-bottom:		2px; 
	display:			block; 
	background-color:	#8fb311; 
	cursor: 			pointer;
	border-radius: 		4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	-moz-border-radius: 4px;
}

.menulink:hover { 
	background-color:	#d5d5d5; 
	color:				#000;
}

