@import url('members1.css');
@import url('members2.css');
@import url('members3.css');
@import url('members_login.css');

/*-- Body 
--------------------------------------------------------*/

body {
	background-image:url('../img/top_bg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:tahoma;
	font-size:11px;
	color:#2D2D2D;
}

td {
	vertical-align:top;
	font-family:tahoma;
	font-size:11px;
	color:#2D2D2D;
}

select {
	font-size:11px;
	color:#2D2D2D;
}


#logo {
	height:178px;
	width:240px;
}


#log_out {
	height:178px;
	text-align:right;
}

#log_out img{
	margin-top:78px;
	margin-right:30px;
}

#left_column {
	background-image:url('../img/separator_1.gif');
	background-repeat:no-repeat;
	background-position:234px 178px;
	padding-left:26px;
	padding-bottom:50px;
}

#left_menu {
	width:187px;
}

#left_menu .title {
	height:22px;
	margin-top:28px;
	margin-bottom:12px;
	background-image:url('../img/title_bg.gif');
	background-repeat:repeat-x;
	background-position:0% 100%;
}

#left_menu .link {
	padding-left:1px;
	padding-bottom:1px;
}

#left_menu .link a{
	font-family:tahoma;
	font-size:11px;
	color:#487F1C;
}

#left_menu .link a:hover{
	text-decoration:none;
}

#left_menu .separator {
	height:1px;
	overflow:hidden;
	background-color:#E5E5E5;
	margin-top:14px;
	margin-bottom:10px;
}

#left_menu .logout {
	margin-left:1px;
	margin-top:2px;
	margin-bottom:31px;
	padding-right:12px;
	background-image:url('../img/li1.gif');
	background-repeat:no-repeat;
	background-position:46px 3px;
}

#left_menu .logout a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#D40000;
}

#left_menu .logout a:hover{
	text-decoration:none;
}

#left_menu .date {
	padding-left:1px;
	padding-top:4px;
	font-family:tahoma;
	font-size:9px;
	color:#487F1C;
}

#left_menu .news {
	padding-left:1px;
	font-family:tahoma;
	font-size:11px;
	color:#2D2D2D;
}

#left_menu .news a{
	text-decoration:none;
	color:#2D2D2D;
}

#left_menu .news a:hover{
	text-decoration:underline;
	color:#2D2D2D;
}


#left_menu .separator2 {
	height:1px;
	overflow:hidden;
	background-color:#E5E5E5;
	margin-top:14px;
	margin-bottom:10px;
}

#left_menu .all_toplics {
	margin-left:1px;
	margin-top:2px;
}

#left_menu .all_topics a{
	font-family:tahoma;
	font-size:11px;
	color:#487F1C;
}

#left_menu .all_topics a:hover{
	text-decoration:none;
}



/*-- Right part 
--------------------------------------------------------*/

#right_column {
	background-image:url('../img/separator_2.gif');
	background-repeat:no-repeat;
	background-position:100% 0%;
	padding-bottom:50px;
}

#title_2 {
	margin-top:26px;
	margin-bottom:23px;
}




/*-- Bottom 
--------------------------------------------------------*/

#bottom {
	height:119px;
	padding-left:27px;
	color:#ffffff;
	background-image:url('../img/bottom_bg.jpg');
	background-repeat:repeat-x;
	background-position:0% 100%;
}

#bottom a{
	color:#ffffff;
}

#bottom a:hover{
	text-decoration:none;
}
