body {
		margin: 0; 
		align:center;
		font: 75%/1.5em  Verdana, Arial, Helvetica, sans-serif;
		background-color:#666666;
			
	}
	
	/* links */
	a {
		background: inherit;
		color: #1EA40B; 
		text-decoration:none;
	}
	a:hover {
		background: inherit;
		color: #806B4D;
	}
	
	/* headers */
	
	h1 { 
		font: bold 1em Verdana, Arial, Helvetica, sans-serif;
		text-transform: none;
		color: #006699;
		font-size: 1.5em; 
		}
	h2 { 
		font-size: 1.3em;
		font: bold 1em Verdana, Arial, Helvetica, sans-serif;
		text-transform: none;
		color: #1EA40B; 
		}
	h3 { 
		font-size: 1.2em; 
		font: bold 1em Verdana, Arial, Helvetica, sans-serif;
		text-transform: none;
		color: #555;
		}
	
	#main h1, #rightbar h1 {
		padding: 10px 0 5px 5px;
		margin: 0 0 0 10px;
		border-bottom: 1px solid #f2f2f2; 	
	}	
	#sidebar h1 {
		padding: 10px 0px 5px 30px;
		margin: 0;
	}
	
	p, h1, h2, h3 {
		margin: 10px 15px;
	}
	ul, ol {
		margin: 10px 30px;
		padding: 0 15px;	
		color: #1EA40B;	
	}
	ul span, ol span {
		color: #666666;
	}
	
	#wrap {
		margin: 0 auto;
		width: 1000px;  	
		text-align: left;		
		/*background:#421C52;	*/
	}
	#content-wrap {
		clear:both;
		margin: 0; 
		padding:0;
		width: 1000px;	
	}
	
	/* header */
	#header {
		position: relative;
		height: 100px;	
	}
	#header h1#logo {
		position: absolute;
		margin: 0;
		padding-left: 10px;
		font: 2.5em Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		color: #FFFFFF;
		background:#421C52;
		text-transform: none;
		/* change the values of top and Left to adjust the position of the logo*/
		top: 0;
		left: 5px;
		right:5px;
		width: 990px;
		height: 100px;
	}
	#header h2#slogan {
		position: absolute;
		margin: 0; padding: 0;
		font:20px Verdana, Arial, Helvetica, sans-serif;
		text-transform: none;
		color: #000000;
		top: 47px; 
		left:80px;		
	}
	
	/* main column */
	#main {
		float: left;
		margin-left: 15px;
		padding: 0;
		width: 72%;	
		border-left: 1px solid #f2f2f2;
	}
	
	.post-text {
	    font: Verdana, Arial, Helvetica, sans-serif;
		background-color: #FAFAFA;
		padding: 5px; margin-top: 20px;
		font-size:14px;
		border: 1px solid #f2f2f2;
	}
	
	/* sideabar */
	#sidebar {
		float: left;
		width: 21%;
		margin: 0;	
		padding: 0; 
		display: inline;	
	}
	#sidebar ul.sidemenu {
		list-style: none;
		text-align: left;
		margin: 0 0 5px 0;	
		padding-right: 0;		
		text-decoration: none;
	}
	#sidebar ul.sidemenu li {
		border-bottom: 1px solid #EFF0F1;
		padding: 2px 5px 2px 20px;	
	}
	
	* html body #sidebar ul.sidemenu li { height: 1%; }
	
	#sidebar ul.sidemenu a {
		font-weight: bold;
		background-image: none;
		text-decoration: none;	
	}
	
	/* rightbar */
	#rightbar {
		float: right;
		width: 21%;
		padding: 0;	margin: 0;		
	}
	
	/* footer */
	#footer {
		clear: both;
		background: #FFF url(../images/footerbg.gif) repeat-x left top;
		border-top: 1px solid #F2F2F2;
		text-align: center;	
		height: 50px;	
		background:#A9A954;
	}
	#footer a {
		text-decoration: none;
		font-weight: bold;
		color:#000000;
	}
	
	/* menu */
	#menu {
		clear: both;
		margin: 0; 
		padding: 0;	
	}
	#menu ul {	
		position: relative; 
		bottom: 4px;
		margin: 0; 
		padding: 0;	
		float: left;
		font: 1em Verdana, Arial, Helvetica, sans-serif;
		width: 1000px;/* 775px; */
		border: 1px solid #808080;
		border-width: 0 0 4px 0;	
		list-style: none;
	}
	#menu ul li{
		display: inline;
	}
	#menu ul li a {	
		position: relative; 
		bottom: -4px;
		float: right;
		color: #000000;
		padding: 0px 12px;
		text-decoration: none;
		background: #FFF url(../images/menudivide.gif) repeat-y right top; 
		border-bottom: 4px solid #808080; 	
	}
	#menu ul li a:hover{
		color: black;
		font-weight:bold;
		background-color: #F3F3F3; 
		border-bottom: 4px solid #FFA600;
	}	
	
	.shadow1 {
	margin: 2px;
	background-color: rgb(68,68,68); /* Needed for IEs */
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.shadow1 .content {
	position: relative; /* This protects the inner element from being blurred */
	padding: 10px;
	background-color: #DDD;
}

.classname { 
	border:solid 1px #2d2d2d;  
	font-size:12px;
	text-align:center; 
	background:#421C52;
	color:#FFFFFF; 
	padding:10px 5px 10px 5px;  
	-moz-border-radius: 2px;  
	-webkit-border-radius: 2px; 
	border-radius: 2px;
}


.classname{
	-moz-box-shadow:2px  2px 1px #000000;
	-webkit-box-shadow:2px  2px 1px #000000;
	box-shadow:2px  2px 1px #000000;
}
