body{
 margin: 0px; 
 padding: 0px; 
}


#clear{ 
	clear:both;
}

h1 {
	font-size: 19pt;
	padding:0px;
	margin:0px;
	font-weight: normal;
        border-bottom:2px solid #979967;
	padding-top:5px;
	padding-left:25px;
	padding-bottom:5px;
	color:#274b4b;
	background: url('/images/bullet3.jpg') left top no-repeat;
	font-family: Tahoma;
}


h2 {
	font-size: 15pt;
	padding:15px 0 0 0;
	margin:0px;
	font-weight: normal;
	color:#6b6b47;
	font-family: Arial;
}

 
#main {
 margin: 0 auto; 
 font-family: tahoma;
 width:980px;
 font-size:13px;
}


/*----------------------------------------- HEADER ---------------------------------------------*/
#header{
 margin: 0 auto; 
 width:980px;
 height:140px;
 background: url('/images/header.jpg') no-repeat;
}

/* LOGO */
#logo{
	top: 12px;
	left:0px;
	position: relative ; 
	float:left;
	width:200px;
}

/* END LOGO */

/* MENU */
#top_menu{
	top: 12px;
	left:0px;
	margin-right:24px;
	font:bold 9pt Tahoma;
	color: #797979;
	position: relative ; 
	float:right;
}

#top_menu a, #top_menu a:hover, #top_menu a:visited, #top_menu a:link{
	font:bold 9pt Tahoma;
	color: #797979;
	text-decoration:none;
}

#top_menu a:hover{
	text-decoration:underline;
}
/* END MENU */

#header_logo{
	top: 50px;
	left:60px;
	position: relative ; 
	float:left;
	width:300px;
	height:40px;
	cursor:pointer;
}


/* SEARCH BLOCK */
#searchblock{
	top: 39px;
	left:260px;
	position: relative; 
	float:left;
	width:200px;
}

#searchblock .searchleft
{
	width:26px;
	height:24px;
	float:left;
	background: url('/images/search_left.png') no-repeat;	
}

#searchblock .search
{
	height:22px;
	float:left;
	margin-top:1px;
	background-color: #fff;
}


#searchblock .searchright
{
	width:11px;
	height:24px;
	float:left;
	background: url('/images/search_right.png') no-repeat;	
}


#searchblock input
{
	border:0px;
	padding-top:1px;
	padding-left:3px;
	font-size:12pt;
	color: #3d6968;
	width:146px;
	font-family: tahoma;
	background-color: transparent;
}

#searchblock .searchbutt
{
	clear:both;
	position: relative; 
	padding-top:4px;
	left:107px;
	width:90px;
	cursor:pointer;
}
/* END SEARCH BLOCK */

/* JOIN NOW BLOCK */
#joinnow
{
	top: 34px;
	left:270px;
	position: relative; 
	width:200px;
	float:left;
}

/* END JOIN NOW BLOCK */
/*------------------------------- END HEADER ----------------------------------*/

/*------------------------------- MIDDLE --------------------------------------*/
#middle {
 
}

/* LEFT */
#left {
	width:200px;
	float:left;
	background: #ffffff;
}

#m_title
{
	height:27px;
	border: 3px solid #999967;
	background-color: #fff;
	margin:0px;
	padding-left:12px;
	font-size: 19pt;
	font-family: Arial;
	color:#356565;
}

#m_item
{
	height:30px;
	border: 3px solid #999967;
	border-left: 10px solid #999967;
	margin:0px;
	margin-top:1px;
	background:#999967 url('/images/bullet.png') left center no-repeat;
	padding-left:20px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
	color:#fff;
}

#m_item a, #m_item a:visited
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
	color:#fff;
	text-decoration:none;
}

#m_item a:hover
{ text-decoration:underline; }

/* END LEFT */

/* CENTER */
#center {
	width:542px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background: #ffffff;
	text-align:justify;
}

#center p {
	color: #000;
	font-size:11pt;
	font-family:Arial;
	padding:0;
	margin:10px 0 0 0;
}

#hr{
	background-image:url('/images/v_line.jpg');
	height:1px;
	border:0px;
	margin:0 0 0 0;
	padding:0px;
}


#center p img{
	padding: 5px 15px 15px 0;
	float:left;
}



/* END CENTER */

/* RIGHT */
#right {
	width:200px;
	float:left;
	background: #ffffff;
}

#right #m_title
{
	border: 3px solid #cdcc9c;
	color:#356565;
}

#right #m_item
{
	border: 3px solid #dadcab;
	border-left: 10px solid #dadcab;
	background:#dadcab url('/images/bullet1.png') left center no-repeat;
	color:#356565;
}

#right #m_item a
{	color:#356565;
}


/* END RIGHT */
/*------------------------------- END MIDDLE ----------------------------------*/

/*------------------------------- FOOTER ----------------------------------*/
#footer {
	margin: 0; 
	height:25px;
	text-align:center;
	padding-top:10px;
	background:url('/images/bottom_f.jpg') repeat-x;
}


#footer #f_right{
	float:right;
	padding-right:20px;
	font: normal 11pt arial;
	color:#fff;
}

#footer #f_left{
	padding-left:20px;
	font: normal 11pt arial;
	color:#fff;
	float:left;
	
}
	
#footer a {
	text-decoration:none;
	font: normal 11pt arial;
	color:#fff;
}
/*------------------------------- END FOOTER ----------------------------------*/

ul
{ padding-top:0px; margin-top:5px; }

#center li {
	color: #000;
	font-size:11pt;
	font-family:Arial;
}
