/* CSS Document 
# Butterfly Portals
# Developed by anees kodiyathur
# April 08
*/

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link { color: #9d543e; text-decoration: none; }
a:visited { color: #9d543e; text-decoration: none; }
a:hover { color: #9b2500; text-decoration: underline; }

#mainwrapper {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}
.bodyright {
	padding-left: 10px;
	padding-right: 10px;
}
.readmore {
	font-weight: bold;
	padding-top: 6px;
}
.readmore a:link { color: #9d543e; text-decoration: none;}
.readmore a:visited { color: #9d543e; text-decoration: none;}
.readmore a:hover { color: #9b2500; text-decoration: underline;}
.listes {
	line-height: 18px;
	margin-top: 15px;
}
#footer {
	text-align: center;
	border-top: solid 1px #EEEEEE;
	color: #999999;
	margin-top: 5px;
	padding: 5px;
	font-size: 9px;
	padding-bottom: 15px;
	line-height: 15px;
}
#footer a:link { color: #999999; text-decoration: none;}
#footer a:visited { color: #999999; text-decoration: none;}
#footer a:hover { color: #9d543e; text-decoration: underline;}
.bottomgrey {
	height: 81px;
	background-image: url(../images/btmbg.gif);
	background-repeat: repeat-x;
}
