/* SYMBIOTIC std CSS Document */
#page-container{
	width:900px; 
	margin:0px auto; 
	margin-top:10px;   
	font-size:1.0em;
}
body{
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#49165d;
}
a{color: #49165d; text-decoration:underline; font-size:13px;}
a:hover{color:#009900; text-decoration:overline;}

.search form input{
	width:158px; height:22px; display:block; background-color:#f9fafb; border:#494949 1px solid; color:#4f6009;
	float:left; margin:12px 0 0 2px; padding:0 0 0 1px;
	}
.search form input.button{
	width:31px; height:23px; background:url(../images/search_button.gif) no-repeat 0 0; float:left; cursor:pointer; border:none;
	}

#header{
	width:900px; 
	font-family:"trebuchet ms",arial,sans-serif;
}

#sitedesc{
	padding-right:25px; 
	padding-top:25px; 
	color:#49165d; 
	float:right; 
	width:600px;
}

#sitename{
	padding-left:20px; 
	padding-top:25px; 
	font-size:26px; 
	width:700px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
}

#sitename a{
	color:#ffffff; 
	text-decoration:none;
	font-size:28px;
}

#header-top{
	width:900px; 
	height:81px; 
	border:solid 1px rgb(150,150,150); 
	background:rgb(240,240,240) url(../images/head1.jpg); 
}

#header-middle{
	width:900px; 
	border-left:solid 1px rgb(150,150,150); 
	border-top: 1px rgb(150,150,150);
	border-right:solid 1px rgb(150,150,150);
	height:150px; 
	background:rgb(230,230,230) url(../images/head2.jpg);
}

#rss{
	width:50px;
	float:right;
	position:absolute;
	left: 1023px;
	top: 219px;
}

#rss a{text-decoration:none; border:none; background:url(../images/rss_icon.png);}


#maincontainer{
	width:900px;
}

#menucontent{
	padding:10px;
	padding-left:15px;	
}

#leftmenu{
	width:250px;
	float: left;
	margin-top:5px;
	background:rgb(230,230,230) url(../images/ztmenubg.gif);
	border:solid 1px rgb(150,150,150);
}

#menutop{
	background:url(../images/ztmenutop.gif) no-repeat; 
	height:25px; 
	padding-left:10px; 
    padding-top:5px;
	border-bottom:solid 1px rgb(150,150,150);
	color:#FFFFFF;
}

#leftmenu ul, li{
	list-style:square;
	line-height:20px; 
	padding-left:15px; 
	margin:auto 0; 
	text-transform:capitalize;
}

#leftmenu a{
	text-decoration:none;
}

#leftmenu a:hover{
	text-decoration:overline;
}

#right{
	
	width:610px; float:right; margin-top:5px;
	border:solid 1px rgb(150,150,150);
	padding:10px;
	background:url(../images/ztmaincontentbg.gif) right repeat-y;	
}

#bodycontent{
	width:900px; 
}

#footer{
	width:900px; 
	float:left;  
	margin-left:172px; 
	margin-top:10px; 
	margin-bottom:10px; 
	font-size:12px;
	color: #49165d;
	display:block;
	
 }