/* Start of CMSMS style sheet 'home_page_styles' */
div#main {
        float: left;
        width: 50%;
        display: inline;
        margin-left: 2%;
    }

div#right_col {
        float: right;
        width: 19%;
        display: inline;
    }

div#news {
        padding: 10px;
	background-color:#e0ede0;
	border:1px solid #2D4429;
}

.marquee {
	font-size:1.3em;
    }


#killerpic {
	width:100%;
	height:240px;
	background-image:url(modules/killerpic/rotate.php);
	background-repeat:no-repeat;
    }		

/*Join & donate buttons*/
div.btns {
	zoom:1;
	white-space:nowrap;
    }

div.btns:after {
	display:block;
	clear:both;
	content:'';
    }

div.btns a.btn {
	float:left;
	background:buttonface url(images/css/border-2.gif) no-repeat;cursor:pointer;font-size:0;text-align:center;
	text-align:center;
	display:block;
	_width:140px;
	min-width:140px;
	text-decoration:none;
	margin:3px 2px;
    }

div.btns a.btn:hover span {
	opacity:0.6;
	filter:alpha(opacity:80);
    }

div.btns a.btn span {
	padding:3px 8px 4px 8px;
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(images/css/border.gif) right bottom no-repeat;
	font:small/1 Verdana;
	color:#222;
    }

/*events box*/

#events_box {
	float:left;
	width:12em;
	height: 1.5em;
	background-color:#e4f0e0;
	border:1px solid #294f4f;
	padding:1em; 
	text-align:center;
	display:block;
    }

#orange_img {
       float:right;
       margin:5px 5px 10px 10px;
    }
/* End of 'home_page_styles' */

