@charset "utf-8";
/* 
2010 Research Study Club 
Designed & Developed by SADA Systems.
www.sadasystems.com
*/

body {
	background:url(../image/main_bg.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
a:link, a:visited {
	color:#0c465c;
}
a:active, a:hover {
	color:#333;
}
#wrap {
	width:920px;
	margin:0 auto;
	padding:20px 0 20px 0;
}
#header {
	height:70px;
}
.logo {
	float:left;
	padding-right:5px;
	border:0;
}
#menu {
	float:right;
	font-size:10px;
	font-weight:bold;
}
#menu ul {
	list-style:none;
}
#menu a:link, #menu a:visited {
	color:#fff;
	text-decoration:none;
}
#menu a:active, #menu a:hover {
	color:#fff;
	text-decoration:none;
}
#menu li {
	float:left;
	padding:6px;
}
#menu li:hover {
	background:#21b1e8;
}
#content_home {
}
#donate {
	position:relative;
}
.donate_btn {
	position:absolute;
 left:;
 top:;
	left: 53px;
	top: 139px;
}
#content_inside {
	background:url(../image/content_bg.png) top no-repeat;
	padding:30px;
	height:300px;
}
#content_Register {
	background:url(../image/content_bg.png) top no-repeat;
	padding:30px;
}	
#footer {
	width:940px;
	margin:0 auto;
	border-top:1px solid #c1c1c1;
	padding:10px 0 0 0;
}
.sada_footer {
	float:right;
}
#footer a:link, #footer a:visited {
	color:#0c465c;
}
#footer a:active, #footer a:hover {
	color:#333;
}



#home_top { background:url(../image/home_top.png) no-repeat; height:15px;}
#home_mid { background:url(../image/home_mid.png) repeat-y; }
#home_bot { background:url(../image/home_bottom.png) no-repeat bottom; }
.home_content { padding:5px 20px 20px 20px; }
